From a69f5ffd8247c9a285aa28e35a819643ba30c6a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 17:16:56 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-shared-config to v10.4.3 --- 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 d8b0c8ec7..83402b6e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fetch": "4.1.2", "@adobe/helix-log": "6.0.3", - "@adobe/helix-shared-config": "10.4.2", + "@adobe/helix-shared-config": "10.4.3", "@adobe/helix-shared-git": "3.0.8", "@adobe/helix-shared-indexer": "2.0.23", "camelcase": "8.0.0", @@ -133,9 +133,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-10.4.2.tgz", - "integrity": "sha512-us5Dtxn6QzgpoGLE4T5e17J7NDj6v2wv9zn4L/QIWb83m6IlrB+Uik2bTsipTSjttyDSBHHGPQwRC9xSrRs5NA==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-10.4.3.tgz", + "integrity": "sha512-I52ORtuJL93X3z9XvPNtPe3glDrc7P0osSgeu1ac8CEHjvaKjZYEQceDUS5rk7Dq9x01MyfhiaKOWlLKnIwU6Q==", "dependencies": { "@adobe/fetch": "^4.0.1", "@adobe/helix-shared-git": "^3.0.0", @@ -146,7 +146,7 @@ "cookie": "0.6.0", "fs-extra": "11.2.0", "ignore": "5.3.1", - "lru-cache": "10.2.0", + "lru-cache": "10.2.1", "object-hash": "3.0.0", "uri-js": "4.4.1", "yaml": "2.4.1" @@ -6771,9 +6771,9 @@ } }, "node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.1.tgz", + "integrity": "sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==", "engines": { "node": "14 || >=16.14" } diff --git a/package.json b/package.json index 8732ea643..79bd3ed0c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@adobe/fetch": "4.1.2", "@adobe/helix-log": "6.0.3", - "@adobe/helix-shared-config": "10.4.2", + "@adobe/helix-shared-config": "10.4.3", "@adobe/helix-shared-git": "3.0.8", "@adobe/helix-shared-indexer": "2.0.23", "camelcase": "8.0.0",