diff --git a/package-lock.json b/package-lock.json index e65114c..72c1a74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fetch": "4.1.11", "@adobe/helix-docx2md": "1.6.11", - "@adobe/helix-markdown-support": "7.1.8", + "@adobe/helix-markdown-support": "7.1.9", "@adobe/helix-shared-process-queue": "3.0.4", "@adobe/remark-gridtables": "3.0.8", "docx": "8.5.0", @@ -197,6 +197,38 @@ "yauzl": "3.2.0" } }, + "node_modules/@adobe/helix-docx2md/node_modules/@adobe/helix-markdown-support": { + "version": "7.1.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.8.tgz", + "integrity": "sha512-n+mtjrqqERtT7dJSleBbr/ZjccJxn3t4U8HkRuOpOjSObHi73CgLRyu/dtxmGtobmItIpkUBD6tTvzrHrEjXcQ==", + "license": "Apache-2.0", + "dependencies": { + "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", + "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.1", + "micromark-util-combine-extensions": "2.0.1", + "micromark-util-symbol": "2.0.1", + "unist-util-find": "3.0.0", + "unist-util-visit": "5.0.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "unified": "11.x" + } + }, "node_modules/@adobe/helix-docx2md/node_modules/yauzl": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz", @@ -211,12 +243,12 @@ } }, "node_modules/@adobe/helix-markdown-support": { - "version": "7.1.8", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.8.tgz", - "integrity": "sha512-n+mtjrqqERtT7dJSleBbr/ZjccJxn3t4U8HkRuOpOjSObHi73CgLRyu/dtxmGtobmItIpkUBD6tTvzrHrEjXcQ==", + "version": "7.1.9", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.9.tgz", + "integrity": "sha512-twtcoGUw5EvnLTaWIIv7m3xgy0XvwMyOSZTdWq19efK0W6LzKlsbd2tFP0QmLl6+3/ddzjssDNVnc937dLQI4w==", "license": "Apache-2.0", "dependencies": { - "hast-util-to-html": "9.0.3", + "hast-util-to-html": "9.0.4", "js-yaml": "4.1.0", "mdast-util-gfm-footnote": "2.0.0", "mdast-util-gfm-strikethrough": "2.0.0", @@ -242,6 +274,29 @@ "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-mediahandler": { "version": "2.5.40", "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.5.40.tgz", diff --git a/package.json b/package.json index cd6db50..b0af498 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@adobe/fetch": "4.1.11", "@adobe/helix-docx2md": "1.6.11", - "@adobe/helix-markdown-support": "7.1.8", + "@adobe/helix-markdown-support": "7.1.9", "@adobe/helix-shared-process-queue": "3.0.4", "@adobe/remark-gridtables": "3.0.8", "docx": "8.5.0",