From 999091dcd0d93d1f7c2a56536d69ec11e6f175a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:29:13 +0000 Subject: [PATCH] build(deps): bump mammoth from 1.12.0 to 1.12.2 Bumps [mammoth](https://github.com/mwilliamson/mammoth.js) from 1.12.0 to 1.12.2. - [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.12.0...1.12.2) --- updated-dependencies: - dependency-name: mammoth dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 26d68e0..c29cc9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dagre": "^0.8.5", "firebase": "^12.12.0", "lucide-react": "^1.44.0", - "mammoth": "^1.12.0", + "mammoth": "^1.12.2", "pdfjs-dist": "^6.3.289", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -4484,9 +4484,9 @@ } }, "node_modules/mammoth": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.12.0.tgz", - "integrity": "sha512-cwnK1RIcRdDMi2HRx2EXGYlxqIEh0Oo3bLhorgnsVJi2UkbX1+jKxuBNR9PC5+JaX7EkmJxFPmo6mjLpqShI2w==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.12.2.tgz", + "integrity": "sha512-MH2vkgafD/2MYUaEOtoXLKrHQZ7yLYTHGQgyLNtYZHiUxU1K1QQ+8qMFquDAfhBm06wSGSws3J+Q9QTsKtR44g==", "license": "BSD-2-Clause", "dependencies": { "@xmldom/xmldom": "^0.8.6", diff --git a/package.json b/package.json index 69526a6..94ca620 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dagre": "^0.8.5", "firebase": "^12.12.0", "lucide-react": "^1.44.0", - "mammoth": "^1.12.0", + "mammoth": "^1.12.2", "pdfjs-dist": "^6.3.289", "react": "^19.2.4", "react-dom": "^19.2.4",