diff --git a/package-lock.json b/package-lock.json index 99546a1b6..5eec4c3f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dependencies": { "@adobe/fetch": "4.2.3", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.18", + "@adobe/helix-shared-config": "11.1.19", "@adobe/helix-shared-git": "3.0.21", - "@adobe/helix-shared-indexer": "2.2.6", + "@adobe/helix-shared-indexer": "2.2.7", "camelcase": "9.0.0", "chalk-template": "1.1.2", "chokidar": "5.0.0", @@ -164,9 +164,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "11.1.18", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.18.tgz", - "integrity": "sha512-AOM3J3Hx56Bx7KT9Z4ZX621622TLDeOlu0lMVddZ1KwqATjeZWsGzUJJA0sC+ZmDVO/UiuhIOGwcx1Ws9SVllA==", + "version": "11.1.19", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.19.tgz", + "integrity": "sha512-OVrqI9lzJm6zO11EE1zeU/D1AEFt7A76W10S93KG38MSxJqqR7Ak/X+S8If7Ho6yVhpblr8yjkqpKjdIUYMt0A==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -178,14 +178,14 @@ "cookie": "1.1.1", "fs-extra": "11.3.4", "ignore": "7.0.5", - "lru-cache": "11.2.6", + "lru-cache": "11.2.7", "yaml": "2.8.2" } }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { - "version": "11.2.6", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", - "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz", + "integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" @@ -202,12 +202,12 @@ } }, "node_modules/@adobe/helix-shared-indexer": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.2.6.tgz", - "integrity": "sha512-6ob7rnAXXMwnRqDbctq0fJymz6BWQGSJqXdTQEi60Bi0Vkj8cl47hVhkDI8tZcSXBFeywAy5PuwT+UOI1gcn4w==", + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.2.7.tgz", + "integrity": "sha512-Avv7tIZJb7VNRMmZuPratjHbLQIGOqCp4ER5ZT6fFd5Nll9w704XntebQWAUp7QX/3E7ob4KinSZwzuoo0yZvw==", "license": "Apache-2.0", "dependencies": { - "dayjs": "1.11.19", + "dayjs": "1.11.20", "hast-util-select": "6.0.4", "hast-util-to-html": "9.0.5", "hast-util-to-text": "4.0.2", @@ -3203,9 +3203,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.19", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", - "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", + "version": "1.11.20", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", + "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", "license": "MIT" }, "node_modules/debug": { diff --git a/package.json b/package.json index 59f9f141f..9a1731d70 100644 --- a/package.json +++ b/package.json @@ -45,9 +45,9 @@ "dependencies": { "@adobe/fetch": "4.2.3", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.18", + "@adobe/helix-shared-config": "11.1.19", "@adobe/helix-shared-git": "3.0.21", - "@adobe/helix-shared-indexer": "2.2.6", + "@adobe/helix-shared-indexer": "2.2.7", "camelcase": "9.0.0", "chalk-template": "1.1.2", "chokidar": "5.0.0",