Skip to content

Commit 0371c7d

Browse files
committed
update adm-zip version (should fix overflow error as stated in cthackers/adm-zip#218)
1 parent 7d98513 commit 0371c7d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tools/project-iex/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/project-iex/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"adm-zip": "^0.4.7",
13-
"fs-extra": "^5.0.0",
14-
"mongodb": "^3.0.7",
15-
"optimist": "^0.6.1"
12+
"adm-zip": "0.4.11",
13+
"fs-extra": "5.0.0",
14+
"mongodb": "3.0.7",
15+
"optimist": "0.6.1"
1616
}
1717
}

0 commit comments

Comments
 (0)