From 3696580d669f3d32197f402e5a03bb81a77aa606 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 21 Feb 2024 13:08:54 +0000 Subject: [PATCH] chore(deps): update dependency lockfile-lint to v4.13.2 --- package-lock.json | 22 ++++++++++++---------- package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e549fc..507cc68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "semantic-release-replace-plugin": "1.2.7" }, "devDependencies": { - "lockfile-lint": "4.12.1", + "lockfile-lint": "4.13.2", "xo": "0.56.0" }, "engines": { @@ -1973,6 +1973,7 @@ "version": "3.9.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "dev": true, "funding": [ { "type": "github", @@ -5734,15 +5735,15 @@ } }, "node_modules/lockfile-lint": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.1.tgz", - "integrity": "sha512-FBP7OA7sa45kzPgRNLYIcGGgDS86rpZNW3ptALp1vlzv+oHZsqFZdmHXM4N4FwiGXHzUOpSVvDLT4v7IiQXFtA==", + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.2.tgz", + "integrity": "sha512-yeg0vJ3NjC6OVMZtC+nSLLavu/e8LE5FZp9u0Itqyt7I0gYYCgGxAsJV3TJ7WtaJd4PahineJvHqSk/4sqzU8w==", "dev": true, "dependencies": { "cosmiconfig": "^8.2.0", "debug": "^4.3.4", "fast-glob": "^3.3.1", - "lockfile-lint-api": "^5.8.0", + "lockfile-lint-api": "^5.9.1", "yargs": "^17.7.2" }, "bin": { @@ -5753,12 +5754,12 @@ } }, "node_modules/lockfile-lint-api": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.8.0.tgz", - "integrity": "sha512-RHa+ofSGMGQvPFG1oD2qZmSWF2MfxWXhle/unpzmDjpi8F8Ou5sreNUcAscgGRfcX+BszBuVKddD0X5YKQ0TeA==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.9.1.tgz", + "integrity": "sha512-us5IT1bGA6KXbq1WrhrSzk9mtPgHKz5nhvv3S4hwcYnhcVOKW2uK0W8+PN9oIgv4pI49WsD5wBdTQFTpNChF/Q==", "dev": true, "dependencies": { - "@yarnpkg/parsers": "^3.0.0-rc.32", + "@yarnpkg/parsers": "^3.0.0-rc.48.1", "debug": "^4.3.4", "object-hash": "^3.0.0" }, @@ -10786,7 +10787,8 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true }, "node_modules/through": { "version": "2.3.8", diff --git a/package.json b/package.json index f7d64da..74b3988 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "semantic-release-replace-plugin": "1.2.7" }, "devDependencies": { - "lockfile-lint": "4.12.1", + "lockfile-lint": "4.13.2", "xo": "0.56.0" }, "engines": {