diff --git a/package-lock.json b/package-lock.json index ac9a351e..84762f02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16092,7 +16092,7 @@ }, "packages/helix-shared-indexer": { "name": "@adobe/helix-shared-indexer", - "version": "2.0.14", + "version": "2.0.15", "license": "Apache-2.0", "dependencies": { "dayjs": "1.11.10", @@ -16102,7 +16102,7 @@ "jsep": "1.3.8", "micromatch": "4.0.5", "rehype-parse": "9.0.0", - "unified": "11.0.3" + "unified": "11.0.4" }, "devDependencies": { "@adobe/fetch": "4.1.1", @@ -16204,8 +16204,9 @@ } }, "packages/helix-shared-indexer/node_modules/unified": { - "version": "11.0.3", - "license": "MIT", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", + "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", diff --git a/packages/helix-shared-indexer/package.json b/packages/helix-shared-indexer/package.json index 15bc2bd9..931b54c0 100644 --- a/packages/helix-shared-indexer/package.json +++ b/packages/helix-shared-indexer/package.json @@ -35,7 +35,7 @@ "jsep": "1.3.8", "micromatch": "4.0.5", "rehype-parse": "9.0.0", - "unified": "11.0.3" + "unified": "11.0.4" }, "devDependencies": { "@adobe/fetch": "4.1.1",