From 30778c9bd81176557428d138bb54ac58b78001b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Mar 2020 08:58:50 +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 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3188637a9..2f9bf60b1e 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "chai-http": "^2.0.1", "ejs": "^2.4.1", "express": "^4.13.4", - "mocha": "^2.4.5", - "mongodb": "^2.1.16", + "mocha": "^6.0.0", + "mongodb": "^3.1.3", "morgan": "^1.7.0", "object-assign":"4.1.0" },