From b6fe3cb556e650f3bf230d35254b40da9fbc045b Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 23 Apr 2021 18:35:54 -0700 Subject: [PATCH] chore: Upgrade mammoth for html import fixes --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4adbcf20..f494714c 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "koa-sslify": "2.1.2", "koa-static": "^4.0.1", "lodash": "^4.17.19", - "mammoth": "^1.4.11", + "mammoth": "^1.4.16", "mobx": "4.6.0", "mobx-react": "^6.2.5", "natural-sort": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index d2a20ce0..3732e7e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4616,6 +4616,11 @@ diffie-hellman@^5.0.0: miller-rabin "^4.0.0" randombytes "^2.0.0" +dingbat-to-unicode@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/dingbat-to-unicode/-/dingbat-to-unicode-1.0.1.tgz#5091dd673241453e6b5865e26e5a4452cdef5c83" + integrity sha512-98l0sW87ZT58pU4i61wa2OHwxbiYSbuxsCBozaVnYX2iCnr3bLM3fIes1/ej7h1YdOKuKt/MLs706TVnALA65w== + direction@^0.1.5: version "0.1.5" resolved "https://registry.yarnpkg.com/direction/-/direction-0.1.5.tgz#ce5d797f97e26f8be7beff53f7dc40e1c1a9ec4c" @@ -8673,13 +8678,14 @@ makeerror@1.0.x: dependencies: tmpl "1.0.x" -mammoth@^1.4.11: - version "1.4.14" - resolved "https://registry.yarnpkg.com/mammoth/-/mammoth-1.4.14.tgz#0400e20cc3f23ac81dd4c7718a444015bc5051f3" - integrity sha512-UbjaESwT6eCA/NAnrWHZV7w00cq/wsSqRDj/rzF/7S/oRMA3e0YUd75YJsmJbZlzRNUtTOfMFQfvwN/VJNs5Ag== +mammoth@^1.4.16: + version "1.4.16" + resolved "https://registry.yarnpkg.com/mammoth/-/mammoth-1.4.16.tgz#7633ef85fa81cf37a384262bb4b5d01c6d9f4e1c" + integrity sha512-Q2tDk+DJH8oDlDzD7D309dCb6vRcySXPYL8FBaV8ColxiwH1ZlC8AUEfw9QKa9LV3QRsg077EFRN0IHZI/OTaw== dependencies: argparse "~1.0.3" bluebird "~3.4.0" + dingbat-to-unicode "^1.0.1" jszip "~2.5.0" lop "~0.4.0" path-is-absolute "^1.0.0"