From 575981c0a936fea7448cc9d2b2503c4793c8afbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:28:50 +0000 Subject: [PATCH] build: bump docx from 8.5.0 to 9.2.0 in /frontend Bumps [docx](https://github.com/dolanmiu/docx) from 8.5.0 to 9.2.0. - [Release notes](https://github.com/dolanmiu/docx/releases) - [Commits](https://github.com/dolanmiu/docx/compare/8.5.0...9.2.0) --- updated-dependencies: - dependency-name: docx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 41 +++++++++++++++++++++----------------- frontend/package.json | 2 +- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index eb5d2a8..2c5a2e2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@fluentui/react-components": "^9.56.8", "@fluentui/react-hooks": "^8.6.29", "@fluentui/react-icons": "^2.0.270", - "docx": "^8.5.0", + "docx": "^9.2.0", "dompurify": "^3.2.3", "file-saver": "^2.0.5", "lodash": "^4.17.21", @@ -6302,11 +6302,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.2.0", + "resolved": "https://registry.npmjs.org/docx/-/docx-9.2.0.tgz", + "integrity": "sha512-KNihz119m/3cqq/YE/Ci0Se7/eR5l4/8USvriQWAlhRaA+Tq0jzqtfUbSQuap+pIrXhO+lTbv0de50Be4pPmZw==", + "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", @@ -6316,19 +6318,6 @@ "node": ">=10" } }, - "node_modules/docx/node_modules/@types/node": { - "version": "20.17.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.11.tgz", - "integrity": "sha512-Ept5glCK35R8yeyIeYlRIZtX6SLRyqMhOFTgj5SOkMpLTdw3SEHI9fHx60xaUZ+V1aJxQJODE+7/j5ocZydYTg==", - "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/dompurify": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz", @@ -8502,6 +8491,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", @@ -11701,6 +11700,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", diff --git a/frontend/package.json b/frontend/package.json index 3283c09..b9095e7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "@fluentui/react-components": "^9.56.8", "@fluentui/react-hooks": "^8.6.29", "@fluentui/react-icons": "^2.0.270", - "docx": "^8.5.0", + "docx": "^9.2.0", "dompurify": "^3.2.3", "file-saver": "^2.0.5", "lodash": "^4.17.21",