diff --git a/package-lock.json b/package-lock.json index ec9754a..9ebea67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "6.1.1", - "@adobe/helix-md2docx": "2.0.36", + "@adobe/helix-md2docx": "2.0.37", "@adobe/mdast-util-gridtables": "1.0.6", "@adobe/remark-gridtables": "1.0.2", "form-data": "4.0.0", @@ -76,7 +76,6 @@ "version": "1.3.13", "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.3.13.tgz", "integrity": "sha512-1655q/Ko9ddWv9ULrq5lj0sjfpV71f/AZLGeH1eF/MzCG30tDWPkh6DCqfHVWDf3yrTw8Ho0ZFBPNmujPW6FMQ==", - "dev": true, "dependencies": { "@adobe/helix-markdown-support": "6.1.1", "@adobe/helix-shared-process-queue": "2.1.0", @@ -128,12 +127,12 @@ } }, "node_modules/@adobe/helix-md2docx": { - "version": "2.0.36", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.0.36.tgz", - "integrity": "sha512-iB/zvqNM9a1mB63ibfJ3ETnMf21aN1ku4k+f9UqziEMH79zHBeMzJjRlqXtBOGgYtOAs86x/IHT1q5K9+A18mA==", + "version": "2.0.37", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.0.37.tgz", + "integrity": "sha512-hYsn/nLn7WcpbzqgNy1yOfJ5/G414FOROciRmOvxcC2rC9L8t4ZTPfaivHD6y/OsJXpYFhSPuPhOQzSJJxllhA==", "dependencies": { "@adobe/fetch": "3.6.0", - "@adobe/helix-docx2md": "1.3.12", + "@adobe/helix-docx2md": "1.3.13", "@adobe/helix-markdown-support": "6.1.1", "@adobe/helix-shared-process-queue": "2.1.0", "@adobe/remark-gridtables": "1.0.2", @@ -149,192 +148,6 @@ "unist-util-visit": "4.1.2" } }, - "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-docx2md": { - "version": "1.3.12", - "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.3.12.tgz", - "integrity": "sha512-RTcYxWv8/B3Ioagzx9gzDaU1aAeZNemmxHMJvYpjUt8qrKygCunCp69Tfl74cRs+mh1XpZF2CmhW9dFyGFlodw==", - "dependencies": { - "@adobe/helix-markdown-support": "6.1.0", - "@adobe/helix-shared-process-queue": "2.1.0", - "@adobe/mammoth": "1.5.1-bleeding.1", - "@adobe/mdast-util-gridtables": "1.0.5", - "@adobe/remark-gridtables": "1.0.1", - "dirname-filename-esm": "1.1.1", - "github-slugger": "2.0.0", - "mdast-util-to-markdown": "1.5.0", - "mdast-util-to-string": "3.1.1", - "remark-gfm": "3.0.1", - "remark-parse": "10.0.1", - "remark-stringify": "10.0.2", - "unified": "10.1.2", - "unist-util-find": "1.0.2", - "unist-util-visit": "4.1.2", - "yauzl": "2.10.0" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-docx2md/node_modules/@adobe/helix-markdown-support": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.1.0.tgz", - "integrity": "sha512-Vsr5H0cp+M47Hl7BsLDE/soMlk0hZFGkMzK653jk/4E7ij0NFv/GVqPctHeYVjTyD4czRZ6nhLgugOVNRwuq1w==", - "dependencies": { - "hast-util-to-html": "8.0.4", - "js-yaml": "4.1.0", - "mdast-util-gfm-footnote": "1.0.1", - "mdast-util-gfm-strikethrough": "1.0.2", - "mdast-util-gfm-table": "1.0.6", - "mdast-util-gfm-task-list-item": "1.0.1", - "mdast-util-phrasing": "3.0.0", - "mdast-util-to-hast": "12.2.5", - "micromark-extension-gfm-footnote": "1.0.4", - "micromark-extension-gfm-strikethrough": "1.0.4", - "micromark-extension-gfm-table": "1.0.5", - "micromark-extension-gfm-tagfilter": "1.0.1", - "micromark-extension-gfm-task-list-item": "1.0.3", - "micromark-util-character": "1.1.0", - "micromark-util-combine-extensions": "1.0.0", - "micromark-util-symbol": "1.0.1", - "unist-util-find": "1.0.2", - "unist-util-visit": "4.1.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "unified": "10.x" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-docx2md/node_modules/@adobe/helix-markdown-support/node_modules/unist-util-visit": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz", - "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.1.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-docx2md/node_modules/@adobe/remark-gridtables": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-1.0.1.tgz", - "integrity": "sha512-205R+rdvs+AZn/Cgks+a7mpF/4GKpt64U8wZmdrNBWifhdlapqOp2lGh4ca5MIpXVWS/kw0SnmOg274XSNZUDA==", - "dependencies": { - "@adobe/mdast-util-gridtables": "1.0.5", - "@adobe/micromark-extension-gridtables": "1.0.1" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/@adobe/mdast-util-gridtables": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-1.0.5.tgz", - "integrity": "sha512-J+1MLxD4d+tGzMk7pRA+QQis4ufX2Whk3XiyLE+tLfkCxqckbkYmPUkH8M+0WFVKHh4/uQZXS8FGMVCBQpIjqg==", - "dependencies": { - "@adobe/micromark-extension-gridtables": "^1.0.1", - "mdast-util-from-markdown": "1.2.0", - "mdast-util-to-hast": "12.2.5", - "mdast-util-to-markdown": "1.5.0", - "unist-util-visit": "4.1.1" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/@adobe/mdast-util-gridtables/node_modules/unist-util-visit": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz", - "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.1.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/mdast-util-from-markdown": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz", - "integrity": "sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==", - "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "decode-named-character-reference": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "micromark": "^3.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-decode-string": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "unist-util-stringify-position": "^3.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/mdast-util-gfm-footnote": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.1.tgz", - "integrity": "sha512-p+PrYlkw9DeCRkTVw1duWqPRHX6Ywh2BNKJQcZbCwAuP/59B0Lk9kakuAd7KbQprVO4GzdW8eS5++A9PUSqIyw==", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.3.0", - "micromark-util-normalize-identifier": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/mdast-util-gfm-task-list-item": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.1.tgz", - "integrity": "sha512-KZ4KLmPdABXOsfnM6JHUIjxEvcx2ulk656Z/4Balw071/5qgnhz+H1uGtf2zIGnrnvDC8xR4Fj9uKbjAFGNIeA==", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.3.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/mdast-util-phrasing": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.0.tgz", - "integrity": "sha512-S+QYsDRLkGi8U7o5JF1agKa/sdP+CNGXXLqC17pdTVL8FHHgQEiwFGa9yE5aYtUxNiFGYoaDy9V1kC85Sz86Gg==", - "dependencies": { - "@types/mdast": "^3.0.0", - "unist-util-is": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@adobe/helix-md2docx/node_modules/mdast-util-to-hast": { - "version": "12.2.5", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.2.5.tgz", - "integrity": "sha512-EFNhT35ZR/VZ85/EedDdCNTq0oFM+NM/+qBomVGQ0+Lcg0nhI8xIwmdCzNMlVlCJNXRprpobtKP/IUh8cfz6zQ==", - "dependencies": { - "@types/hast": "^2.0.0", - "@types/mdast": "^3.0.0", - "mdast-util-definitions": "^5.0.0", - "micromark-util-sanitize-uri": "^1.1.0", - "trim-lines": "^3.0.0", - "unist-builder": "^3.0.0", - "unist-util-generated": "^2.0.0", - "unist-util-position": "^4.0.0", - "unist-util-visit": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/@adobe/helix-mediahandler": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.0.4.tgz", @@ -13198,7 +13011,6 @@ "version": "1.3.13", "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.3.13.tgz", "integrity": "sha512-1655q/Ko9ddWv9ULrq5lj0sjfpV71f/AZLGeH1eF/MzCG30tDWPkh6DCqfHVWDf3yrTw8Ho0ZFBPNmujPW6FMQ==", - "dev": true, "requires": { "@adobe/helix-markdown-support": "6.1.1", "@adobe/helix-shared-process-queue": "2.1.0", @@ -13244,12 +13056,12 @@ } }, "@adobe/helix-md2docx": { - "version": "2.0.36", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.0.36.tgz", - "integrity": "sha512-iB/zvqNM9a1mB63ibfJ3ETnMf21aN1ku4k+f9UqziEMH79zHBeMzJjRlqXtBOGgYtOAs86x/IHT1q5K9+A18mA==", + "version": "2.0.37", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.0.37.tgz", + "integrity": "sha512-hYsn/nLn7WcpbzqgNy1yOfJ5/G414FOROciRmOvxcC2rC9L8t4ZTPfaivHD6y/OsJXpYFhSPuPhOQzSJJxllhA==", "requires": { "@adobe/fetch": "3.6.0", - "@adobe/helix-docx2md": "1.3.12", + "@adobe/helix-docx2md": "1.3.13", "@adobe/helix-markdown-support": "6.1.1", "@adobe/helix-shared-process-queue": "2.1.0", "@adobe/remark-gridtables": "1.0.2", @@ -13263,166 +13075,6 @@ "remark-parse": "10.0.1", "unified": "10.1.2", "unist-util-visit": "4.1.2" - }, - "dependencies": { - "@adobe/helix-docx2md": { - "version": "1.3.12", - "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.3.12.tgz", - "integrity": "sha512-RTcYxWv8/B3Ioagzx9gzDaU1aAeZNemmxHMJvYpjUt8qrKygCunCp69Tfl74cRs+mh1XpZF2CmhW9dFyGFlodw==", - "requires": { - "@adobe/helix-markdown-support": "6.1.0", - "@adobe/helix-shared-process-queue": "2.1.0", - "@adobe/mammoth": "1.5.1-bleeding.1", - "@adobe/mdast-util-gridtables": "1.0.5", - "@adobe/remark-gridtables": "1.0.1", - "dirname-filename-esm": "1.1.1", - "github-slugger": "2.0.0", - "mdast-util-to-markdown": "1.5.0", - "mdast-util-to-string": "3.1.1", - "remark-gfm": "3.0.1", - "remark-parse": "10.0.1", - "remark-stringify": "10.0.2", - "unified": "10.1.2", - "unist-util-find": "1.0.2", - "unist-util-visit": "4.1.2", - "yauzl": "2.10.0" - }, - "dependencies": { - "@adobe/helix-markdown-support": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.1.0.tgz", - "integrity": "sha512-Vsr5H0cp+M47Hl7BsLDE/soMlk0hZFGkMzK653jk/4E7ij0NFv/GVqPctHeYVjTyD4czRZ6nhLgugOVNRwuq1w==", - "requires": { - "hast-util-to-html": "8.0.4", - "js-yaml": "4.1.0", - "mdast-util-gfm-footnote": "1.0.1", - "mdast-util-gfm-strikethrough": "1.0.2", - "mdast-util-gfm-table": "1.0.6", - "mdast-util-gfm-task-list-item": "1.0.1", - "mdast-util-phrasing": "3.0.0", - "mdast-util-to-hast": "12.2.5", - "micromark-extension-gfm-footnote": "1.0.4", - "micromark-extension-gfm-strikethrough": "1.0.4", - "micromark-extension-gfm-table": "1.0.5", - "micromark-extension-gfm-tagfilter": "1.0.1", - "micromark-extension-gfm-task-list-item": "1.0.3", - "micromark-util-character": "1.1.0", - "micromark-util-combine-extensions": "1.0.0", - "micromark-util-symbol": "1.0.1", - "unist-util-find": "1.0.2", - "unist-util-visit": "4.1.1" - }, - "dependencies": { - "unist-util-visit": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz", - "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.1.1" - } - } - } - }, - "@adobe/remark-gridtables": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-1.0.1.tgz", - "integrity": "sha512-205R+rdvs+AZn/Cgks+a7mpF/4GKpt64U8wZmdrNBWifhdlapqOp2lGh4ca5MIpXVWS/kw0SnmOg274XSNZUDA==", - "requires": { - "@adobe/mdast-util-gridtables": "1.0.5", - "@adobe/micromark-extension-gridtables": "1.0.1" - } - } - } - }, - "@adobe/mdast-util-gridtables": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-1.0.5.tgz", - "integrity": "sha512-J+1MLxD4d+tGzMk7pRA+QQis4ufX2Whk3XiyLE+tLfkCxqckbkYmPUkH8M+0WFVKHh4/uQZXS8FGMVCBQpIjqg==", - "requires": { - "@adobe/micromark-extension-gridtables": "^1.0.1", - "mdast-util-from-markdown": "1.2.0", - "mdast-util-to-hast": "12.2.5", - "mdast-util-to-markdown": "1.5.0", - "unist-util-visit": "4.1.1" - }, - "dependencies": { - "unist-util-visit": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz", - "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.1.1" - } - } - } - }, - "mdast-util-from-markdown": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz", - "integrity": "sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "decode-named-character-reference": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "micromark": "^3.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-decode-string": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "unist-util-stringify-position": "^3.0.0", - "uvu": "^0.5.0" - } - }, - "mdast-util-gfm-footnote": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.1.tgz", - "integrity": "sha512-p+PrYlkw9DeCRkTVw1duWqPRHX6Ywh2BNKJQcZbCwAuP/59B0Lk9kakuAd7KbQprVO4GzdW8eS5++A9PUSqIyw==", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.3.0", - "micromark-util-normalize-identifier": "^1.0.0" - } - }, - "mdast-util-gfm-task-list-item": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.1.tgz", - "integrity": "sha512-KZ4KLmPdABXOsfnM6JHUIjxEvcx2ulk656Z/4Balw071/5qgnhz+H1uGtf2zIGnrnvDC8xR4Fj9uKbjAFGNIeA==", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.3.0" - } - }, - "mdast-util-phrasing": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.0.tgz", - "integrity": "sha512-S+QYsDRLkGi8U7o5JF1agKa/sdP+CNGXXLqC17pdTVL8FHHgQEiwFGa9yE5aYtUxNiFGYoaDy9V1kC85Sz86Gg==", - "requires": { - "@types/mdast": "^3.0.0", - "unist-util-is": "^5.0.0" - } - }, - "mdast-util-to-hast": { - "version": "12.2.5", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.2.5.tgz", - "integrity": "sha512-EFNhT35ZR/VZ85/EedDdCNTq0oFM+NM/+qBomVGQ0+Lcg0nhI8xIwmdCzNMlVlCJNXRprpobtKP/IUh8cfz6zQ==", - "requires": { - "@types/hast": "^2.0.0", - "@types/mdast": "^3.0.0", - "mdast-util-definitions": "^5.0.0", - "micromark-util-sanitize-uri": "^1.1.0", - "trim-lines": "^3.0.0", - "unist-builder": "^3.0.0", - "unist-util-generated": "^2.0.0", - "unist-util-position": "^4.0.0", - "unist-util-visit": "^4.0.0" - } - } } }, "@adobe/helix-mediahandler": { diff --git a/package.json b/package.json index 5dd4e87..f3971cf 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "6.1.1", - "@adobe/helix-md2docx": "2.0.36", + "@adobe/helix-md2docx": "2.0.37", "@adobe/mdast-util-gridtables": "1.0.6", "@adobe/remark-gridtables": "1.0.2", "form-data": "4.0.0",