From 86ad0e434dfe391a1064b7ca2905bb79f1c5d29d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jan 2025 04:13:09 +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 b422dd1..3130ef4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "gulp-less": "^3.3.2", "lodash": "^4.17.4", "log4js": "^1.1.1", - "mongoose": "^4.11.1", + "mongoose": "^6.13.6", "pug": "^2.0.0-rc.2", "serve-favicon": "^2.4.3", "serve-static": "^1.12.3"