diff --git a/package-lock.json b/package-lock.json index 59dd062ef..30a35cce1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fetch": "4.1.11", "@adobe/helix-log": "6.0.5", - "@adobe/helix-shared-config": "11.0.13", + "@adobe/helix-shared-config": "11.0.14", "@adobe/helix-shared-git": "3.0.17", "@adobe/helix-shared-indexer": "2.2.2", "camelcase": "8.0.0", @@ -137,9 +137,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "11.0.13", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.13.tgz", - "integrity": "sha512-XLsAC4JtVirW+X6RRUz/h+rbxi96x1G7bIbIaUrcp1FOdPrU5uf5QgTqEpmEoTWERliqdv+QiQN09n/SNjpWMg==", + "version": "11.0.14", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.14.tgz", + "integrity": "sha512-XqKvHA7BODpCRc0j01IIdvDjxMLLdz5PGgah3da46+4QBMIaC9EOMG6ieP/Htt9mg6Vy1KuEeuy9YJ5L5PbBNA==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -150,20 +150,11 @@ "ajv-formats": "3.0.1", "cookie": "1.0.2", "fs-extra": "11.2.0", - "ignore": "7.0.0", + "ignore": "7.0.1", "lru-cache": "11.0.2", "yaml": "2.7.0" } }, - "node_modules/@adobe/helix-shared-config/node_modules/ignore": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz", - "integrity": "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==", - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { "version": "11.0.2", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz", diff --git a/package.json b/package.json index 377159988..7e7b39a51 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@adobe/fetch": "4.1.11", "@adobe/helix-log": "6.0.5", - "@adobe/helix-shared-config": "11.0.13", + "@adobe/helix-shared-config": "11.0.14", "@adobe/helix-shared-git": "3.0.17", "@adobe/helix-shared-indexer": "2.2.2", "camelcase": "8.0.0",