diff --git a/package-lock.json b/package-lock.json index d7b476c7..ba8a9e8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@adobe/helix-html-pipeline", - "version": "6.20.2", + "version": "6.20.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "6.20.2", + "version": "6.20.3", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.11", + "@adobe/helix-markdown-support": "7.1.12", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.9", "@adobe/remark-gridtables": "3.0.9", @@ -83,12 +83,12 @@ } }, "node_modules/@adobe/helix-markdown-support": { - "version": "7.1.11", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.11.tgz", - "integrity": "sha512-LTozBuXsn7JTxia4hXzW7ZVQKkETO5DkqiiYo0z/fXvaVzCA4W3qOJVorJbp85/oTDFk+D8/KiEhT0G5wIAdvA==", + "version": "7.1.12", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.12.tgz", + "integrity": "sha512-a1ZGentcPjLL6yIufL6q1Vz9qBMhfhX5F5s/GTKMEYIo6ENO+ehqva5mDRzFCES6kdCpGhkPo9UGwY3pD7i3Ow==", "license": "Apache-2.0", "dependencies": { - "hast-util-to-html": "9.0.4", + "hast-util-to-html": "9.0.5", "js-yaml": "4.1.0", "mdast-util-gfm-footnote": "2.1.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.4", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.4.tgz", - "integrity": "sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==", - "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 517732ce..253d73f8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "node": ">=16.x" }, "dependencies": { - "@adobe/helix-markdown-support": "7.1.11", + "@adobe/helix-markdown-support": "7.1.12", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.9", "@adobe/remark-gridtables": "3.0.9",