From 26db1a9a9e671811a2c03cf22d4a6ed040338534 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Sep 2022 03:50:52 +0000 Subject: [PATCH] fix: upgrade mammoth from 1.4.21 to 1.5.1 Snyk has created this PR to upgrade mammoth from 1.4.21 to 1.5.1. See this package in npm: https://www.npmjs.com/package/mammoth See this project in Snyk: https://app.snyk.io/org/nobalpha/project/22b6ba6f-75eb-4434-8529-d3ac603937b2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7b2417..f0ab416 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1541,9 +1541,9 @@ } }, "mammoth": { - "version": "1.4.21", - "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.4.21.tgz", - "integrity": "sha512-znix1/i7LtfVMAe6mmrxJSoN1HmTASJ48I+PofSHs4vPKCuPF1DDOCVeMgZTYpitzjWTWs9Xhxxi2LBbHpmovg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.5.1.tgz", + "integrity": "sha512-7ZioZBf/1HjYrm1qZJOO+DD+rYxLvwrHS+HVOwW89hwIp+r6ZqJ/Eq2rXSS+8ezZ3/DuW6FUUp2Dfz6e7B2pBQ==", "requires": { "argparse": "~1.0.3", "bluebird": "~3.4.0", diff --git a/package.json b/package.json index 029e91c..4e130f5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "html-docx-js": "^0.3.1", "html-to-docx": "^1.4.0", "jsdom": "^20.0.0", - "mammoth": "^1.4.21", + "mammoth": "^1.5.1", "mongodb": "^4.7.0", "officeparser": "^2.3.0", "qr-code-styling": "^1.6.0-rc.1",