diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 6bded05..c6052b2 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,12 @@ }, "dependencies": { "bluebird": "^3.4.6", - "body-parser": "~1.15.1", + "body-parser": "^1.16.0", "browser-request": "^0.3.3", "cheerio": "^0.22.0", "compression": "^1.6.2", "cookie-parser": "~1.4.3", - "debug": "~2.2.0", + "debug": "^2.6.0", "diacritics": "^1.2.3", "encoding": "^0.1.12", "express": "^4.13.4", @@ -34,10 +34,10 @@ "then-yield": "0.0.1" }, "devDependencies": { - "babel-preset-es2016": "^6.16.0", + "babel-preset-es2015": "^6.22.0", "babelify": "^7.3.0", "bower": "^1.7.9", - "browserify": "^13.1.0", + "browserify": "^14.0.0", "gulp": "^3.9.1", "watchify": "^3.7.0" }, |