From 617a19863be7bfffed444e019baa42758dd80c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:25:03 +0000 Subject: [PATCH] build(deps): bump docx from 9.1.1 to 9.3.0 Bumps [docx](https://github.com/dolanmiu/docx) from 9.1.1 to 9.3.0. - [Release notes](https://github.com/dolanmiu/docx/releases) - [Commits](https://github.com/dolanmiu/docx/compare/9.1.1...9.3.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 | 27 ++++++++++----------------- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 8689e59..08c423f 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.3.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..deab264 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,15 +4670,15 @@ 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.3.0: + version "9.3.0" + resolved "https://registry.yarnpkg.com/docx/-/docx-9.3.0.tgz#9bb9fb3a4f6b6e94401acd3ec3cef9e824489931" + integrity sha512-IQwbSLBEMKNJmP9CDqSu3vJDhJps6tv/DlxsxuvfTclapd0JPCz1IFJTU//WdTjUenPMFaUD2Kg1nkQb/BWPIg== dependencies: "@types/node" "^22.7.5" hash.js "^1.1.7" jszip "^3.10.1" - nanoid "^5.0.4" + nanoid "^5.1.3" xml "^1.0.1" xml-js "^1.6.8" @@ -8246,10 +8239,10 @@ nanoid@^3.3.8: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf" integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== -nanoid@^5.0.4: - version "5.0.9" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.0.9.tgz#977dcbaac055430ce7b1e19cf0130cea91a20e50" - integrity sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q== +nanoid@^5.1.3: + version "5.1.4" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.1.4.tgz#10b15a91d2f727b1f200faf0ff73656fd96c497d" + integrity sha512-GTFcMIDgR7tqji/LpSY8rtg464VnJl/j6ypoehYnuGb+Y8qZUdtKB8WVCXon0UEZgFDbuUxpIl//6FHLHgXSNA== natural-compare-lite@^1.4.0: version "1.4.0"