From 459d2204c504bb33dcbe1f1d40b41e2d7f8f26d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Jul 2020 21:25:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:deep-extend:20180409 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:ws:20160920 - https://snyk.io/vuln/npm:ws:20171108 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6e22f9b..9e5e42b 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,10 @@ "dependencies": { "pillars": "0.3.7", "rpio": "0.9.12", - "socket.io": "1.5.0", + "socket.io": "2.0.2", "hangouts-bot": "0.2.1", "scheduled": "0.4.5", "slack-node": "0.1.8", - "twitter": "1.4.0" + "twitter": "1.7.1" } }