diff --git a/package-lock.json b/package-lock.json index 871fe4c..94e75ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.2", - "@adobe/helix-md2docx": "2.1.56", - "@adobe/mdast-util-gridtables": "4.0.4", + "@adobe/helix-md2docx": "2.1.57", + "@adobe/mdast-util-gridtables": "4.0.5", "@adobe/remark-gridtables": "3.0.4", "form-data": "4.0.0", "fs-extra": "11.2.0", @@ -101,6 +101,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.2.tgz", "integrity": "sha512-O7yA/NgQGkp/2SFOTrcSFOb91VMZH29QRE9dXev/K8xVJkIL1g1B8IqT2G8sRurgQw2CPBQ2H7GF/FHW/HBxKw==", + "dev": true, "dependencies": { "debug": "4.3.4", "http-cache-semantics": "4.1.1", @@ -133,6 +134,19 @@ "yauzl": "3.1.3" } }, + "node_modules/@adobe/helix-docx2md/node_modules/@adobe/mdast-util-gridtables": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.4.tgz", + "integrity": "sha512-clmC66bmhyAKPlaT15tkl1/LlpRwSbkVG58PYsJtv61MYr+eAhl1RbyX5BTZKTagxb0vVgpORs8ps9RkgHMKgw==", + "license": "Apache-2.0", + "dependencies": { + "@adobe/micromark-extension-gridtables": "^2.0.0", + "mdast-util-from-markdown": "2.0.0", + "mdast-util-to-hast": "13.1.0", + "mdast-util-to-markdown": "2.1.0", + "unist-util-visit": "5.0.0" + } + }, "node_modules/@adobe/helix-docx2md/node_modules/yauzl": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.3.tgz", @@ -200,11 +214,12 @@ } }, "node_modules/@adobe/helix-md2docx": { - "version": "2.1.56", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.56.tgz", - "integrity": "sha512-h+4Zv8g1xiqj2Uejz4lYFSkzTQgmUDuo3RuXo27NVUNovL5KcmMLeMfe6S98K+iQDrqpAJJ1i6fYx/PSqQNgsw==", + "version": "2.1.57", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.57.tgz", + "integrity": "sha512-QRfNpMQ7ekrJaarnb9xm6Ge6Rh4d3jI41h2/4WRzjJSyR7myb5QZams/L6TMjpbKfH42HknxEmN8djY4H8IvcA==", + "license": "Apache-2.0", "dependencies": { - "@adobe/fetch": "4.1.2", + "@adobe/fetch": "4.1.3", "@adobe/helix-docx2md": "1.6.0", "@adobe/helix-markdown-support": "7.1.2", "@adobe/helix-shared-process-queue": "3.0.4", @@ -223,6 +238,37 @@ "unist-util-visit": "5.0.0" } }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/fetch": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.3.tgz", + "integrity": "sha512-d/NfW/QFZwehkElCkzjZQhv7qkAmq1tDQpOKw3trAV9DzACcpnEc+aC2bzfc4pLWu45WcLusUZxl1Yw5F8pKDw==", + "license": "Apache-2.0", + "dependencies": { + "debug": "4.3.5", + "http-cache-semantics": "4.1.1", + "lru-cache": "7.18.3" + }, + "engines": { + "node": ">=14.16" + } + }, + "node_modules/@adobe/helix-md2docx/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@adobe/helix-mediahandler": { "version": "2.5.5", "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.5.5.tgz", @@ -267,17 +313,42 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.4.tgz", - "integrity": "sha512-clmC66bmhyAKPlaT15tkl1/LlpRwSbkVG58PYsJtv61MYr+eAhl1RbyX5BTZKTagxb0vVgpORs8ps9RkgHMKgw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.5.tgz", + "integrity": "sha512-iH5MTd90MhDgM6eZxIHLhkqnFi+8YB6FbQ8GdBYyhdUevk4FG4tLD8f1JLhMS4SW0CiFZL8XSZNZR/FmQtb58w==", + "license": "Apache-2.0", "dependencies": { "@adobe/micromark-extension-gridtables": "^2.0.0", - "mdast-util-from-markdown": "2.0.0", + "mdast-util-from-markdown": "2.0.1", "mdast-util-to-hast": "13.1.0", "mdast-util-to-markdown": "2.1.0", "unist-util-visit": "5.0.0" } }, + "node_modules/@adobe/mdast-util-gridtables/node_modules/mdast-util-from-markdown": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz", + "integrity": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", + "decode-named-character-reference": "^1.0.0", + "devlop": "^1.0.0", + "mdast-util-to-string": "^4.0.0", + "micromark": "^4.0.0", + "micromark-util-decode-numeric-character-reference": "^2.0.0", + "micromark-util-decode-string": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "unist-util-stringify-position": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/@adobe/micromark-extension-gridtables": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@adobe/micromark-extension-gridtables/-/micromark-extension-gridtables-2.0.2.tgz", @@ -297,6 +368,19 @@ "@adobe/micromark-extension-gridtables": "2.0.2" } }, + "node_modules/@adobe/remark-gridtables/node_modules/@adobe/mdast-util-gridtables": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.4.tgz", + "integrity": "sha512-clmC66bmhyAKPlaT15tkl1/LlpRwSbkVG58PYsJtv61MYr+eAhl1RbyX5BTZKTagxb0vVgpORs8ps9RkgHMKgw==", + "license": "Apache-2.0", + "dependencies": { + "@adobe/micromark-extension-gridtables": "^2.0.0", + "mdast-util-from-markdown": "2.0.0", + "mdast-util-to-hast": "13.1.0", + "mdast-util-to-markdown": "2.1.0", + "unist-util-visit": "5.0.0" + } + }, "node_modules/@aws-crypto/crc32": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz", diff --git a/package.json b/package.json index dc42a30..0d47ed2 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.2", - "@adobe/helix-md2docx": "2.1.56", - "@adobe/mdast-util-gridtables": "4.0.4", + "@adobe/helix-md2docx": "2.1.57", + "@adobe/mdast-util-gridtables": "4.0.5", "@adobe/remark-gridtables": "3.0.4", "form-data": "4.0.0", "fs-extra": "11.2.0",