From fe1ef07d005554b2a0ed7ea3bd38f3caa2d8a4c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jan 2025 03:22: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-8623536 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d566fd5..011f320 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "express": "^4.16.4", "gravatar": "^1.8.0", "jsonwebtoken": "^8.4.0", - "mongoose": "^5.4.3", + "mongoose": "^6.13.6", "passport": "^0.4.0", "passport-jwt": "^4.0.0", "validator": "^10.10.0"