From 0ca71419ab1a48be6a0bbb097cd54aeb5432d431 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 04:40:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7789cf7..3108f51 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": "8.8.3", "path": "^0.12.7", "socket.io": "^4.0.0" },