From 3664b75d0fb0cfc2e0b80e3cc97c7e95f56b8bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 17:56:39 +0000 Subject: [PATCH] Bump mammoth from 1.9.1 to 1.11.0 Bumps [mammoth](https://github.com/mwilliamson/mammoth.js) from 1.9.1 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.1...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 45a554c6..a5f43601 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "js-yaml": "^4.1.0", "json-schema-to-zod": "^2.6.1", "lodash.throttle": "^4.1.1", - "mammoth": "^1.9.0", + "mammoth": "^1.11.0", "pdf-parse": "^1.1.1", "pdfjs-dist": "^3.11.174", "react": "^19.0.0", @@ -10468,9 +10468,9 @@ } }, "node_modules/mammoth": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.9.1.tgz", - "integrity": "sha512-4S2v1eP4Yo4so0zGNicJKcP93su3wDPcUk+xvkjSG75nlNjSkDJu8BhWQ+e54BROM0HfA6nPzJn12S6bq2Ko6w==", + "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 12b47d2b..889fc48f 100644 --- a/package.json +++ b/package.json @@ -467,7 +467,7 @@ "js-yaml": "^4.1.0", "json-schema-to-zod": "^2.6.1", "lodash.throttle": "^4.1.1", - "mammoth": "^1.9.0", + "mammoth": "^1.11.0", "pdf-parse": "^1.1.1", "pdfjs-dist": "^3.11.174", "react": "^19.0.0",