From 50b77977f50b39600d52ce43ce87aed639200424 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 04:01:41 +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 85de928..a4f7992 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": "^8.8.3", "morgan": "^1.7.0", "nconf": "^0.7.1", "randomstring": "^1.1.5",