0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

Bump lockfile-lint from 3.0.12 to 3.0.18 (#30159)

Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 3.0.12 to 3.0.18.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.12...lockfile-lint@3.0.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-11 14:29:59 +02:00 committed by GitHub
parent 4361f4ab63
commit f9f7f11bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -7666,13 +7666,13 @@
}
},
"lockfile-lint": {
"version": "3.0.12",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.12.tgz",
"integrity": "sha512-RQN8/8tRVQAjKpu0TLqCdDE0OL6wehBg/mh7CuOD89LPSw+qr1VK4x6/VItT6QwLyIwl0aE/36wpiUAEyxZ65w==",
"version": "3.0.18",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.18.tgz",
"integrity": "sha512-CvG+CkrJzdHOB2JdTWQpvigHmv55Bhm31G1y9/4Ak3RrKJPmIQbVElFq2rGjR5QI3km2xNNouR19Vu0edo1low==",
"dev": true,
"requires": {
"debug": "^4.1.1",
"lockfile-lint-api": "^5.0.10",
"lockfile-lint-api": "^5.0.12",
"yargs": "^15.0.2"
},
"dependencies": {
@ -7694,9 +7694,9 @@
}
},
"lockfile-lint-api": {
"version": "5.0.10",
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.10.tgz",
"integrity": "sha512-YiKB16GZb7fTbaZdxsVHno3xG2DN5CMQspVwNcn+mIgzRl76in640yNgSVaEXY1cZy73qEczYbVd/oqBbftZqQ==",
"version": "5.0.12",
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.12.tgz",
"integrity": "sha512-8OSMww33l0xghDl1aK450UHYzKZjMaPjdbtvt7A/iEdD2AAH6h3xyVkVIHSJmD2KfD1lh819tdpOukui+qSEsw==",
"dev": true,
"requires": {
"@yarnpkg/lockfile": "^1.1.0",
@ -9284,9 +9284,9 @@
}
},
"object-hash": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.1.tgz",
"integrity": "sha512-HgcGMooY4JC2PBt9sdUdJ6PMzpin+YtY3r/7wg0uTifP+HJWW8rammseSEHuyt0UeShI183UGssCJqm1bJR7QA==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.2.tgz",
"integrity": "sha512-b+2AKjAf6uQlxxv8ChHdM+VT4eeX+ZSwv+pk2xIXZWbo+yxn4/En1iC+GHe/OFYa9on0AhFF2PvuAcFHoiiHaA==",
"dev": true
},
"object-inspect": {

View File

@ -121,7 +121,7 @@
"karma-jasmine-html-reporter": "^1.5.2",
"karma-rollup-preprocessor": "^7.0.3",
"linkinator": "^2.0.1",
"lockfile-lint": "^3.0.12",
"lockfile-lint": "^3.0.18",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",