From 0886f7842c4a83000f46e5f10054e4e7b8908a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:24:41 +0000 Subject: [PATCH] Bump mammoth from 1.12.0 to 1.12.1 Bumps [mammoth](https://github.com/mwilliamson/mammoth.js) from 1.12.0 to 1.12.1. - [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.1) --- updated-dependencies: - dependency-name: mammoth dependency-version: 1.12.1 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 9caad2d..f8f9a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "hexo-theme-fluid": "^1.9.9", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1", - "mammoth": "^1.12.0", + "mammoth": "^1.12.1", "multer": "^2.1.1", "slugify": "^1.6.9" } @@ -3170,9 +3170,9 @@ "license": "ISC" }, "node_modules/mammoth": { - "version": "1.12.0", - "resolved": "https://registry.npmmirror.com/mammoth/-/mammoth-1.12.0.tgz", - "integrity": "sha512-cwnK1RIcRdDMi2HRx2EXGYlxqIEh0Oo3bLhorgnsVJi2UkbX1+jKxuBNR9PC5+JaX7EkmJxFPmo6mjLpqShI2w==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.12.1.tgz", + "integrity": "sha512-nCH9KKjWi3jQ+i8bUKs7k1yrXtSEGpWgF8IYkzsFMcbn+5S6l4bZEBbyx2hOQErFiXPuAs9RPa6qjXVxhyx/8g==", "license": "BSD-2-Clause", "dependencies": { "@xmldom/xmldom": "^0.8.6", diff --git a/package.json b/package.json index 36f75ae..891db82 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "hexo-theme-fluid": "^1.9.9", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1", - "mammoth": "^1.12.0", + "mammoth": "^1.12.1", "multer": "^2.1.1", "slugify": "^1.6.9" }