From 00f5a0a632e2fda8611ca518e13dbd991a6374ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 19:31:07 +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 3a3f06b..62dd37f 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ "ejs": "2.5.8", "express": "4.16.2", "express-session": "^1.15.6", - "mongoose": "5.0.11", + "mongoose": "5.2.6", "morgan": "1.9.0", "passport": "0.4.0", "passport-local": "1.0.0", "request": "2.85.0", - "spdy": "3.4.7", + "spdy": "4.0.0", "web-push": "3.3.0", "nodemailer": "^4.6.7", "connect-flash": "^0.1.1",