diff --git a/package-lock.json b/package-lock.json index 123eca6b2..055faa8f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-unicorn": "^48.0.1", "fs-extra": "^11.1.1", "js-beautify": "^1.14.9", - "lockfile-lint": "^4.12.0", + "lockfile-lint": "^4.12.1", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.29", @@ -6048,9 +6048,9 @@ } }, "node_modules/lockfile-lint": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.0.tgz", - "integrity": "sha512-ygE4KVagojmV9IIM4swoSP7Rilu1esYVq2dUpnDsMLy9v/mKrWULTDSYM7kqKsGf/C+/K0ONJsxitpEPXXhBVQ==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.1.tgz", + "integrity": "sha512-FBP7OA7sa45kzPgRNLYIcGGgDS86rpZNW3ptALp1vlzv+oHZsqFZdmHXM4N4FwiGXHzUOpSVvDLT4v7IiQXFtA==", "dev": true, "dependencies": { "cosmiconfig": "^8.2.0", @@ -16107,9 +16107,9 @@ } }, "lockfile-lint": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.0.tgz", - "integrity": "sha512-ygE4KVagojmV9IIM4swoSP7Rilu1esYVq2dUpnDsMLy9v/mKrWULTDSYM7kqKsGf/C+/K0ONJsxitpEPXXhBVQ==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.1.tgz", + "integrity": "sha512-FBP7OA7sa45kzPgRNLYIcGGgDS86rpZNW3ptALp1vlzv+oHZsqFZdmHXM4N4FwiGXHzUOpSVvDLT4v7IiQXFtA==", "dev": true, "requires": { "cosmiconfig": "^8.2.0", diff --git a/package.json b/package.json index fb47a2809..65f388bd3 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-unicorn": "^48.0.1", "fs-extra": "^11.1.1", "js-beautify": "^1.14.9", - "lockfile-lint": "^4.12.0", + "lockfile-lint": "^4.12.1", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.29",