From 9be2a718fcd91adf0bd81ff0912163676d613f02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 14:08:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 152c684..89ada34 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "irc": "^0.5.2", "jsonfile": "^6.0.1", "password-prompt": "^1.1.2", - "socket.io": "^2.0.1" + "socket.io": "^3.0.5" }, "devDependencies": { "babel-plugin-transform-runtime": "^6.23.0",