Skip to content

Commit

Permalink
Bump moment.js version to mitigate regexp DoS
Browse files Browse the repository at this point in the history
According to auditjs versions < 2.15.2 are vulnerable: https://snyk.io/vuln/npm:moment:20161019
  • Loading branch information
ilkka committed Jan 19, 2017
1 parent 39f03ca commit c0a87e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chalk": "0.5.1",
"commander": "2.6.0",
"lodash": "^4.5.1",
"moment": "^2.11.2",
"moment": "^2.17.1",
"rx": "2.3.24",
"spawn-default-shell": "^1.1.0",
"tree-kill": "^1.1.0"
Expand Down

0 comments on commit c0a87e1

Please sign in to comment.