From 85b7eab75fec61ac5cf603dbaa81411acea5b9b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 17:35:30 +0000 Subject: [PATCH] chore(deps): update dependency lockfile-lint to v4.14.1 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31058fd0..87786b8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "cz-conventional-changelog": "3.3.0", "gherkin-lint": "4.2.4", "husky": "9.1.7", - "lockfile-lint": "4.14.0", + "lockfile-lint": "4.14.1", "lodash.zip": "4.2.0", "ls-engines": "0.9.3", "mock-fs": "5.5.0", @@ -9925,16 +9925,16 @@ } }, "node_modules/lockfile-lint": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.14.0.tgz", - "integrity": "sha512-uyXZ8X4J6EsicG87p0y4SHorJBwABLcaXOpI/j3h8SO/OX4fKTJ6Cqqi+U3zjgU0fo+u/4KbB7fl8ZzTewd0Ow==", + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.14.1.tgz", + "integrity": "sha512-NW0Tk1qfldhbhJWQENYQWANdmlanXKxvTJYRYKn56INYjaP2M07Ua2SJYkUMS+ZbYwxDzul/C6pDsV/NEXrl+A==", "dev": true, "license": "Apache-2.0", "dependencies": { "cosmiconfig": "^9.0.0", "debug": "^4.3.4", "fast-glob": "^3.3.2", - "lockfile-lint-api": "^5.9.1", + "lockfile-lint-api": "^5.9.2", "yargs": "^17.7.2" }, "bin": { @@ -9945,9 +9945,9 @@ } }, "node_modules/lockfile-lint-api": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.9.1.tgz", - "integrity": "sha512-us5IT1bGA6KXbq1WrhrSzk9mtPgHKz5nhvv3S4hwcYnhcVOKW2uK0W8+PN9oIgv4pI49WsD5wBdTQFTpNChF/Q==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.9.2.tgz", + "integrity": "sha512-3QhxWxl3jT9GcMxuCnTsU8Tz5U6U1lKBlKBu2zOYOz/x3ONUoojEtky3uzoaaDgExcLqIX0Aqv2I7TZXE383CQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f8d9cf52..1ff157a5 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "cz-conventional-changelog": "3.3.0", "gherkin-lint": "4.2.4", "husky": "9.1.7", - "lockfile-lint": "4.14.0", + "lockfile-lint": "4.14.1", "lodash.zip": "4.2.0", "ls-engines": "0.9.3", "mock-fs": "5.5.0",