Skip to content

Commit 3aa092b

Browse files
Update dependency mammoth to v1.6.0
1 parent 14aa568 commit 3aa092b

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vite": "4.1.1"
1313
},
1414
"dependencies": {
15-
"mammoth": "1.5.1",
15+
"mammoth": "1.6.0",
1616
"notyf": "3.10.0"
1717
}
1818
}

yarn.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,23 @@
112112
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz#c5a1a4bfe1b57f0c3e61b29883525c6da3e5c091"
113113
integrity sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==
114114

115+
"@xmldom/xmldom@^0.8.6":
116+
version "0.8.7"
117+
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.7.tgz#8b1e39c547013941974d83ad5e9cf5042071a9a0"
118+
integrity sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==
119+
115120
argparse@~1.0.3:
116121
version "1.0.10"
117122
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
118123
integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
119124
dependencies:
120125
sprintf-js "~1.0.2"
121126

127+
base64-js@^1.5.1:
128+
version "1.5.1"
129+
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
130+
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
131+
122132
bluebird@~3.4.0:
123133
version "3.4.7"
124134
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"
@@ -234,18 +244,19 @@ lop@^0.4.1:
234244
option "~0.2.1"
235245
underscore "^1.13.1"
236246

237-
mammoth@1.5.1:
238-
version "1.5.1"
239-
resolved "https://registry.yarnpkg.com/mammoth/-/mammoth-1.5.1.tgz#ef979dfc9ea411e5f2841a989f5ba70e115f0536"
240-
integrity sha512-7ZioZBf/1HjYrm1qZJOO+DD+rYxLvwrHS+HVOwW89hwIp+r6ZqJ/Eq2rXSS+8ezZ3/DuW6FUUp2Dfz6e7B2pBQ==
247+
mammoth@1.6.0:
248+
version "1.6.0"
249+
resolved "https://registry.yarnpkg.com/mammoth/-/mammoth-1.6.0.tgz#3a80e016b3d1374c9404eb841048c70295276532"
250+
integrity sha512-jOwbj6BwJzxCf6jr2l1zmSemniIkLnchvELXnDJCANlJawhzyIKObIq48B8kWEPLgUUh57k7FtEO3DHFQMnjMg==
241251
dependencies:
252+
"@xmldom/xmldom" "^0.8.6"
242253
argparse "~1.0.3"
254+
base64-js "^1.5.1"
243255
bluebird "~3.4.0"
244256
dingbat-to-unicode "^1.0.1"
245257
jszip "^3.7.1"
246258
lop "^0.4.1"
247259
path-is-absolute "^1.0.0"
248-
sax "~1.1.1"
249260
underscore "^1.13.1"
250261
xmlbuilder "^10.0.0"
251262

@@ -332,11 +343,6 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
332343
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
333344
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
334345

335-
sax@~1.1.1:
336-
version "1.1.6"
337-
resolved "https://registry.yarnpkg.com/sax/-/sax-1.1.6.tgz#5d616be8a5e607d54e114afae55b7eaf2fcc3240"
338-
integrity sha1-XWFr6KXmB9VOEUr65Vt+ry/MMkA=
339-
340346
setimmediate@^1.0.5:
341347
version "1.0.5"
342348
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"

0 commit comments

Comments
 (0)