From e5b0b1251dabe41089ad435f203f9bfefd0a025d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2020 07:57:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-561052 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29cf42d..1b9813a 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.3.9", "morgan": "^1.8.2", "swagger-node-express": "~2.0", "minimist": "*"