From 946aafeb4e5df495a4154261944e4e7d44a8e5df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2019 08:32:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c898340..2009f89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "mongoose": "^4.13.7", + "mongoose": "^5.4.10", "superagent": "^3.5.2" } }