From e897bccee71d49c6e3ef40f4d960d66caa247e9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 17:58:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d802fd6e28..f10b0ef00c 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "main": "server.js", "dependencies": { "chai": "^3.5.0", - "chai-http": "^2.0.1", + "chai-http": "^4.0.0", "ejs": "^2.4.1", "express": "^4.13.4", - "mocha": "^2.4.5", + "mocha": "^4.0.0", "mongodb": "^2.1.16", "morgan": "^1.7.0", "object-assign":"4.1.0"