Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 9, 2017
1 parent 473a344 commit 5744d49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"bin": "bin/server.js",
"dependencies": {
"async-cache": "~1.1.0",
"bl": "~1.1.2",
"bl": "~1.2.1",
"fd": "~0.0.2",
"mime": "~1.4.1",
"negotiator": "~0.6.1"
},
"optionalDependencies": {
"graceful-fs": "~4.1.4"
"graceful-fs": "~4.1.11"
},
"devDependencies": {
"request": "~2.72.0",
"rimraf": "~2.5.2",
"tap": "~5.8.0"
"request": "~2.83.0",
"rimraf": "~2.6.2",
"tap": "~10.7.2"
},
"scripts": {
"test": "tap test/*.js test/cli/*-test.js"
Expand Down

0 comments on commit 5744d49

Please sign in to comment.