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": {