diff --git a/package-lock.json b/package-lock.json index c874d2fa..97420599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@adobe/helix-html-pipeline", - "version": "5.12.4", + "version": "5.12.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "5.12.4", + "version": "5.12.6", "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", @@ -83,12 +83,12 @@ } }, "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==", + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.6.tgz", + "integrity": "sha512-gzd/Pg3xPsUdbeJ4cp9BUPTNpLXCMzRPE7gn/NAGk4/TMwKdrN6ABoFOUDYQ/hND7paXl8YT3oU8Ifj/7eBSiQ==", "license": "Apache-2.0", "dependencies": { - "hast-util-to-html": "9.0.2", + "hast-util-to-html": "9.0.3", "js-yaml": "4.1.0", "mdast-util-gfm-footnote": "2.0.0", "mdast-util-gfm-strikethrough": "2.0.0", @@ -114,29 +114,6 @@ "unified": "11.x" } }, - "node_modules/@adobe/helix-markdown-support/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==", - "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-shared-utils": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-3.0.2.tgz", diff --git a/package.json b/package.json index a29d9233..6dc5aa7e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "node": ">=16.x" }, "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",