From fdc6f2f4094d2908bc1dd8ab2ac1616a515738c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 18:15:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bd3ca41..fa4fb36 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "jsonwebtoken": "^7.4.1", "mysql": "^2.9.0", "mysql2": "^1.3.6", - "sequelize": "^4.3.2", - "socket.io": "^1.5.1" + "sequelize": "^5.1.0", + "socket.io": "^2.1.0" }, "repository": { "type": "git",