From 096faeea596451fc4dacd697941b68c0472ebeae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Aug 2021 01:49:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-561052 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ae3aa055..cafcd3b87 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "json-loader": "^0.5.4", "lodash": "^4.16.2", "method-override": "^2.3.5", - "mongoose": "^4.5.10", + "mongoose": "^5.2.9", "passport": "^0.3.2", "passport-google-oauth": "^1.0.0", "passport-local": "^1.0.0",