From 6a51b7cd4c28e63f1801e689b4f022a7caf345e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Oct 2022 23:31:16 +0000 Subject: [PATCH] fix: popup/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 --- popup/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/package.json b/popup/package.json index 3e2ab4e..1baf0dd 100644 --- a/popup/package.json +++ b/popup/package.json @@ -19,7 +19,7 @@ "pg": "^6.1.2", "pg-hstore": "^2.3.2", "sequelize": "^5.1.0", - "socket.io": "^2.0.2", + "socket.io": "^3.0.0", "snyk": "^1.305.1" }, "devDependencies": {