From 93357651dfa72e268793a5beb5eba155cdd90876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 04:27:11 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-importer to v3.4.10 (#388) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 953ff78..1a82ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@adobe/helix-importer-ui", "version": "1.51.27", "dependencies": { - "@adobe/helix-importer": "3.4.9", + "@adobe/helix-importer": "3.4.10", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "@spectrum-web-components/bundle": "0.43.0", @@ -110,9 +110,9 @@ } }, "node_modules/@adobe/helix-docx2md": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.1.tgz", - "integrity": "sha512-p8bfVEqI9kuFBZAQHbWfkmkFzDvoFTg1xR3v+G+eRrCfrQj/hLHHMFjKS76Mb28q3tUPkp12+0zbIqHIqmWwqA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.2.tgz", + "integrity": "sha512-Il+gq2ekNasO9Jr05YSaxcbUARD40bfj3YcrVVM4lM9p7+6Dp2biO3WbBMIEJM2jKQOqZGYCTXFdQ1fGiLhktA==", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.3", @@ -134,13 +134,13 @@ } }, "node_modules/@adobe/helix-importer": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-3.4.9.tgz", - "integrity": "sha512-Zm9Y6CAj+QgIyYw1KyhK2gT1SOJL8/cx0i57L2BR5P0DwGFxNY8GxxUX7wAdcy9ggUchWMuRXB6Lts9QYZdwGg==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-3.4.10.tgz", + "integrity": "sha512-kyExoHCaLsq2pdEo/5haP9X3HFj4edSaaEhW+5xv/gJDP1PLe1gqU/VvDJwny975erWY690A3lPow34uxb6glg==", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.3", - "@adobe/helix-md2docx": "2.1.63", + "@adobe/helix-md2docx": "2.1.64", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "form-data": "4.0.0", @@ -186,13 +186,13 @@ } }, "node_modules/@adobe/helix-md2docx": { - "version": "2.1.63", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.63.tgz", - "integrity": "sha512-wtEPOviuzLlEkx/pK6fkm8086mjic4iBhgS7HLeCjLsWDUO/9mC1sgbzqPb5ZENci7wG6d28AHDftKlAQf4ZBQ==", + "version": "2.1.64", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.64.tgz", + "integrity": "sha512-H+c8OxL97p8Kmg+sIo7DVMdVsu7S3i/RApMgMdNKTKFznFOejRrP5jCY4RmFWaBpGdeFbzEwYOhZD3Zjytugvg==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.8", - "@adobe/helix-docx2md": "1.6.1", + "@adobe/helix-docx2md": "1.6.2", "@adobe/helix-markdown-support": "7.1.3", "@adobe/helix-shared-process-queue": "3.0.4", "@adobe/remark-gridtables": "3.0.6", diff --git a/package.json b/package.json index ee22e86..32511a3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "semantic-release": "semantic-release" }, "dependencies": { - "@adobe/helix-importer": "3.4.9", + "@adobe/helix-importer": "3.4.10", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "@spectrum-web-components/bundle": "0.43.0",