From 2f849c7f888a49f5e705615fa2e3718623f7241e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:42:27 +0000 Subject: [PATCH] chore(deps): update adobe fixes (#237) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a1bb8c..e65c3d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@adobe/helix-importer", - "version": "2.9.31", + "version": "2.9.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-importer", - "version": "2.9.31", + "version": "2.9.32", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.0.0", - "@adobe/helix-md2docx": "2.1.27", + "@adobe/helix-md2docx": "2.1.29", "@adobe/mdast-util-gridtables": "3.0.1", "@adobe/remark-gridtables": "2.0.1", "form-data": "4.0.0", @@ -25,7 +25,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.3", - "@adobe/helix-docx2md": "1.4.17", + "@adobe/helix-docx2md": "1.4.18", "@adobe/helix-mediahandler": "2.2.16", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", @@ -84,9 +84,9 @@ } }, "node_modules/@adobe/helix-docx2md": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.4.17.tgz", - "integrity": "sha512-fgRUei4LRA8rXmjt7bcOIZqSR6AmQv6u9rqzlx4OOfWr9jAt1fuBn0bSi0BsbmpG8Ch1tkvz7Depc4a/dXrrkw==", + "version": "1.4.18", + "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.4.18.tgz", + "integrity": "sha512-5Hx53IRYreg4SvAnBbpoFlZ4AoI31NaU370A6BP2N2aIFqthEfYzjGMZMDjmt1YmolTbBvvI+VHx38ZcC6c7NQ==", "dependencies": { "@adobe/helix-markdown-support": "7.0.0", "@adobe/helix-shared-process-queue": "3.0.0", @@ -196,12 +196,12 @@ } }, "node_modules/@adobe/helix-md2docx": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.27.tgz", - "integrity": "sha512-Nupc9cVQXdkdZAv1BoeiZDRDTe7rG6vj5z9wwVY/ErVo8AWIF/EhmolQ4CBjmwBSiVcsfrdkeM+04peshyp5vw==", + "version": "2.1.29", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.29.tgz", + "integrity": "sha512-4oFtq8i7mqPfaDfqG2MRMbbiaksNvCfEHOmkENHPf2uzHz0fDw0S+DjkVGXLfuOsHZRpKYUxU16IPGkVkD/EDA==", "dependencies": { "@adobe/fetch": "4.1.0", - "@adobe/helix-docx2md": "1.4.17", + "@adobe/helix-docx2md": "1.4.18", "@adobe/helix-markdown-support": "7.0.0", "@adobe/helix-shared-process-queue": "3.0.0", "@adobe/remark-gridtables": "2.0.1", diff --git a/package.json b/package.json index 0c4adcf..0b7bcd9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.3", - "@adobe/helix-docx2md": "1.4.17", + "@adobe/helix-docx2md": "1.4.18", "@adobe/helix-mediahandler": "2.2.16", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", @@ -46,7 +46,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.0.0", - "@adobe/helix-md2docx": "2.1.27", + "@adobe/helix-md2docx": "2.1.29", "@adobe/mdast-util-gridtables": "3.0.1", "@adobe/remark-gridtables": "2.0.1", "form-data": "4.0.0",