Bump lockfile-lint from 4.3.7 to 4.6.1 (#3445)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3446/head
dependabot[bot] 2021-02-22 12:12:44 +05:30 committed by GitHub
parent 6fa9cc62c9
commit f9487823f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 5 deletions

23
package-lock.json generated
View File

@ -6737,15 +6737,15 @@
}
},
"lockfile-lint": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.7.tgz",
"integrity": "sha512-hOHVJyHxtrK6cgYlKoaWveVOCz/w4IXlhmxM+RSWW7f1lA3ENJaRL9eNS9AO0PBKx4P/KMXuker0KzExNDenRg==",
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.1.tgz",
"integrity": "sha512-ZnrRLacVF4SLUnXT0V9b4YIwVkrn1rEJGrcPDC6V/0eHxOickJ1Ayr56JtzbvNLyOZ58dbzHnE+ZaWxqM73cCw==",
"dev": true,
"requires": {
"cosmiconfig": "^6.0.0",
"debug": "^4.1.1",
"lockfile-lint-api": "^5.1.6",
"yargs": "^15.0.2"
"yargs": "^16.0.0"
},
"dependencies": {
"cosmiconfig": {
@ -6766,6 +6766,21 @@
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
"dev": true
},
"yargs": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
"dev": true,
"requires": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.0",
"y18n": "^5.0.5",
"yargs-parser": "^20.2.2"
}
}
}
},

View File

@ -145,7 +145,7 @@
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^28.0.0",
"lockfile-lint": "^4.3.7",
"lockfile-lint": "^4.6.1",
"node-sass": "^5.0.0",
"node-sass-package-importer": "^5.3.2",
"nodemon": "^2.0.7",