From 9482e37c0d83c8f6b150ebe052c1fdefc43c781e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:16:08 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-shared-indexer to v2.0.16 --- package-lock.json | 72 ++++------------------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 68 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1085f7e80..1e6a531dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@adobe/helix-log": "6.0.1", "@adobe/helix-shared-config": "10.3.6", "@adobe/helix-shared-git": "3.0.3", - "@adobe/helix-shared-indexer": "2.0.15", + "@adobe/helix-shared-indexer": "2.0.16", "camelcase": "8.0.0", "chalk-template": "1.1.0", "chokidar": "3.5.3", @@ -170,9 +170,9 @@ } }, "node_modules/@adobe/helix-shared-indexer": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.0.15.tgz", - "integrity": "sha512-kRv4WuwoLnsYrBAWTp+Uq+K96tYaIDuI/1b1w2rlAmm1cqyAUXv38ctTJg2ML9wdxBM4qucmCqeB0XiGcZRTrA==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.0.16.tgz", + "integrity": "sha512-QyDgsJDZphoNrkXDe0NK/U8Tlg3BL7RPlhTIWOBXZ3RThN9y8Nzrj67H1HsWFDkQAj3Dn1MpVU5IXmVRr/k9zg==", "dependencies": { "dayjs": "1.11.10", "hast-util-select": "6.0.1", @@ -181,69 +181,7 @@ "jsep": "1.3.8", "micromatch": "4.0.5", "rehype-parse": "9.0.0", - "unified": "11.0.3" - } - }, - "node_modules/@adobe/helix-shared-indexer/node_modules/@types/unist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.1.tgz", - "integrity": "sha512-ue/hDUpPjC85m+PM9OQDMZr3LywT+CT6mPsQq8OJtCLiERkGRcQUFvu9XASF5XWqyZFXbf15lvb3JFJ4dRLWPg==" - }, - "node_modules/@adobe/helix-shared-indexer/node_modules/unified": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.3.tgz", - "integrity": "sha512-jlCV402P+YDcFcB2VcN/n8JasOddqIiaxv118wNBoZXEhOn+lYG7BR4Bfg2BwxvlK58dwbuH2w7GX2esAjL6Mg==", - "dependencies": { - "@types/unist": "^3.0.0", - "bail": "^2.0.0", - "devlop": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@adobe/helix-shared-indexer/node_modules/unist-util-stringify-position": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", - "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@adobe/helix-shared-indexer/node_modules/vfile": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", - "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-stringify-position": "^4.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@adobe/helix-shared-indexer/node_modules/vfile-message": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", - "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-stringify-position": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "unified": "11.0.4" } }, "node_modules/@adobe/helix-shared-prune": { diff --git a/package.json b/package.json index 3219e32de..e26bbe8fc 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@adobe/helix-log": "6.0.1", "@adobe/helix-shared-config": "10.3.6", "@adobe/helix-shared-git": "3.0.3", - "@adobe/helix-shared-indexer": "2.0.15", + "@adobe/helix-shared-indexer": "2.0.16", "camelcase": "8.0.0", "chalk-template": "1.1.0", "chokidar": "3.5.3",