From ba2a76291500197c4f1cf3071381482ec78df32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:48:49 +0000 Subject: [PATCH] Bump docx from 9.5.1 to 9.7.1 Bumps [docx](https://github.com/dolanmiu/docx) from 9.5.1 to 9.7.1. - [Release notes](https://github.com/dolanmiu/docx/releases) - [Commits](https://github.com/dolanmiu/docx/compare/9.5.1...9.7.1) --- updated-dependencies: - dependency-name: docx dependency-version: 9.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index df11fc7..b33b08b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "connect-pg-simple": "^10.0.0", "cookie-parser": "^1.4.7", "date-fns": "^3.6.0", - "docx": "^9.5.1", + "docx": "^9.7.1", "dotenv": "^16.4.7", "drizzle-orm": "^0.45.2", "drizzle-zod": "^0.7.0", @@ -8705,12 +8705,12 @@ "license": "MIT" }, "node_modules/docx": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/docx/-/docx-9.5.1.tgz", - "integrity": "sha512-ABDI7JEirFD2+bHhOBlsGZxaG1UgZb2M/QMKhLSDGgVNhxDesTCDcP+qoDnDGjZ4EOXTRfUjUgwHVuZ6VSTfWQ==", + "version": "9.7.1", + "resolved": "https://registry.npmjs.org/docx/-/docx-9.7.1.tgz", + "integrity": "sha512-ilXFf9Moz47ABjFpDiA5s1w9lpb4EFSp7+5iiJSbfyYDM+bpZdAgLlSr7fW4aXhVe/E+F6QCv0EvRVFEd5CsWg==", "license": "MIT", "dependencies": { - "@types/node": "^24.0.1", + "@types/node": "^25.2.3", "hash.js": "^1.1.7", "jszip": "^3.10.1", "nanoid": "^5.1.3", @@ -8722,12 +8722,12 @@ } }, "node_modules/docx/node_modules/@types/node": { - "version": "24.10.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", - "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", + "version": "25.9.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.5.tgz", + "integrity": "sha512-OScDchr2fwuUmWdf4kZ9h7PcJiYDVInhJizG/biAq3cAvqwYktuy/TYGGdZNMtNTFUP7rnb0NU4TUdm82kt4Rg==", "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/docx/node_modules/nanoid": { @@ -8749,9 +8749,9 @@ } }, "node_modules/docx/node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "license": "MIT" }, "node_modules/dom-helpers": { diff --git a/package.json b/package.json index 2396531..5de01f6 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "connect-pg-simple": "^10.0.0", "cookie-parser": "^1.4.7", "date-fns": "^3.6.0", - "docx": "^9.5.1", + "docx": "^9.7.1", "dotenv": "^16.4.7", "drizzle-orm": "^0.45.2", "drizzle-zod": "^0.7.0",