diff --git a/package-lock.json b/package-lock.json index 6eace54c6..6f0226b0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fetch": "4.3.0", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.28", + "@adobe/helix-shared-config": "11.1.29", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.9", "@adobe/helix-shared-process-queue": "3.1.9", @@ -176,9 +176,9 @@ "license": "Apache-2.0" }, "node_modules/@adobe/helix-shared-config": { - "version": "11.1.28", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.28.tgz", - "integrity": "sha512-TRaTnecK3HiI+ouudR+dd/VjjPMAaZQ4M+vn61O0nI2Wx5UlQaYL+sEEZoupmPYf5CR/n8jxAlFlvvY0te51xg==", + "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==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -188,7 +188,7 @@ "ajv": "8.20.0", "ajv-formats": "3.0.1", "cookie": "2.0.0", - "fs-extra": "11.3.5", + "fs-extra": "11.3.6", "ignore": "7.0.5", "lru-cache": "11.5.1", "yaml": "2.9.0" @@ -207,6 +207,20 @@ "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", + "integrity": "sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==", + "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.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", diff --git a/package.json b/package.json index fac3e209e..716a98e7b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@adobe/fetch": "4.3.0", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.28", + "@adobe/helix-shared-config": "11.1.29", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.9", "@adobe/helix-shared-process-queue": "3.1.9",