From a51a2c2c26f7692fdb8b14601568fe517cda4c2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Jan 2021 23:01:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIO-1024859 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faa658c..1e7c1c6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "electron-rebuild": "^1.1.3", "express": "^4.13.4", "hat": "0.0.3", - "socket.io": "^1.4.5" + "socket.io": "^2.4.0" }, "devDependencies": { "appdmg": "^0.3.6"