From 35defd30522be4bce76fe1489ad6d6746284ace5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 03:10:24 +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 77ad190a3..44dbea780 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.2", "node-sass-middleware": "^0.10.0", "passport": "^0.3.2", "passport-accesstoken": "^0.1.0",