diff --git a/package-lock.json b/package-lock.json index 1baca54e63..df577dd3d1 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.111.0", - "lockfile-lint": "^4.10.5", + "lockfile-lint": "^4.10.6", "npm-run-all2": "^6.0.5", "picocolors": "^1.0.0", "postcss": "^8.4.25", @@ -3773,9 +3773,9 @@ } }, "node_modules/lockfile-lint": { - "version": "4.10.5", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.5.tgz", - "integrity": "sha512-OMl5eKlTI14JYXDYC3yT+54C6gszU45emNA+1EUK2i54GKrP8aXqReSqdpZt0Rwa2Dy+mIpoaD+oUuW05HRtcA==", + "version": "4.10.6", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.6.tgz", + "integrity": "sha512-DDE09SZRW/DPTukxSbe2KEaWMuIJbu4hMMNxXsLqkalC0jVA42IKz5IaVqgmrYZqPYjfTFFCVxroDcZ+J03PqA==", "dev": true, "dependencies": { "cosmiconfig": "^7.0.1", diff --git a/package.json b/package.json index 692ea3edc7..363ad9092e 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.111.0", - "lockfile-lint": "^4.10.5", + "lockfile-lint": "^4.10.6", "npm-run-all2": "^6.0.5", "picocolors": "^1.0.0", "postcss": "^8.4.25",