Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
fix: package.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/npm:debug:20170905
- https://snyk.io/vuln/npm:moment:20170905
  • Loading branch information
snyk-bot committed Oct 11, 2018
1 parent 0381871 commit 4f59fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"standard": "^10.0.2"
},
"dependencies": {
"axios": "^0.16.1",
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"minimist": "^1.2.0",
"moment": "^2.18.1",
"moment": "^2.19.3",
"mz": "^2.6.0",
"open-exchange-rates": "^0.3.0"
}
Expand Down

0 comments on commit 4f59fd6

Please sign in to comment.