From 5ba9909abb161c81e7d0b80de777bf565ec41dff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 01:46:39 +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 df5f355..23d15b3 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ "body-parser": "~1.15.1", "connect-flash": "^0.1.1", "cookie-parser": "~1.4.3", - "debug": "~2.2.0", + "debug": "~3.1.0", "express": "~4.13.4", "express-session": "^1.14.1", "jade": "~1.11.0", - "mongoose": "^4.6.3", + "mongoose": "^5.2.6", "mongoose-currency": "^0.2.0", "morgan": "~1.7.0", "nodemon": "^1.11.0",