Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities (#3)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:ms:20170412

Latest report for node-modules/humanize-ms:
https://snyk.io/test/github/node-modules/humanize-ms
  • Loading branch information
snyk-bot authored and dead-horse committed May 19, 2017
1 parent 51a95e8 commit 3b6f1ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "1.2.0",
"description": "transform humanize time to ms",
"main": "index.js",
"files": ["index.js"],
"files": [
"index.js"
],
"scripts": {
"test": "make test"
},
Expand All @@ -22,7 +24,7 @@
},
"license": "MIT",
"dependencies": {
"ms": "~0.7.0"
"ms": "~2.0.0"
},
"devDependencies": {
"autod": "*",
Expand Down

0 comments on commit 3b6f1ba

Please sign in to comment.