From f36d944262cace8e6a3d3f4e7ffae62f9c0efddb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:02:57 +0000 Subject: [PATCH] fix(deps): update dependency ignore to v7 --- package-lock.json | 24 ++++++++++++++++------- packages/helix-shared-config/package.json | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0a3cecd..6f3db741 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6544,9 +6544,9 @@ } }, "node_modules/ignore": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", - "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz", + "integrity": "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==", "license": "MIT", "engines": { "node": ">= 4" @@ -15581,7 +15581,7 @@ "ajv-formats": "3.0.1", "cookie": "1.0.2", "fs-extra": "11.2.0", - "ignore": "6.0.2", + "ignore": "7.0.0", "lru-cache": "11.0.2", "yaml": "2.6.1" }, @@ -15853,6 +15853,16 @@ "node": ">= 0.6" } }, + "packages/helix-shared-indexer/node_modules/ignore": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", + "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, "packages/helix-shared-indexer/node_modules/lru-cache": { "version": "11.0.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", @@ -15947,9 +15957,9 @@ "dependencies": { "@adobe/fetch": "^4.1.2", "@adobe/helix-shared-process-queue": "^3.0.4", - "@aws-sdk/client-s3": "^3.717.0", + "@aws-sdk/client-s3": "^3.564.0", "@smithy/node-http-handler": "^3.0.0", - "mime": "^4.0.6" + "mime": "^4.0.3" }, "devDependencies": { "nock": "13.5.6", @@ -15967,7 +15977,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.10", - "@aws-sdk/client-s3": "^3.717.0" + "@aws-sdk/client-s3": "^3.703.0" }, "devDependencies": { "nock": "13.5.6" diff --git a/packages/helix-shared-config/package.json b/packages/helix-shared-config/package.json index 448f72f1..3a56611f 100644 --- a/packages/helix-shared-config/package.json +++ b/packages/helix-shared-config/package.json @@ -44,7 +44,7 @@ "ajv-formats": "3.0.1", "cookie": "1.0.2", "fs-extra": "11.2.0", - "ignore": "6.0.2", + "ignore": "7.0.0", "lru-cache": "11.0.2", "yaml": "2.6.1" },