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