diff --git a/package-lock.json b/package-lock.json index 629e680..bc3c6b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.6", - "@adobe/helix-md2docx": "2.1.75", + "@adobe/helix-md2docx": "2.1.76", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "form-data": "4.0.0", @@ -205,9 +205,9 @@ } }, "node_modules/@adobe/helix-md2docx": { - "version": "2.1.75", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.75.tgz", - "integrity": "sha512-bpe+GsLSdL7AShfgGagI1UjYrwqx81pfWfFG6WQMHXXxxp3yH6pOBA2eHIIjiOQEzQ8gMwSgttzaxm6NLfu26g==", + "version": "2.1.76", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.76.tgz", + "integrity": "sha512-6SG1gqRRR/4892HgPd4iPXlBxVig8ZIeQux1ozhQL13gp14QjJX+NW2SbXcvnQkgiloNOXpRD/KGig8uThXkDg==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.9", @@ -222,28 +222,13 @@ "image-size": "1.1.1", "mdast-util-to-string": "4.0.0", "mime": "4.0.4", - "rehype-parse": "9.0.0", + "rehype-parse": "9.0.1", "remark-gfm": "4.0.0", "remark-parse": "11.0.0", "unified": "11.0.5", "unist-util-visit": "5.0.0" } }, - "node_modules/@adobe/helix-md2docx/node_modules/rehype-parse": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.0.tgz", - "integrity": "sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==", - "license": "MIT", - "dependencies": { - "@types/hast": "^3.0.0", - "hast-util-from-html": "^2.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "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 f79ac7d..7c2f60a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.6", - "@adobe/helix-md2docx": "2.1.75", + "@adobe/helix-md2docx": "2.1.76", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "form-data": "4.0.0",