From 9634eb1b8ee20c9ecd411c69b90997688bcb0a28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Mar 2020 06:08:38 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b0f0b22..163fc71 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "i18n": "^0.8.3", "jsonwebtoken": "^7.3.0", "moment": "^2.17.1", - "mongodb": "^2.2.24", - "mongoose": "^4.8.6", + "mongodb": "^3.1.3", + "mongoose": "^5.3.9", "passport": "^0.3.2", "passport-local": "^1.0.0", "path": "^0.12.7",