diff --git a/package-lock.json b/package-lock.json index 718db7f26..60fd8144b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" + } } } }, diff --git a/package.json b/package.json index d3bd0b6d1..565670ecd 100644 --- a/package.json +++ b/package.json @@ -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",