From a1a4808542232f29d69069ad7becf87b956dd89b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jan 2025 04:18:26 +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 3caf483..d226078 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": "6.13.6", "gzippo": "0.1.7", "ws": "0.4.27", "ws-rpc": "0.0.8",