From f1618c99bc262f707681d0ea0202b678ef89ceb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:40:20 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-shared-config to v11.1.30 --- package-lock.json | 42 +++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7890ac82a..21ea3678c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@adobe/helix-html-pipeline": "6.29.8", "@adobe/helix-html2md": "2.2.2", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.29", + "@adobe/helix-shared-config": "11.1.30", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.9", "@adobe/helix-shared-process-queue": "3.1.9", @@ -1133,9 +1133,9 @@ "license": "Apache-2.0" }, "node_modules/@adobe/helix-shared-config": { - "version": "11.1.29", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.29.tgz", - "integrity": "sha512-HY5NRGHjjytN0krEJScg0BD2QPSQFLIqfKPuCjy7wN/O1pdUZlDFnBOZfA5LyC+/19bvBa4JRDkd5plPEBB02w==", + "version": "11.1.30", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.30.tgz", + "integrity": "sha512-DY62jWye9bpRkhMWwRrMFpvRSW16wXcNm36l2Tsy4P5fyGzPOMmGaVKXziyvKtqYQaVqOtvlHf9TARAtrTgK8A==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -1144,26 +1144,13 @@ "@adobe/helix-shared-utils": "^2.1.0", "ajv": "8.20.0", "ajv-formats": "3.0.1", - "cookie": "2.0.0", + "cookie": "2.0.1", "fs-extra": "11.3.6", - "ignore": "7.0.5", - "lru-cache": "11.5.1", + "ignore": "7.0.6", + "lru-cache": "11.5.2", "yaml": "2.9.0" } }, - "node_modules/@adobe/helix-shared-config/node_modules/cookie": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-2.0.0.tgz", - "integrity": "sha512-hRSFuKJ6SYHrFVNltQdagQFMk7e0Q/VrORTGqZGyUAmmhA3EwPeldHCTg0HqUaDodQOfQDe7qXuOtpf4lwCsaA==", - "license": "MIT", - "engines": { - "node": ">=22" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/express" - } - }, "node_modules/@adobe/helix-shared-config/node_modules/fs-extra": { "version": "11.3.6", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.6.tgz", @@ -1178,10 +1165,19 @@ "node": ">=14.14" } }, + "node_modules/@adobe/helix-shared-config/node_modules/ignore": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz", + "integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==", + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { - "version": "11.5.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", - "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", + "version": "11.5.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", + "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index de40958bd..edbd51d6a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@adobe/helix-html-pipeline": "6.29.8", "@adobe/helix-html2md": "2.2.2", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.29", + "@adobe/helix-shared-config": "11.1.30", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.9", "@adobe/helix-shared-process-queue": "3.1.9",