From 341709d0922218d54e6765077280a5b0b13c7d85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 01:48:52 +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 4ae3aa055..842cc8839 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "json-loader": "^0.5.4", "lodash": "^4.16.2", "method-override": "^2.3.5", - "mongoose": "^4.5.10", + "mongoose": "^8.8.3", "passport": "^0.3.2", "passport-google-oauth": "^1.0.0", "passport-local": "^1.0.0",