From 136553c5adfb6715a6d21c48de1a7df824bcfded Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Nov 2017 08:44:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ws:20171108 Latest report for wayou/hichat: https://snyk.io/test/github/wayou/hichat --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 66d3a3b..b0bf7f3 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "hichat", - "description": "a realtime chat web application", - "version": "0.4.0", - "main": "server.js", - "dependencies": { - "express": "3.4.x", - "socket.io": "0.9.x" - }, - "engines": { - "node": "0.10.x", - "npm": "1.2.x" - } + "name": "hichat", + "description": "a realtime chat web application", + "version": "0.4.0", + "main": "server.js", + "dependencies": { + "express": "3.4.x", + "socket.io": "1.0.1" + }, + "engines": { + "node": "0.10.x", + "npm": "1.2.x" + } } \ No newline at end of file