From 12333fb550879dda23fd2c8fc56a4939e6458485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:48:22 +0000 Subject: [PATCH] build(deps-dev): bump lockfile-lint from 4.12.0 to 4.12.1 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] --- 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 e49c732a4a9..9c1eb38bb1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "eslint-plugin-import": "npm:eslint-plugin-i@^2.27.5-4", "iconv-lite": "^0.6.3", "jest": "^29.6.4", - "lockfile-lint": "^4.12.0", + "lockfile-lint": "^4.12.1", "pre-commit": "^1.2.2", "prettier": "^3.0.3", "prettier-check": "^2.0.0", @@ -5890,9 +5890,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", @@ -13711,9 +13711,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 0e4d757720f..aaa1e4c57f3 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-import": "npm:eslint-plugin-i@^2.27.5-4", "iconv-lite": "^0.6.3", "jest": "^29.6.4", - "lockfile-lint": "^4.12.0", + "lockfile-lint": "^4.12.1", "pre-commit": "^1.2.2", "prettier": "^3.0.3", "prettier-check": "^2.0.0",