From e4b39ec86086ead8becc4f694f66360c39c62df5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 23:49:22 +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 3caf483..cf3feaa 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "jade": "0.27.6", "stylus": "0.30.0", "socket.io": "0.9.10", - "mongoose": "3.0.3", + "mongoose": "8.8.3", "gzippo": "0.1.7", "ws": "0.4.27", "ws-rpc": "0.0.8",