Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-511941
  • Loading branch information
snyk-bot committed Nov 24, 2019
1 parent eb8559a commit 54dc1c6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 15 deletions.
47 changes: 33 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"nodemon": "^1.18.9"
},
"dependencies": {
"elliptic": "^6.4.1",
"elliptic": "^6.5.2",
"express": "^4.16.4",
"hex-to-binary": "^1.0.1",
"redis": "^2.8.0",
Expand Down

0 comments on commit 54dc1c6

Please sign in to comment.