From 357117beee18abce40197ae5adf07577600141c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:22:46 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-shared-config to v10.6.6 --- package-lock.json | 19 +++++-------------- package.json | 2 +- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0d2d082..1257ac4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fetch": "4.1.8", "@adobe/helix-log": "6.0.3", - "@adobe/helix-shared-config": "10.6.5", + "@adobe/helix-shared-config": "10.6.6", "@adobe/helix-shared-git": "3.0.13", "@adobe/helix-shared-indexer": "2.1.2", "camelcase": "8.0.0", @@ -152,9 +152,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "10.6.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-10.6.5.tgz", - "integrity": "sha512-h2kVlwWN8UHeP6UODJVuF8JtWYLn0NhGl3OnBJMtOJDhCtrSCa9KrjOeoADHy5Qy8kDh8MYii7BQNxsHwqo+bw==", + "version": "10.6.6", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-10.6.6.tgz", + "integrity": "sha512-TE6v/Vw8CzxuMhleiyO1fJeVul85YX6KyhyCyrvEbl5TwYWwkP4qYFfOwiMU3Vuc/PEjVbfDNofn7jc6cH4L6w==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -165,22 +165,13 @@ "ajv-formats": "3.0.1", "cookie": "0.6.0", "fs-extra": "11.2.0", - "ignore": "5.3.1", + "ignore": "5.3.2", "lru-cache": "11.0.0", "object-hash": "3.0.0", "uri-js": "4.4.1", "yaml": "2.5.0" } }, - "node_modules/@adobe/helix-shared-config/node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz", diff --git a/package.json b/package.json index 2541f3d5..1aa185fc 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@adobe/fetch": "4.1.8", "@adobe/helix-log": "6.0.3", - "@adobe/helix-shared-config": "10.6.5", + "@adobe/helix-shared-config": "10.6.6", "@adobe/helix-shared-git": "3.0.13", "@adobe/helix-shared-indexer": "2.1.2", "camelcase": "8.0.0",