From 91bcd4345bcb0d0b5844383894023ab3449b6d5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jan 2025 08:18:56 +0000 Subject: [PATCH] fix: chapter7/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8623536 --- chapter7/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter7/package.json b/chapter7/package.json index 6dab8c4..5aa73d8 100644 --- a/chapter7/package.json +++ b/chapter7/package.json @@ -16,7 +16,7 @@ "ejs": "~2.5.5", "express": "~4.16.0", "express-session": "~1.15.6", - "mongoose": "^5.8.9", + "mongoose": "^6.13.6", "morgan": "~1.9.1", "redis": "~2.3.0", "serve-favicon": "~2.4.5",