diff --git a/package-lock.json b/package-lock.json index 5bcad9d5..836f1d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,27 +124,27 @@ } }, "node_modules/@adobe/helix-html-pipeline": { - "version": "6.14.8", - "resolved": "https://registry.npmjs.org/@adobe/helix-html-pipeline/-/helix-html-pipeline-6.14.8.tgz", - "integrity": "sha512-qfpYAZwt6fVoxGjS/9OBu0xXV/ZpK3DKwLnOumurkrPxRMBB8sDT40SW0oj1FwVmLVYEUIpA8lU90Fiigevsug==", + "version": "6.14.9", + "resolved": "https://registry.npmjs.org/@adobe/helix-html-pipeline/-/helix-html-pipeline-6.14.9.tgz", + "integrity": "sha512-ORnNXlkF+NpXUTUdqRZowhYgBg6j/VHIHIXNHnH3qctjJvY4UfZqvKbSZgwiOclxYAZJSG2Bw13e3XqiEyjrhg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.5", + "@adobe/helix-markdown-support": "7.1.6", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "github-slugger": "2.0.0", "hast-util-raw": "9.0.4", "hast-util-select": "6.0.2", - "hast-util-to-html": "9.0.2", + "hast-util-to-html": "9.0.3", "hast-util-to-string": "3.0.0", "hastscript": "9.0.0", "lodash.escape": "4.0.1", "mdast-util-to-hast": "13.2.0", "mdast-util-to-string": "4.0.0", "mime": "4.0.4", - "rehype-format": "5.0.0", + "rehype-format": "5.0.1", "rehype-parse": "9.0.0", "remark-parse": "11.0.0", "strip-markdown": "6.0.0", @@ -160,39 +160,6 @@ "node": ">=16.x" } }, - "node_modules/@adobe/helix-html-pipeline/node_modules/@adobe/helix-markdown-support": { - "version": "7.1.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.5.tgz", - "integrity": "sha512-B0pCMKA9dXB6tCAo6+BWDYrlJTeHSeGWZKa2cy7+HbtIxpjtSTU8RwofEI0YfFKbWoogrDceGeyWxwHUGfpkXA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "hast-util-to-html": "9.0.2", - "js-yaml": "4.1.0", - "mdast-util-gfm-footnote": "2.0.0", - "mdast-util-gfm-strikethrough": "2.0.0", - "mdast-util-gfm-table": "2.0.0", - "mdast-util-gfm-task-list-item": "2.0.0", - "mdast-util-phrasing": "4.1.0", - "mdast-util-to-hast": "13.2.0", - "micromark-extension-gfm-footnote": "2.1.0", - "micromark-extension-gfm-strikethrough": "2.1.0", - "micromark-extension-gfm-table": "2.1.0", - "micromark-extension-gfm-tagfilter": "2.0.0", - "micromark-extension-gfm-task-list-item": "2.1.0", - "micromark-util-character": "2.1.0", - "micromark-util-combine-extensions": "2.0.0", - "micromark-util-symbol": "2.0.0", - "unist-util-find": "3.0.0", - "unist-util-visit": "5.0.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "unified": "11.x" - } - }, "node_modules/@adobe/helix-markdown-support": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.6.tgz", @@ -225,29 +192,6 @@ "unified": "11.x" } }, - "node_modules/@adobe/helix-markdown-support/node_modules/hast-util-to-html": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz", - "integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==", - "license": "MIT", - "dependencies": { - "@types/hast": "^3.0.0", - "@types/unist": "^3.0.0", - "ccount": "^2.0.0", - "comma-separated-tokens": "^2.0.0", - "hast-util-whitespace": "^3.0.0", - "html-void-elements": "^3.0.0", - "mdast-util-to-hast": "^13.0.0", - "property-information": "^6.0.0", - "space-separated-tokens": "^2.0.0", - "stringify-entities": "^4.0.0", - "zwitch": "^2.0.4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/@adobe/helix-mediahandler": { "version": "2.5.23", "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.5.23.tgz", @@ -7715,6 +7659,26 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-format": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hast-util-format/-/hast-util-format-1.1.0.tgz", + "integrity": "sha512-yY1UDz6bC9rDvCWHpx12aIBGRG7krurX0p0Fm6pT547LwDIZZiNr8a+IHDogorAdreULSEzP82Nlv5SZkHZcjA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-embedded": "^3.0.0", + "hast-util-minify-whitespace": "^1.0.0", + "hast-util-phrasing": "^3.0.0", + "hast-util-whitespace": "^3.0.0", + "html-whitespace-sensitive-tag-names": "^3.0.0", + "unist-util-visit-parents": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-from-html": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.1.tgz", @@ -7809,6 +7773,24 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-minify-whitespace": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz", + "integrity": "sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-embedded": "^3.0.0", + "hast-util-is-element": "^3.0.0", + "hast-util-whitespace": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-parse-selector": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", @@ -7894,9 +7876,9 @@ } }, "node_modules/hast-util-to-html": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.2.tgz", - "integrity": "sha512-RP5wNpj5nm1Z8cloDv4Sl4RS8jH5HYa0v93YB6Wb4poEzgMo/dAAL0KcT4974dCjcNG5pkLqTImeFHHCwwfY3g==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz", + "integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", @@ -8113,9 +8095,9 @@ } }, "node_modules/html-whitespace-sensitive-tag-names": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.0.tgz", - "integrity": "sha512-KlClZ3/Qy5UgvpvVvDomGhnQhNWH5INE8GwvSIQ9CWt1K0zbbXrl7eN5bWaafOZgtmO3jMPwUqmrmEwinhPq1w==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.1.tgz", + "integrity": "sha512-q+310vW8zmymYHALr1da4HyXUQ0zgiIwIicEfotYPWGN0OJVEN/58IJ3A4GBYcEq3LGAZqKb+ugvP0GNB9CEAA==", "dev": true, "license": "MIT", "funding": { @@ -14904,20 +14886,14 @@ } }, "node_modules/rehype-format": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/rehype-format/-/rehype-format-5.0.0.tgz", - "integrity": "sha512-kM4II8krCHmUhxrlvzFSptvaWh280Fr7UGNJU5DCMuvmAwGCNmGfi9CvFAQK6JDjsNoRMWQStglK3zKJH685Wg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/rehype-format/-/rehype-format-5.0.1.tgz", + "integrity": "sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==", "dev": true, "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", - "hast-util-embedded": "^3.0.0", - "hast-util-is-element": "^3.0.0", - "hast-util-phrasing": "^3.0.0", - "hast-util-whitespace": "^3.0.0", - "html-whitespace-sensitive-tag-names": "^3.0.0", - "rehype-minify-whitespace": "^6.0.0", - "unist-util-visit-parents": "^6.0.0" + "hast-util-format": "^1.0.0" }, "funding": { "type": "opencollective",