diff --git a/package-lock.json b/package-lock.json index e51bd7dba..995a7519d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dependencies": { "@adobe/fetch": "4.3.0", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.26", + "@adobe/helix-shared-config": "11.1.27", "@adobe/helix-shared-git": "3.0.25", - "@adobe/helix-shared-indexer": "2.2.7", + "@adobe/helix-shared-indexer": "2.2.8", "@adobe/helix-shared-process-queue": "3.1.9", "camelcase": "9.0.0", "chalk-template": "1.1.2", @@ -175,9 +175,9 @@ "license": "Apache-2.0" }, "node_modules/@adobe/helix-shared-config": { - "version": "11.1.26", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.26.tgz", - "integrity": "sha512-c42tWByDpSLMtaphQPODqnsGP7iqz86wigk7VwUlrbSOOJE3X0NADjftrqeuloNvNZaUY9ClU1j5LlBzK2w5wA==", + "version": "11.1.27", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.27.tgz", + "integrity": "sha512-CEri368EPQ1cUHYkenZ8/83bsHZ90ZHAGCcMEHJa110VlsjvA06VE9pvzSxzPfT5AfDG42WbieYkVR64czlUuA==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -189,14 +189,14 @@ "cookie": "1.1.1", "fs-extra": "11.3.5", "ignore": "7.0.5", - "lru-cache": "11.5.0", + "lru-cache": "11.5.1", "yaml": "2.9.0" } }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { - "version": "11.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz", - "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==", + "version": "11.5.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", + "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" @@ -213,12 +213,12 @@ } }, "node_modules/@adobe/helix-shared-indexer": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.2.7.tgz", - "integrity": "sha512-Avv7tIZJb7VNRMmZuPratjHbLQIGOqCp4ER5ZT6fFd5Nll9w704XntebQWAUp7QX/3E7ob4KinSZwzuoo0yZvw==", + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.2.8.tgz", + "integrity": "sha512-nJ9LPRMrMKmr65AKZjNsJWP4NGIWy6m8PiFgSFLsN+SWjLeY0JrOFgquDmtSirLEiOoPRkYwE/volOlz+VEo+w==", "license": "Apache-2.0", "dependencies": { - "dayjs": "1.11.20", + "dayjs": "1.11.21", "hast-util-select": "6.0.4", "hast-util-to-html": "9.0.5", "hast-util-to-text": "4.0.2", @@ -3213,9 +3213,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.20", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", - "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", + "version": "1.11.21", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", + "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", "license": "MIT" }, "node_modules/debug": { diff --git a/package.json b/package.json index a0c5b1690..9cac41eb3 100644 --- a/package.json +++ b/package.json @@ -45,9 +45,9 @@ "dependencies": { "@adobe/fetch": "4.3.0", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.26", + "@adobe/helix-shared-config": "11.1.27", "@adobe/helix-shared-git": "3.0.25", - "@adobe/helix-shared-indexer": "2.2.7", + "@adobe/helix-shared-indexer": "2.2.8", "@adobe/helix-shared-process-queue": "3.1.9", "camelcase": "9.0.0", "chalk-template": "1.1.2",