From 61f34ad28860a9ccc7c8f6b611ca03e907089efb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2019 07:57:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-472486 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29cf42d..345c37a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "cors": "^2.8.4", "express": "^4.14.0", "jsonwebtoken": "^7.1.9", - "mongoose": "^4.6.0", + "mongoose": "^5.7.5", "morgan": "^1.8.2", "swagger-node-express": "~2.0", "minimist": "*"