From 904f2c09e287b99da098e0d5aecb09b10544038c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 01:24:52 +0000 Subject: [PATCH] Bump mammoth from 1.12.1 to 1.12.2 Bumps [mammoth](https://github.com/mwilliamson/mammoth.js) from 1.12.1 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.1...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 8ccafde..12bf1e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "docx": "^9.7.1", "dompurify": "^3.4.13", - "mammoth": "^1.12.1", + "mammoth": "^1.12.2", "marked": "^13.0.0" }, "devDependencies": { @@ -2723,9 +2723,9 @@ } }, "node_modules/mammoth": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.12.1.tgz", - "integrity": "sha512-nCH9KKjWi3jQ+i8bUKs7k1yrXtSEGpWgF8IYkzsFMcbn+5S6l4bZEBbyx2hOQErFiXPuAs9RPa6qjXVxhyx/8g==", + "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 6834143..2d722e4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "docx": "^9.7.1", "dompurify": "^3.4.13", - "mammoth": "^1.12.1", + "mammoth": "^1.12.2", "marked": "^13.0.0" }, "devDependencies": {