From 73d09b2cb097674632ff3758c7fe9be03497f5fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 00:44:17 +0000 Subject: [PATCH] fix: chapter5/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504 --- chapter5/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter5/package.json b/chapter5/package.json index e256ced..9127437 100644 --- a/chapter5/package.json +++ b/chapter5/package.json @@ -10,7 +10,7 @@ "dependencies": { "async": "~1.5.0", "ioredis": "^4.27.8", - "mongoose": "^5.4.10", + "mongoose": "^8.8.3", "mongoskin": "~2.1.0", "snyk": "^1.192.3" },