From 73a99f03859a88a310e499695e1a6458ce6c86d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Jul 2022 04:27:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-2961688 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bad23a3..fc90566 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "express": "~4.15.5", "jade": "~1.11.0", "mint-ui": "^2.2.13", - "mongoose": "^5.0.14", + "mongoose": "^6.4.6", "morgan": "~1.9.0", "serve-favicon": "~2.4.5", "socket.io": "^2.1.0",