From 580fc231ec9de7a47657bcacbd75e2a9fb78022f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jan 2025 06:57:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8623536 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8562f2c..5533733 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": "^6.13.6", "morgan": "~1.9.0", "nprogress": "^0.2.0", "serve-favicon": "~2.4.2",