diff --git a/package-lock.json b/package-lock.json index bc3c6b0..f17b6fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-importer", - "version": "3.4.19", + "version": "3.4.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-importer", - "version": "3.4.19", + "version": "3.4.20", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.6", @@ -24,7 +24,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.7", - "@adobe/helix-docx2md": "1.6.7", + "@adobe/helix-docx2md": "1.6.8", "@adobe/helix-mediahandler": "2.5.23", "@esm-bundle/chai": "4.3.4-fix.0", "@semantic-release/changelog": "6.0.3", @@ -113,9 +113,10 @@ } }, "node_modules/@adobe/helix-docx2md": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.7.tgz", - "integrity": "sha512-CSW2XuHb7ffHHEfCpnBdWSZWKpodG4lPuBmi49+91rhsrnKiyEKTwuSViYIbHlfTK/bpmA7MEOAkvGhxbni0JA==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.8.tgz", + "integrity": "sha512-0bTP3Q6YLCdSRuTQrL+6jHT4JidJb8RX/LLgRhGIFf+c/4zTFvzKtdXlbNWs8iQbne8F9GM5RYxtyk7HXD17dw==", + "dev": true, "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.6", @@ -140,6 +141,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.3.tgz", "integrity": "sha512-JCCdmlJJWv7L0q/KylOekyRaUrdEoUxWkWVcgorosTROCFWiS9p2NNPE9Yb91ak7b1N5SxAZEliWpspbZccivw==", + "dev": true, "license": "MIT", "dependencies": { "buffer-crc32": "~0.2.3", @@ -229,6 +231,43 @@ "unist-util-visit": "5.0.0" } }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-docx2md": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.7.tgz", + "integrity": "sha512-CSW2XuHb7ffHHEfCpnBdWSZWKpodG4lPuBmi49+91rhsrnKiyEKTwuSViYIbHlfTK/bpmA7MEOAkvGhxbni0JA==", + "license": "Apache-2.0", + "dependencies": { + "@adobe/helix-markdown-support": "7.1.6", + "@adobe/helix-shared-process-queue": "3.0.4", + "@adobe/mammoth": "1.7.1-bleeding.2", + "@adobe/mdast-util-gridtables": "4.0.6", + "@adobe/remark-gridtables": "3.0.6", + "dirname-filename-esm": "1.1.2", + "github-slugger": "2.0.0", + "mdast-util-to-markdown": "2.1.0", + "mdast-util-to-string": "4.0.0", + "remark-gfm": "4.0.0", + "remark-parse": "11.0.0", + "remark-stringify": "11.0.0", + "unified": "11.0.5", + "unist-util-find": "3.0.0", + "unist-util-visit": "5.0.0", + "yauzl": "3.1.3" + } + }, + "node_modules/@adobe/helix-md2docx/node_modules/yauzl": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.3.tgz", + "integrity": "sha512-JCCdmlJJWv7L0q/KylOekyRaUrdEoUxWkWVcgorosTROCFWiS9p2NNPE9Yb91ak7b1N5SxAZEliWpspbZccivw==", + "license": "MIT", + "dependencies": { + "buffer-crc32": "~0.2.3", + "pend": "~1.2.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@adobe/helix-mediahandler": { "version": "2.5.23", "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.5.23.tgz", diff --git a/package.json b/package.json index 3235ef2..195bde8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.7", - "@adobe/helix-docx2md": "1.6.7", + "@adobe/helix-docx2md": "1.6.8", "@adobe/helix-mediahandler": "2.5.23", "@esm-bundle/chai": "4.3.4-fix.0", "@semantic-release/changelog": "6.0.3",