From 82cba0b06fe4269895290cd4104f58e8de62b52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Fri, 7 Jul 2017 19:24:06 -0400 Subject: [PATCH] Bump express and socket.io to their latest patch versions Greenkeeper missed express because of their odd RC releases, and we are still stuck trying to bump socket.io to their v2 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bfbf267c..eefcfd3a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "colors": "1.1.2", "commander": "2.11.0", "event-stream": "3.3.4", - "express": "4.15.2", + "express": "4.15.3", "express-handlebars": "3.0.0", "fs-extra": "3.0.1", "irc-framework": "2.8.1", @@ -55,7 +55,7 @@ "read": "1.0.7", "request": "2.81.0", "semver": "5.3.0", - "socket.io": "1.7.3", + "socket.io": "1.7.4", "spdy": "3.4.7" }, "devDependencies": { @@ -75,7 +75,7 @@ "mousetrap": "1.6.1", "npm-run-all": "4.0.2", "nyc": "11.0.3", - "socket.io-client": "1.7.3", + "socket.io-client": "1.7.4", "stylelint": "7.12.0", "stylelint-config-standard": "16.0.0", "urijs": "1.18.10",