diff --git a/package-lock.json b/package-lock.json index 2e297af..0ae359e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@adobe/helix-importer-ui", "version": "1.51.36", "dependencies": { - "@adobe/helix-importer": "3.4.15", + "@adobe/helix-importer": "3.4.16", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "@spectrum-web-components/bundle": "0.47.1", @@ -93,12 +93,12 @@ } }, "node_modules/@adobe/helix-docx2md": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.5.tgz", - "integrity": "sha512-DSZmWmtjwdwt3JuW6GqW3XKGbaGh2xUrY5hzBfX86SdGm5MzpMHXgkqPxAHGKPGZlRWOCR4B5fBR+tZQH9zDKQ==", + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.6.tgz", + "integrity": "sha512-uIV2N3acyqBSB9GIXZ7JmCAhjP66er6/GPS4bAdz2IpoasGiigvW599QuWz+5UBIFgGJLmVKN4N/CSprqC9PRw==", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.4", + "@adobe/helix-markdown-support": "7.1.5", "@adobe/helix-shared-process-queue": "3.0.4", "@adobe/mammoth": "1.7.1-bleeding.2", "@adobe/mdast-util-gridtables": "4.0.6", @@ -117,13 +117,13 @@ } }, "node_modules/@adobe/helix-importer": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-3.4.15.tgz", - "integrity": "sha512-Y0xJ94A/UcbBcRwnT/WOWNA8MeiYZ8r9arLTMA0WldyVLciGDXegAzWiaICohSesJlw8fWc+n9PLJ7mEO39TBg==", + "version": "3.4.16", + "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-3.4.16.tgz", + "integrity": "sha512-BqqGegHIs8H9Bxi5urMvaI037IrD77RqZ2YizwdoulpoXDnmQPivKPSPdE0YBddi24mS1f+Z+I3uCt0rrxcmGA==", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.5", - "@adobe/helix-md2docx": "2.1.70", + "@adobe/helix-md2docx": "2.1.71", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "form-data": "4.0.0", @@ -136,7 +136,7 @@ "unified": "11.0.5" } }, - "node_modules/@adobe/helix-importer/node_modules/@adobe/helix-markdown-support": { + "node_modules/@adobe/helix-markdown-support": { "version": "7.1.5", "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.5.tgz", "integrity": "sha512-B0pCMKA9dXB6tCAo6+BWDYrlJTeHSeGWZKa2cy7+HbtIxpjtSTU8RwofEI0YfFKbWoogrDceGeyWxwHUGfpkXA==", @@ -168,71 +168,15 @@ "unified": "11.x" } }, - "node_modules/@adobe/helix-markdown-support": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.4.tgz", - "integrity": "sha512-Jcp440BdmR09kaiQ2vUkGJx38D/Rn1knM8DKzpd/iW36X+CZ3iHQnNy2c+g2Zbn9C0DoOADe1HiRg9fZTc40vA==", - "license": "Apache-2.0", - "dependencies": { - "hast-util-to-html": "9.0.1", - "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.0", - "micromark-util-combine-extensions": "2.0.0", - "micromark-util-symbol": "2.0.0", - "unist-util-find": "3.0.0", - "unist-util-visit": "5.0.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "unified": "11.x" - } - }, - "node_modules/@adobe/helix-markdown-support/node_modules/hast-util-to-html": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.1.tgz", - "integrity": "sha512-hZOofyZANbyWo+9RP75xIDV/gq+OUKx+T46IlwERnKmfpwp81XBFbT9mi26ws+SJchA4RVUQwIBJpqEOBhMzEQ==", - "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-raw": "^9.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-md2docx": { - "version": "2.1.70", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.70.tgz", - "integrity": "sha512-UaCkBmZMjKylhkvvy9NpuEtJGYh+aQeLt08l1KvMkWCOAUQUCgQmgQHWe6BPL4KuDHbxeabHSxkEhGfRPBDx0Q==", + "version": "2.1.71", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.71.tgz", + "integrity": "sha512-IOF9K/p1WLWJg5q0yuxKfUDPYVZpMkag5eubJRJ1ArCcuC9bGkvk5rCP/wHGU1bi3Ci532bpEHT6naAA66T+tA==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.8", - "@adobe/helix-docx2md": "1.6.5", - "@adobe/helix-markdown-support": "7.1.4", + "@adobe/helix-docx2md": "1.6.6", + "@adobe/helix-markdown-support": "7.1.5", "@adobe/helix-shared-process-queue": "3.0.4", "@adobe/remark-gridtables": "3.0.6", "docx": "8.5.0", diff --git a/package.json b/package.json index b2a722e..5c576c4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "semantic-release": "semantic-release" }, "dependencies": { - "@adobe/helix-importer": "3.4.15", + "@adobe/helix-importer": "3.4.16", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "@spectrum-web-components/bundle": "0.47.1",