From f77c2f7e18225c6ee6c92e4eb654d08dc4e8f090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 22:03:22 +0000 Subject: [PATCH] Bump docx from 7.7.0 to 8.0.4 Bumps [docx](https://github.com/dolanmiu/docx) from 7.7.0 to 8.0.4. - [Release notes](https://github.com/dolanmiu/docx/releases) - [Commits](https://github.com/dolanmiu/docx/compare/7.7.0...8.0.4) --- updated-dependencies: - dependency-name: docx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff64a53..acecbb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@jimp/plugins": "^0.16.2", "canvas": "^2.10.2", "compress-image": "^0.0.1", - "docx": "^7.7.0", + "docx": "^8.0.4", "image-watermark": "^0.0.7", "imagemagick": "^0.1.3", "images": "^3.2.4", @@ -1145,13 +1145,13 @@ } }, "node_modules/docx": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/docx/-/docx-7.7.0.tgz", - "integrity": "sha512-t6Fa1HvgoxA25fOpxs4LT1euSRzkAmY8nPRWtTMRPHmowGRHQwXRAh2wjp1H4UjqgEHiVkKlTzoUtD38AKcYGw==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/docx/-/docx-8.0.4.tgz", + "integrity": "sha512-bPS/UyWnflcr46JugKZVv8BBNIAVjvWbGOBvvWS21n14MQite78EO09GqNEpckG7kYsQqUzEPVsigErXKTrdFA==", "dependencies": { "@types/node": "^18.0.0", "jszip": "^3.1.5", - "nanoid": "^3.1.20", + "nanoid": "^3.3.4", "xml": "^1.0.1", "xml-js": "^1.6.8" }, @@ -4302,13 +4302,13 @@ "dev": true }, "docx": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/docx/-/docx-7.7.0.tgz", - "integrity": "sha512-t6Fa1HvgoxA25fOpxs4LT1euSRzkAmY8nPRWtTMRPHmowGRHQwXRAh2wjp1H4UjqgEHiVkKlTzoUtD38AKcYGw==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/docx/-/docx-8.0.4.tgz", + "integrity": "sha512-bPS/UyWnflcr46JugKZVv8BBNIAVjvWbGOBvvWS21n14MQite78EO09GqNEpckG7kYsQqUzEPVsigErXKTrdFA==", "requires": { "@types/node": "^18.0.0", "jszip": "^3.1.5", - "nanoid": "^3.1.20", + "nanoid": "^3.3.4", "xml": "^1.0.1", "xml-js": "^1.6.8" } diff --git a/package.json b/package.json index 666fcbb..45be5da 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@jimp/plugins": "^0.16.2", "canvas": "^2.10.2", "compress-image": "^0.0.1", - "docx": "^7.7.0", + "docx": "^8.0.4", "image-watermark": "^0.0.7", "imagemagick": "^0.1.3", "images": "^3.2.4",