From 7cdc573f3c09c42f340ae54fd9558def054151be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jan 2025 06:11:34 +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 85de928..3ce5f1a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ipaddr.js": "^1.2.0", "lodash": "^3.10.1", "moment": "^2.13.0", - "mongoose": "^4.4.20", + "mongoose": "^6.13.6", "morgan": "^1.7.0", "nconf": "^0.7.1", "randomstring": "^1.1.5",