From ecfec488e6c8a4f868664c0ec530f97119a620fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 03:10:41 +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 77ad190a3..e3b0bf20a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "karma-mocha": "^1.1.1", "memory-cache": "^0.1.6", "merge": "^1.2.0", - "mongoose": "^4.5.2", + "mongoose": "^5.3.9", "node-sass-middleware": "^0.10.0", "passport": "^0.3.2", "passport-accesstoken": "^0.1.0",