Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Closes #131
  • Loading branch information
Tim Wright authored and demurgos committed Aug 28, 2018
1 parent 909c139 commit 0a3f940
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"node": ">=6"
},
"dependencies": {
"chalk": "^0.5.1",
"debug": "^2.1.0",
"event-stream": "^3.1.7",
"chalk": "^2.4.1",
"debug": "^3.1.0",
"event-stream": "^3.3.4",
"fancy-log": "^1.3.2",
"lodash.assign": "^3.0.0",
"lodash.assign": "^4.2.0",
"tiny-lr": "^1.1.1",
"vinyl": "^2.1.0"
"vinyl": "^2.2.0"
},
"devDependencies": {
"mocha": "^2.0.1",
"sinon": "^1.12.2"
"mocha": "^5.2.0",
"sinon": "^6.1.5"
}
}

0 comments on commit 0a3f940

Please sign in to comment.