diff --git a/package-lock.json b/package-lock.json index 8ccafde..5e8b3c7 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.3", "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.3", + "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.12.3.tgz", + "integrity": "sha512-kkv2MrSFk3f/w3uLsz4FG/91LdWp2j+qmp7AjG2v7w2xgX5YDxiaFlaWourXrXtyUR6335+9guyIlPBnhHLvKw==", "license": "BSD-2-Clause", "dependencies": { "@xmldom/xmldom": "^0.8.6", diff --git a/package.json b/package.json index 6834143..3518ec7 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.3", "marked": "^13.0.0" }, "devDependencies": {