Skip to content

Commit 4d4fd15

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:adm-zip:20180415
1 parent d240896 commit 4d4fd15

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "snyk test"
1616
},
1717
"dependencies": {
18-
"adm-zip": "0.4.7",
18+
"adm-zip": "0.4.11",
1919
"body-parser": "1.9.0",
2020
"cfenv": "^1.0.4",
2121
"consolidate": "0.14.5",

0 commit comments

Comments
 (0)