From fbc1b02de62fe6248f52efe80f808324f745716f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 06:19:30 +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 8562f2c..1f556a6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "helmet": "^3.9.0", "machinepack-hackerrank": "^0.1.2", "mongodb": "^2.2.31", - "mongoose": "^4.11.10", + "mongoose": "^8.8.3", "morgan": "~1.9.0", "nprogress": "^0.2.0", "serve-favicon": "~2.4.2",