From 58592228515dafb82aed68053449b208ca207788 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 05:11:54 +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 238f11f..2a6efda 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "express": "3.5.1", "github": "^0.2.3", "jsonwebtoken": "^7.4.0", - "mongoose": "4.5.9", + "mongoose": "5.2.6", "node-minify": "~1.3.7", "node-sass": "^3.8.0", "node-sass-middleware": "^0.9.8", @@ -25,6 +25,6 @@ "shipit-shared": "4.4.1", "slack-node": "~0.1.3", "uglify-js": "^3.7.5", - "socket.io": "~1.4.5" + "socket.io": "~2.1.0" } }