From f0af7157eff7fb2dfbfb5a9827c1224519027016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:23:44 +0000 Subject: [PATCH] build(deps): bump docx from 9.1.1 to 9.2.0 Bumps [docx](https://github.com/dolanmiu/docx) from 9.1.1 to 9.2.0. - [Release notes](https://github.com/dolanmiu/docx/releases) - [Commits](https://github.com/dolanmiu/docx/compare/9.1.1...9.2.0) --- updated-dependencies: - dependency-name: docx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 8689e59..5573c81 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@math.gl/web-mercator": "^4.1.0", "@uiw/react-textarea-code-editor": "^3.1.0", "d3": "^7.9.0", - "docx": "^9.1.1", + "docx": "^9.2.0", "gl-matrix": "^3.4.3", "html-react-parser": "^5.2.2", "mapbox-gl": "^3.9.3", diff --git a/yarn.lock b/yarn.lock index b3c597f..b5630bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2334,14 +2334,7 @@ dependencies: "@types/node" "*" -"@types/node@*": - version "22.10.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.6.tgz#5c6795e71635876039f853cbccd59f523d9e4239" - integrity sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ== - dependencies: - undici-types "~6.20.0" - -"@types/node@^22.7.5": +"@types/node@*", "@types/node@^22.7.5": version "22.10.7" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7" integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg== @@ -4677,10 +4670,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -docx@^9.1.1: - version "9.1.1" - resolved "https://registry.yarnpkg.com/docx/-/docx-9.1.1.tgz#0c72d8000e9bb5bb380c5b48656a3277eb53322d" - integrity sha512-jz941pdz4+gMljZ1pV+95FwuWEouKi4u1Elhv3ptqeytGOSyX+u131hRYg4wgqLU+x2CbGsz9eTYgo2uMMz65Q== +docx@^9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/docx/-/docx-9.2.0.tgz#b1b0621ba1ee7488c0b42a21c48697c05893ce94" + integrity sha512-KNihz119m/3cqq/YE/Ci0Se7/eR5l4/8USvriQWAlhRaA+Tq0jzqtfUbSQuap+pIrXhO+lTbv0de50Be4pPmZw== dependencies: "@types/node" "^22.7.5" hash.js "^1.1.7"