From b9cc25569c31e29dd8da3cde1364a0e4436c14b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:09:06 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 953ebd0a7b..73ad354c3d 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.112.1", - "lockfile-lint": "^4.12.0", + "lockfile-lint": "^4.12.1", "npm-run-all2": "^6.0.6", "picocolors": "^1.0.0", "postcss": "^8.4.27", @@ -3804,9 +3804,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", diff --git a/package.json b/package.json index d6667764f1..65c6e813e1 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.112.1", - "lockfile-lint": "^4.12.0", + "lockfile-lint": "^4.12.1", "npm-run-all2": "^6.0.6", "picocolors": "^1.0.0", "postcss": "^8.4.27",