From 7c8864611de3d0643d3dd67a25ea2ee964e92879 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jan 2025 07:08:01 +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 cfbfe88..b157d1a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "jade": "~1.11.0", "json2csv": "^3.7.3", "jsonwebtoken": "^7.3.0", - "mongoose": "^4.8.5", + "mongoose": "^6.13.6", "morgan": "~1.7.0", "njwt": "^0.3.2", "nodemon": "^1.11.0",