diff --git a/package-lock.json b/package-lock.json index 002f2c8d..c5954774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@adobe/helix-log": "6.0.4", "@adobe/helix-shared-config": "11.0.1", "@adobe/helix-shared-git": "3.0.14", - "@adobe/helix-shared-indexer": "2.1.5", + "@adobe/helix-shared-indexer": "2.1.6", "camelcase": "8.0.0", "chalk-template": "1.1.0", "chokidar": "4.0.1", @@ -51,7 +51,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.7", - "@adobe/helix-shared-dom": "2.0.7", + "@adobe/helix-shared-dom": "2.0.8", "@adobe/helix-testutils": "0.4.17", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -190,9 +190,9 @@ } }, "node_modules/@adobe/helix-shared-dom": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-dom/-/helix-shared-dom-2.0.7.tgz", - "integrity": "sha512-2PiV7VOOKA1ytT8Axti4dyh/yShtHdDakxkjUxt/6ouCRulJO72hWwu2sa8zqN8VE40QRH+W+yXk6qBTf9jPzw==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-dom/-/helix-shared-dom-2.0.8.tgz", + "integrity": "sha512-dQgMS3Rb+H9xmJyttyjNK7O087+hXYIaSdVJHu99Uof0jrs4S7iMz0uX5fukFL8pCTEap1qThqN1a/6TNIXy1A==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -210,9 +210,9 @@ } }, "node_modules/@adobe/helix-shared-indexer": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.1.5.tgz", - "integrity": "sha512-1fx6n3W79tK8Jkh1+orG/759FKSSgqbWEeiqiweUEhByej8qNk2sPY09fy1KyKRKozHOjiRBCwj/RpgCqtarOg==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.1.6.tgz", + "integrity": "sha512-RCXZXhfOVfIiynyu1XnsGZ6E5pNsSPsHbFKh/hDfNP+uU9G9uBMXd/eDvF8qgszvZvXAgOQ4LQSGZ5IOOSKshw==", "license": "Apache-2.0", "dependencies": { "dayjs": "1.11.13", @@ -221,25 +221,10 @@ "hast-util-to-text": "4.0.2", "jsep": "1.3.9", "micromatch": "4.0.8", - "rehype-parse": "9.0.0", + "rehype-parse": "9.0.1", "unified": "11.0.5" } }, - "node_modules/@adobe/helix-shared-indexer/node_modules/rehype-parse": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.0.tgz", - "integrity": "sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==", - "license": "MIT", - "dependencies": { - "@types/hast": "^3.0.0", - "hast-util-from-html": "^2.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/@adobe/helix-shared-prune": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@adobe/helix-shared-prune/-/helix-shared-prune-1.0.5.tgz", diff --git a/package.json b/package.json index 4cda2f77..1b94c966 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@adobe/helix-log": "6.0.4", "@adobe/helix-shared-config": "11.0.1", "@adobe/helix-shared-git": "3.0.14", - "@adobe/helix-shared-indexer": "2.1.5", + "@adobe/helix-shared-indexer": "2.1.6", "camelcase": "8.0.0", "chalk-template": "1.1.0", "chokidar": "4.0.1", @@ -76,7 +76,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.7", - "@adobe/helix-shared-dom": "2.0.7", + "@adobe/helix-shared-dom": "2.0.8", "@adobe/helix-testutils": "0.4.17", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1",