diff --git a/package-lock.json b/package-lock.json index 913fcd1..a63e63c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.8", - "@adobe/helix-md2docx": "2.1.88", + "@adobe/helix-md2docx": "2.1.89", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", "form-data": "4.0.1", @@ -99,9 +99,9 @@ } }, "node_modules/@adobe/fetch": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.9.tgz", - "integrity": "sha512-FWIzm4vvl1OtCarTBgWDW6otj4gxrNmMf/DdriqBUw7DjjmckjT3ZQA43b4HzBkzkuAHhajwMy91btp9fWgTEw==", + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.10.tgz", + "integrity": "sha512-QgVsKhNb3PYiIbD/T75NnmNPLaVu4SDoa2DtQ5B215J7lsGgKjc+7tfwb87yhccsvdmb0lP5y+q51+BvfxXXUA==", "license": "Apache-2.0", "dependencies": { "debug": "4.3.7", @@ -238,12 +238,12 @@ "license": "MIT" }, "node_modules/@adobe/helix-md2docx": { - "version": "2.1.88", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.88.tgz", - "integrity": "sha512-VVAv9nxsWScTLw2QqBnPJF5Fehkp1i1BHIb2r+JfQWHdlLHDkCfrJ8RSc7ovcyXpTgWl5u9Ny7sYGM6LmTBkvg==", + "version": "2.1.89", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.89.tgz", + "integrity": "sha512-FhCk+AhHMP4FYQEbeDHO7FbqaUD+R9kAbWU6gsNKo1pl7lV/puNj2m+t8Y7B6FcJz1Jix+HkEy65QgP9+TlfMA==", "license": "Apache-2.0", "dependencies": { - "@adobe/fetch": "4.1.9", + "@adobe/fetch": "4.1.10", "@adobe/helix-docx2md": "1.6.11", "@adobe/helix-markdown-support": "7.1.8", "@adobe/helix-shared-process-queue": "3.0.4", @@ -277,21 +277,6 @@ "mime": "4.0.4" } }, - "node_modules/@adobe/helix-mediahandler/node_modules/@adobe/fetch": { - "version": "4.1.10", - "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.10.tgz", - "integrity": "sha512-QgVsKhNb3PYiIbD/T75NnmNPLaVu4SDoa2DtQ5B215J7lsGgKjc+7tfwb87yhccsvdmb0lP5y+q51+BvfxXXUA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "debug": "4.3.7", - "http-cache-semantics": "4.1.1", - "lru-cache": "7.18.3" - }, - "engines": { - "node": ">=14.16" - } - }, "node_modules/@adobe/helix-shared-process-queue": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@adobe/helix-shared-process-queue/-/helix-shared-process-queue-3.0.4.tgz", diff --git a/package.json b/package.json index e0b5cdd..8e84dfc 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.8", - "@adobe/helix-md2docx": "2.1.88", + "@adobe/helix-md2docx": "2.1.89", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", "form-data": "4.0.1",