Skip to content

Commit

Permalink
Bump fileset version
Browse files Browse the repository at this point in the history
The current fileset version use [email protected] which might cause a
RegExp DoS issue.

Update fileset to the latest version fix this warning.
  • Loading branch information
lukyth committed Dec 4, 2016
1 parent 06196e5 commit e1beec7
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 @@ -34,7 +34,7 @@
},
"dependencies": {
"async": "1.x",
"fileset": "0.2.x",
"fileset": "^2.0.2",
"istanbul-lib-coverage": "^1.0.0-alpha",
"istanbul-lib-hook": "^1.0.0-alpha",
"istanbul-lib-instrument": "^1.1.0-alpha",
Expand Down

0 comments on commit e1beec7

Please sign in to comment.