From b4b5232081bb55f938baff881e41c217097ef2df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 07:32:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-1086688 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58220c0..7293ce3 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "http": "0.0.0", "jsonwebtoken": "^7.1.9", "mongodb": "^2.2.11", - "mongoose": "^4.6.5", + "mongoose": "^5.12.2", "morgan": "^1.7.0", "passport": "^0.3.2", "passport-github2": "^0.1.10",