Update deps

This commit is contained in:
Raymond Feng 2018-05-11 08:20:15 -07:00
parent 965655be3a
commit 2bb77e60e5
1 changed files with 2 additions and 2 deletions

View File

@ -34,6 +34,7 @@
"posttest": "npm run tsc && npm run lint"
},
"devDependencies": {
"@types/node": "^10.0.8",
"async-iterators": "^0.2.2",
"bson": "^1.0.4",
"coveralls": "^2.13.1",
@ -46,8 +47,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@types/node": "^10.0.3",
"async": "~2.1.4",
"async": "^2.6.0",
"bluebird": "^3.1.1",
"debug": "^3.1.0",
"depd": "^1.0.0",