From 608d202da10f95a7dc04cd3e870f6f7463152c7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Dec 2020 03:10:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MQUERY-1050858 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77ad190a3..07b2002c6 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.11.7", "node-sass-middleware": "^0.10.0", "passport": "^0.3.2", "passport-accesstoken": "^0.1.0",