diff --git a/package-lock.json b/package-lock.json index 1be31bb6fe..a48bcbe9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "find-unused-sass-variables": "^5.0.0", "fuse.js": "^6.6.2", "hugo-bin": "^0.105.0", - "lockfile-lint": "^4.10.1", + "lockfile-lint": "^4.10.5", "npm-run-all2": "^6.0.5", "picocolors": "^1.0.0", "postcss": "^8.4.23", @@ -889,9 +889,9 @@ } }, "node_modules/@yarnpkg/parsers": { - "version": "3.0.0-rc.43", - "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0-rc.43.tgz", - "integrity": "sha512-AhFF3mIDfA+jEwQv2WMHmiYhOvmdbh2qhUkDVQfiqzQtUwS4BgoWwom5NpSPg4Ix5vOul+w1690Bt21CkVLpgg==", + "version": "3.0.0-rc.44", + "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0-rc.44.tgz", + "integrity": "sha512-UVAt9Icc8zfGXioeYJ8XMoSTxOYVmlal2TRNxy9Uh91taS72kQFalK7LpIslcvEBKy4XtarmfIwcFIU3ZY64lw==", "dev": true, "dependencies": { "js-yaml": "^3.10.0", @@ -3691,14 +3691,14 @@ } }, "node_modules/lockfile-lint": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.1.tgz", - "integrity": "sha512-I45oGDBSKThsXiogy0hABI2T8TiR4Bk1cxpPrtA2J/MdqQYZIDl1k2+KqjD/fKRJtmaWfds70nK7Hl4K6r8veQ==", + "version": "4.10.5", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.5.tgz", + "integrity": "sha512-OMl5eKlTI14JYXDYC3yT+54C6gszU45emNA+1EUK2i54GKrP8aXqReSqdpZt0Rwa2Dy+mIpoaD+oUuW05HRtcA==", "dev": true, "dependencies": { "cosmiconfig": "^7.0.1", "debug": "^4.1.1", - "lockfile-lint-api": "^5.5.1", + "lockfile-lint-api": "^5.5.5", "yargs": "^16.0.0" }, "bin": { @@ -3709,9 +3709,9 @@ } }, "node_modules/lockfile-lint-api": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.5.1.tgz", - "integrity": "sha512-/29lQyXOSOgqgh5dbItWYE3sm7WAO2kWH7WmbbovUDAHyRLYtVqFfDzG35zlIOzlEydEJ33DKXl8GPoLjBAvEg==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.5.5.tgz", + "integrity": "sha512-4PthvSAzD7kOkzH5ChlIvtYNfHKlDdziqUvLDzUa3uiBhvGvp7ADUMR0Es8t4sy+QbCwVH+zKtG1+SyiF4yjmw==", "dev": true, "dependencies": { "@yarnpkg/parsers": "^3.0.0-rc.32", diff --git a/package.json b/package.json index ec43d900ae..4e202d8394 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "find-unused-sass-variables": "^5.0.0", "fuse.js": "^6.6.2", "hugo-bin": "^0.105.0", - "lockfile-lint": "^4.10.1", + "lockfile-lint": "^4.10.5", "npm-run-all2": "^6.0.5", "picocolors": "^1.0.0", "postcss": "^8.4.23",