From b2892e6d6f5b2d834135dae61073e58861e0c3d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 14:19:21 +0000 Subject: [PATCH] fix: popup/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- popup/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/package.json b/popup/package.json index 3e2ab4e..a7c553c 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.5", "snyk": "^1.305.1" }, "devDependencies": {