From c376b9cab769044da72252aab70211ee018a71e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jan 2025 05:25:51 +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 7789cf7..700e74d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "graphql": "^15.5.0", "jsonwebtoken": "^8.5.1", "mongodb": "^3.6.5", - "mongoose": "5.11.15", + "mongoose": "6.13.6", "path": "^0.12.7", "socket.io": "^4.0.0" },