From 78ab7c2a55916271af083bded991fb8bd3ce9a5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jan 2025 01:32:54 +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 5a64e51..8c494c8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "jsonwebtoken": "^8.1.1", "local-ipv4-address": "0.0.2", "moment": "^2.21.0", - "mongoose": "^5.0.6", + "mongoose": "^6.13.6", "morgan": "^1.9.0", "node-base64-image": "^1.0.5", "nodemailer": "^4.4.2",