diff --git a/package-lock.json b/package-lock.json index 9ba99c8..e1fa546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@adobe/helix-importer", - "version": "3.4.25", + "version": "3.4.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-importer", - "version": "3.4.25", + "version": "3.4.26", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.7", + "@adobe/helix-markdown-support": "7.1.8", "@adobe/helix-md2docx": "2.1.84", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", @@ -225,9 +225,9 @@ } }, "node_modules/@adobe/helix-markdown-support": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.7.tgz", - "integrity": "sha512-3Eb0xISjCYO6B3+h2RGdvReqqrFItii9u94TJXp17taDM8AepelSszlbU/H7jvN3q6Fqv78e/v1MIwqJNWHIpQ==", + "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", @@ -337,6 +337,94 @@ "unist-util-visit": "5.0.0" } }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.7.tgz", + "integrity": "sha512-3Eb0xISjCYO6B3+h2RGdvReqqrFItii9u94TJXp17taDM8AepelSszlbU/H7jvN3q6Fqv78e/v1MIwqJNWHIpQ==", + "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-md2docx/node_modules/micromark-util-character": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/@adobe/helix-md2docx/node_modules/micromark-util-combine-extensions": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", + "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-chunked": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/@adobe/helix-md2docx/node_modules/micromark-util-symbol": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, "node_modules/@adobe/helix-mediahandler": { "version": "2.5.31", "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.5.31.tgz", diff --git a/package.json b/package.json index 94257cb..5748549 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.7", + "@adobe/helix-markdown-support": "7.1.8", "@adobe/helix-md2docx": "2.1.84", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8",