From d8b9ec8e2d61e7b380696a278bd31036d1fd8b36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:58:40 +0200 Subject: [PATCH] fix(deps): update dependency @adobe/helix-md2docx to v2.1.79 (#423) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 56 +++++++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 43 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index c894020..b95cea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@adobe/helix-importer", - "version": "3.4.22", + "version": "3.4.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-importer", - "version": "3.4.22", + "version": "3.4.23", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.6", - "@adobe/helix-md2docx": "2.1.78", + "@adobe/helix-md2docx": "2.1.79", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "form-data": "4.0.1", @@ -205,9 +205,9 @@ } }, "node_modules/@adobe/helix-md2docx": { - "version": "2.1.78", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.78.tgz", - "integrity": "sha512-KxrGfNcw7MxUKkMh8PzZGQ64kmCPLLOknCuED4Rb6s7XWSUWwxHwTSJXixM8ndrCLmqio+NYPckqER5bLU3fcg==", + "version": "2.1.79", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.79.tgz", + "integrity": "sha512-QA05Qd6gsMkSzdY7UtTIvm/bZEgVlQohFuSTYNQWY+IWnL82OmFy4BMlX4agMx/eI4X6Cs3RnxptRH4eMBNzBg==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.9", @@ -215,7 +215,7 @@ "@adobe/helix-markdown-support": "7.1.6", "@adobe/helix-shared-process-queue": "3.0.4", "@adobe/remark-gridtables": "3.0.6", - "docx": "8.5.0", + "docx": "9.0.2", "github-slugger": "2.0.0", "hast-util-is-element": "3.0.0", "hast-util-to-mdast": "10.1.0", @@ -3699,9 +3699,13 @@ "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" }, "node_modules/@types/node": { - "version": "20.7.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.7.0.tgz", - "integrity": "sha512-zI22/pJW2wUZOVyguFaUL1HABdmSVxpXrzIqkjsHmyUjNhPoWM1CKfvVuXfetHhIok4RY573cqS0mZ1SJEnoTg==" + "version": "22.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", + "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.19.2" + } }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", @@ -6203,11 +6207,13 @@ } }, "node_modules/docx": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/docx/-/docx-8.5.0.tgz", - "integrity": "sha512-4SbcbedPXTciySXiSnNNLuJXpvxFe5nqivbiEHXyL8P/w0wx2uW7YXNjnYgjW0e2e6vy+L/tMISU/oAiXCl57Q==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/docx/-/docx-9.0.2.tgz", + "integrity": "sha512-Uyq4JUqF4mR55t6laO6mst9W9loV9l6tyAopqKvuxqFgmgZ8PHiXQV8RwpcrHE6SHVPQDHWK4lFjRzxXylI3vg==", + "license": "MIT", "dependencies": { - "@types/node": "^20.3.1", + "@types/node": "^22.7.5", + "hash.js": "^1.1.7", "jszip": "^3.10.1", "nanoid": "^5.0.4", "xml": "^1.0.1", @@ -7844,6 +7850,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, "node_modules/hasown": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", @@ -10709,6 +10725,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "license": "ISC" + }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -17080,6 +17102,12 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==" }, + "node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "license": "MIT" + }, "node_modules/unicode-emoji-modifier-base": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz", diff --git a/package.json b/package.json index f23fe12..3f9b845 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.78", + "@adobe/helix-md2docx": "2.1.79", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "form-data": "4.0.1",