From 71858219be6c0373f9f97a97e3dda27af3626c62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jan 2025 01:17:01 +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-8623536 --- chapter5/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter5/package.json b/chapter5/package.json index e256ced..40e892f 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": "^6.13.6", "mongoskin": "~2.1.0", "snyk": "^1.192.3" },