Skip to content

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:ms:20170412

Latest report for node-modules/watch-files:
https://snyk.io/test/github/node-modules/watch-files
  • Loading branch information
snyk-bot committed May 21, 2017
1 parent 13d8beb commit 5ad2495
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,9 @@
"index.js"
],
"keywords": [
"watcher", "simple files", "polling"
"watcher",
"simple files",
"polling"
],
"author": {
"name": "dead-horse",
Expand All @@ -24,7 +26,7 @@
"license": "MIT",
"dependencies": {
"debug": "*",
"humanize-ms": "~1.0.0",
"humanize-ms": "~1.2.1",
"sdk-base": "~1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 5ad2495

Please sign in to comment.