From 9c9b328e82286a8d4d80353aafc5c6ce65b4389a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 17:54:28 +0000 Subject: [PATCH] Bump mammoth from 1.9.0 to 1.11.0 Bumps [mammoth](https://github.com/mwilliamson/mammoth.js) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/mwilliamson/mammoth.js/releases) - [Changelog](https://github.com/mwilliamson/mammoth.js/blob/master/NEWS) - [Commits](https://github.com/mwilliamson/mammoth.js/compare/1.9.0...1.11.0) --- updated-dependencies: - dependency-name: mammoth dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ee1020..051ed6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "firebase": "^11.1.0", "input-otp": "^1.4.1", "lucide-react": "^0.453.0", - "mammoth": "^1.9.0", + "mammoth": "^1.11.0", "multer": "^2.0.0", "nanoid": "^5.1.5", "openid-client": "^6.5.0", @@ -8941,9 +8941,9 @@ } }, "node_modules/mammoth": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.9.0.tgz", - "integrity": "sha512-F+0NxzankQV9XSUAuVKvkdQK0GbtGGuqVnND9aVf9VSeUA82LQa29GjLqYU6Eez8LHqSJG3eGiDW3224OKdpZg==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.11.0.tgz", + "integrity": "sha512-BcEqqY/BOwIcI1iR5tqyVlqc3KIaMRa4egSoK83YAVrBf6+yqdAAbtUcFDCWX8Zef8/fgNZ6rl4VUv+vVX8ddQ==", "license": "BSD-2-Clause", "dependencies": { "@xmldom/xmldom": "^0.8.6", diff --git a/package.json b/package.json index 5a1558e..fc0d3f8 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "firebase": "^11.1.0", "input-otp": "^1.4.1", "lucide-react": "^0.453.0", - "mammoth": "^1.9.0", + "mammoth": "^1.11.0", "multer": "^2.0.0", "nanoid": "^5.1.5", "openid-client": "^6.5.0",