Bump lockfile-lint from 4.6.1 to 4.6.2 (#33238)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot[bot] 2021-03-02 15:49:12 +02:00 committed by GitHub
parent c937d471a8
commit 785a2cd6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -6570,14 +6570,14 @@
}
},
"lockfile-lint": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.1.tgz",
"integrity": "sha512-ZnrRLacVF4SLUnXT0V9b4YIwVkrn1rEJGrcPDC6V/0eHxOickJ1Ayr56JtzbvNLyOZ58dbzHnE+ZaWxqM73cCw==",
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.2.tgz",
"integrity": "sha512-TvWN2Yfc/dvSy1GKdpy0wJ6GCvq/9Qj457D+QQtP+eYvsX4zNp3vaaB2LS1d+TK1lO/7I0VQ0qqRCRCOzSj2wQ==",
"dev": true,
"requires": {
"cosmiconfig": "^6.0.0",
"debug": "^4.1.1",
"lockfile-lint-api": "^5.1.6",
"lockfile-lint-api": "^5.1.7",
"yargs": "^16.0.0"
},
"dependencies": {
@ -6599,9 +6599,9 @@
}
},
"lockfile-lint-api": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.6.tgz",
"integrity": "sha512-liJ1p/NkHbE2Wx5fRw8T1io+x2b2DttVvXpHLm4x7QC8pW3Lc6sHqV4T7cM6rAOs4fF2O9sAt7SEtuN2sX91qA==",
"version": "5.1.7",
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.7.tgz",
"integrity": "sha512-o10D4DiLUFXl/8UqYBsuNnye3DcNtAuIm6+vCsnSwHONIQqR6etWUA0v94lMhh5tIDqPOV08Gc8Ds+A3bMqW4g==",
"dev": true,
"requires": {
"@yarnpkg/lockfile": "^1.1.0",

View File

@ -132,7 +132,7 @@
"karma-jasmine-html-reporter": "^1.5.4",
"karma-rollup-preprocessor": "^7.0.6",
"linkinator": "^2.13.6",
"lockfile-lint": "^4.6.1",
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.6",