From 00f1faae4d03972f997e042cda59e2007a18ff93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:05:25 +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 b1dfb1c..6e15f51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1", "jszip": "^3.10.1", - "mammoth": "^1.12.0", + "mammoth": "^1.12.1", "multer": "^2.1.1", "slugify": "^1.6.9" } @@ -3300,9 +3300,9 @@ } }, "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 c88e2ff..91378ce 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1", "jszip": "^3.10.1", - "mammoth": "^1.12.0", + "mammoth": "^1.12.1", "multer": "^2.1.1", "slugify": "^1.6.9" }