From 162fa5627db27ffc221aaf21dbd45fecee49eda5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:19:21 +0000 Subject: [PATCH] build: bump docx from 8.5.0 to 9.1.0 in /ResearchAssistant/App/frontend Bumps [docx](https://github.com/dolanmiu/docx) from 8.5.0 to 9.1.0. - [Release notes](https://github.com/dolanmiu/docx/releases) - [Commits](https://github.com/dolanmiu/docx/compare/8.5.0...9.1.0) --- updated-dependencies: - dependency-name: docx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../App/frontend/package-lock.json | 38 ++++++++++--------- ResearchAssistant/App/frontend/package.json | 2 +- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/ResearchAssistant/App/frontend/package-lock.json b/ResearchAssistant/App/frontend/package-lock.json index 5339ef7fc..93a2c2f22 100644 --- a/ResearchAssistant/App/frontend/package-lock.json +++ b/ResearchAssistant/App/frontend/package-lock.json @@ -15,7 +15,7 @@ "@fluentui/react-icons-mdl2": "^1.3.57", "@types/node": "^22.10.2", "@types/react-modal": "^3.16.3", - "docx": "^8.5.0", + "docx": "^9.1.0", "file-saver": "^2.0.5", "jspdf": "^2.5.1", "lodash": "^4.17.21", @@ -3749,11 +3749,12 @@ } }, "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.1.0", + "resolved": "https://registry.npmjs.org/docx/-/docx-9.1.0.tgz", + "integrity": "sha512-XOtseSTRrkKN/sV5jNBqyLazyhNpWfaUhpuKc22cs+5DavNjRQvchnohb0g0S+x/96/D06U/i0/U/Gc4E5kwuQ==", "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", @@ -3763,19 +3764,6 @@ "node": ">=10" } }, - "node_modules/docx/node_modules/@types/node": { - "version": "20.17.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.10.tgz", - "integrity": "sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==", - "dependencies": { - "undici-types": "~6.19.2" - } - }, - "node_modules/docx/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==" - }, "node_modules/dom-helpers": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", @@ -5101,6 +5089,15 @@ "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==", + "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", @@ -6708,6 +6705,11 @@ "node": ">=8.6" } }, + "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==" + }, "node_modules/minimatch": { "version": "9.0.3", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", diff --git a/ResearchAssistant/App/frontend/package.json b/ResearchAssistant/App/frontend/package.json index fb68bb56c..5af709a54 100644 --- a/ResearchAssistant/App/frontend/package.json +++ b/ResearchAssistant/App/frontend/package.json @@ -16,7 +16,7 @@ "@fluentui/react-icons-mdl2": "^1.3.57", "@types/node": "^22.10.2", "@types/react-modal": "^3.16.3", - "docx": "^8.5.0", + "docx": "^9.1.0", "file-saver": "^2.0.5", "jspdf": "^2.5.1", "lodash": "^4.17.21",