Skip to content

Commit

Permalink
chore: upgrade tap to 10.0.2
Browse files Browse the repository at this point in the history
so tap -> glob -> minimatch would not contain  ddos bug
  • Loading branch information
zhuangya committed Feb 7, 2017
1 parent b54bafe commit 7ebc211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"url": "http:/caolan/nodeunit.git"
},
"devDependencies": {
"uglify-js": ">=2.7.3",
"should": ">=11.1.0"
"should": ">=11.1.0",
"uglify-js": ">=2.7.3"
},
"bugs": {
"url": "http:/caolan/nodeunit/issues"
Expand All @@ -80,7 +80,7 @@
},
"dependencies": {
"ejs": "^2.5.2",
"tap": "^7.0.0"
"tap": "^10.0.2"
},
"scripts": {
"test": "node ./bin/nodeunit"
Expand Down

0 comments on commit 7ebc211

Please sign in to comment.