From 65a59ed6683fc799fbaad443e315e53df8ca10ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:37:48 +0530 Subject: [PATCH] chore(deps-dev): bump lockfile-lint from 4.12.0 to 4.12.1 (#5316) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.12.0 to 4.12.1. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md) - [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.12.1/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",