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