diff options
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 166722d332..80f85e494a 100644 --- a/package.json +++ b/package.json @@ -28,12 +28,12 @@ "@types/chalk": "0.4.31", "@types/compression": "0.0.33", "@types/cors": "2.8.1", - "@types/debug": "0.0.29", + "@types/debug": "0.0.30", "@types/deep-equal": "1.0.0", "@types/elasticsearch": "5.0.14", "@types/event-stream": "3.3.31", "@types/express": "4.0.36", - "@types/gm": "1.17.31", + "@types/gm": "1.17.32", "@types/gulp": "4.0.3", "@types/gulp-mocha": "0.0.30", "@types/gulp-rename": "0.0.32", @@ -47,12 +47,12 @@ "@types/is-url": "1.2.28", "@types/js-yaml": "3.9.0", "@types/mocha": "2.2.41", - "@types/mongodb": "2.2.8", + "@types/mongodb": "2.2.9", "@types/monk": "1.0.5", "@types/morgan": "1.7.32", "@types/ms": "0.7.29", "@types/multer": "1.3.2", - "@types/node": "8.0.17", + "@types/node": "8.0.19", "@types/ratelimiter": "2.1.28", "@types/redis": "2.6.0", "@types/request": "2.0.0", @@ -119,7 +119,7 @@ "is-url": "1.2.2", "js-yaml": "3.9.0", "mongodb": "2.2.30", - "monk": "6.0.1", + "monk": "6.0.3", "morgan": "1.8.2", "ms": "2.0.0", "multer": "1.3.0", |