Skip to content

Commit

Permalink
Upgrade vows to avoid security warning.
Browse files Browse the repository at this point in the history
Current npm will warn or error when asked to install dev dependencies
due to an outdated version of vows which has a potential DoS flaw.

https://nodesecurity.io/advisories/118
  • Loading branch information
kylev committed Sep 30, 2018
1 parent a4e6943 commit 69f240e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 48 deletions.
65 changes: 18 additions & 47 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
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"glob": "^6.0.4",
"vows": "0.8.0"
"vows": "^0.8.2"
},
"main": "./lib/portfinder",
"types": "./lib/portfinder.d.ts",
Expand Down

0 comments on commit 69f240e

Please sign in to comment.