1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

Bump lockfile-lint from 3.0.9 to 3.0.12 (#30137)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-04 14:30:50 +02:00
committed by GitHub
parent 3b2aadf2a1
commit 1c5613857c
2 changed files with 16 additions and 9 deletions

23
package-lock.json generated
View File

@@ -7883,13 +7883,13 @@
} }
}, },
"lockfile-lint": { "lockfile-lint": {
"version": "3.0.9", "version": "3.0.12",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.9.tgz", "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.12.tgz",
"integrity": "sha512-CIYSdSE2S9dR/K5kFbWgvhb7gSJPV65KZ8AgQP7w4rQGRaCqpGAxq3RxSK4+44GsehnlkKeLD62R4DObG/IMiA==", "integrity": "sha512-RQN8/8tRVQAjKpu0TLqCdDE0OL6wehBg/mh7CuOD89LPSw+qr1VK4x6/VItT6QwLyIwl0aE/36wpiUAEyxZ65w==",
"dev": true, "dev": true,
"requires": { "requires": {
"debug": "^4.1.1", "debug": "^4.1.1",
"lockfile-lint-api": "^5.0.7", "lockfile-lint-api": "^5.0.10",
"yargs": "^15.0.2" "yargs": "^15.0.2"
}, },
"dependencies": { "dependencies": {
@@ -7911,13 +7911,14 @@
} }
}, },
"lockfile-lint-api": { "lockfile-lint-api": {
"version": "5.0.7", "version": "5.0.10",
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.7.tgz", "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.10.tgz",
"integrity": "sha512-jG6ebLOMLEhMd0OU+XKnj66bbXz1c8PEqnaDq4TGC7qHSXdTgBRF+oCh1zdQLmGLfxSRo0w6U84CfqENL7XokA==", "integrity": "sha512-YiKB16GZb7fTbaZdxsVHno3xG2DN5CMQspVwNcn+mIgzRl76in640yNgSVaEXY1cZy73qEczYbVd/oqBbftZqQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/lockfile": "^1.1.0",
"debug": "^4.1.1" "debug": "^4.1.1",
"object-hash": "^2.0.1"
}, },
"dependencies": { "dependencies": {
"debug": { "debug": {
@@ -9450,6 +9451,12 @@
} }
} }
}, },
"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==",
"dev": true
},
"object-inspect": { "object-inspect": {
"version": "1.7.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz",

View File

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