Skip to content

Commit d14492c

Browse files
committedMay 4, 2021
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:qs:20170213
1 parent 831a1b4 commit d14492c

File tree

2 files changed

+163
-90
lines changed

2 files changed

+163
-90
lines changed
 

‎package-lock.json

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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"clean-css": "~4.1.11",
22-
"express": "~4.14.0",
22+
"express": "~4.16.0",
2323
"uglify-js": "~2.7.0",
2424
"winston": "~2.2.0"
2525
},

0 commit comments

Comments
 (0)
Please sign in to comment.