diff --git a/package-lock.json b/package-lock.json index e8e8feaa..2cabf977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@adobe/helix-log": "6.0.3", "@adobe/helix-shared-config": "10.6.4", "@adobe/helix-shared-git": "3.0.12", - "@adobe/helix-shared-indexer": "2.1.1", + "@adobe/helix-shared-indexer": "2.1.2", "camelcase": "8.0.0", "chalk-template": "1.1.0", "chokidar": "3.6.0", @@ -193,12 +193,12 @@ } }, "node_modules/@adobe/helix-shared-indexer": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.1.1.tgz", - "integrity": "sha512-meZ3VXCHCJtEAqKybmah5mT4oQHejwbxCo0Ak486c/+lGu6FbBnJ5edAWbBtYsqcNW2BoVm3nPR4kf6AMlMS5g==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-indexer/-/helix-shared-indexer-2.1.2.tgz", + "integrity": "sha512-PqxcwSSkb34eCqOK2LUsKDh7WPe5lgRvAV/k+A1fn7hgwFj1fsEuPV9gIMSZoXhVlpdttL9F+ZqZ3rkQeqd6+A==", "license": "Apache-2.0", "dependencies": { - "dayjs": "1.11.11", + "dayjs": "1.11.12", "hast-util-select": "6.0.2", "hast-util-to-html": "9.0.1", "hast-util-to-text": "4.0.2", @@ -3081,9 +3081,10 @@ } }, "node_modules/dayjs": { - "version": "1.11.11", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", - "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==", + "license": "MIT" }, "node_modules/debug": { "version": "4.3.4", diff --git a/package.json b/package.json index 68ea895a..4f3163b9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@adobe/helix-log": "6.0.3", "@adobe/helix-shared-config": "10.6.4", "@adobe/helix-shared-git": "3.0.12", - "@adobe/helix-shared-indexer": "2.1.1", + "@adobe/helix-shared-indexer": "2.1.2", "camelcase": "8.0.0", "chalk-template": "1.1.0", "chokidar": "3.6.0",