diff --git a/package-lock.json b/package-lock.json index f11780fd26ac8..3499f013e1fdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3771,14 +3771,14 @@ } }, "lockfile-lint": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.2.2.tgz", - "integrity": "sha512-9mr2eiFlIhr9AIlmpQlAeSd7Aov+7viRShnzymaFF4lUO6si7mODueTG5fWH0Jnb49nL0Tjsudw5lD/nu4qVqA==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.3.tgz", + "integrity": "sha512-vwUyYiRYZvvbaM5yHsMVqUUlFfs0C9sAWGYwS5IKav4iF2K/2/0Lwp6MfNY6IpOlP1iv83mnR0/RNFrk8D6u1A==", "dev": true, "requires": { "cosmiconfig": "^6.0.0", "debug": "^4.1.1", - "lockfile-lint-api": "^5.1.2", + "lockfile-lint-api": "^5.1.5", "yargs": "^15.0.2" }, "dependencies": { @@ -3800,9 +3800,9 @@ } }, "lockfile-lint-api": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.2.tgz", - "integrity": "sha512-ePXCaoGFxXf8ggGPw+rxaopOMQaBm4HrV5iILVvx8qR406R4HEW9MyReEVHaP0IGxp45rzPm/euimkS78icbGg==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.5.tgz", + "integrity": "sha512-Yv3fCftFqoLDLSzmFq+Ju4Haiz2/agZTR58LNfMY3mwXtqg2zMy/HU0+zFAuflXncFyHuFeSVFSnW6EEm4/cCw==", "dev": true, "requires": { "@yarnpkg/lockfile": "^1.1.0", diff --git a/package.json b/package.json index 998db683d709f..7bbe95c5fbd6c 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "delay-cli": "^1.1.0", "faucet": "0.0.1", "linkinator": "^2.1.1", - "lockfile-lint": "^4.2.2", + "lockfile-lint": "^4.3.3", "nock": "^12.0.3", "node-fetch": "^2.6.0", "proxyquire": "^2.1.3",