diff --git a/package-lock.json b/package-lock.json index ac02ee185..cfc28bda9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@adobe/helix-html-pipeline": "6.29.12", "@adobe/helix-html2md": "2.2.3", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.30", + "@adobe/helix-shared-config": "11.2.0", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.9", "@adobe/helix-shared-process-queue": "3.1.9", @@ -1146,9 +1146,9 @@ "license": "Apache-2.0" }, "node_modules/@adobe/helix-shared-config": { - "version": "11.1.30", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.30.tgz", - "integrity": "sha512-DY62jWye9bpRkhMWwRrMFpvRSW16wXcNm36l2Tsy4P5fyGzPOMmGaVKXziyvKtqYQaVqOtvlHf9TARAtrTgK8A==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.2.0.tgz", + "integrity": "sha512-WTr30kq6OEIOB/YhMTD6DvYfiRijX6ZzloWQgP330m/mmlN6E3/x9hGePSLA2TTmogYlqOoPP8BLyljhH2Uzrw==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -1158,12 +1158,26 @@ "ajv": "8.20.0", "ajv-formats": "3.0.1", "cookie": "2.0.1", - "fs-extra": "11.3.6", + "fs-extra": "11.4.0", "ignore": "7.0.6", "lru-cache": "11.5.2", "yaml": "2.9.0" } }, + "node_modules/@adobe/helix-shared-config/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { "version": "11.5.2", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", diff --git a/package.json b/package.json index c92a233ef..831d1f7fa 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@adobe/helix-html-pipeline": "6.29.12", "@adobe/helix-html2md": "2.2.3", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.30", + "@adobe/helix-shared-config": "11.2.0", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.9", "@adobe/helix-shared-process-queue": "3.1.9",