From 6ddd54a5e4748db254161680dda527c3d6880536 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 19:01:35 +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 c3188637a9..8c5a5a4aca 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"