From 4ae6646f7d8b2686ab596ea33a7e2d880dda321f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 05:46:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50da3c6..aa553a8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "ejs": "^2.4.2", "express": "^4.14.0", "gulp": "^3.9.1", - "mongoose": "^4.5.0" + "mongoose": "^8.8.3" }, "devDependencies": { "grunt": "^1.0.1",