From 0d4124d55e61c78383ebf718569f2e35773c6c8b Mon Sep 17 00:00:00 2001 From: ghouldaemon Date: Fri, 5 Jan 2024 17:17:41 +0000 Subject: [PATCH] Fix 2 vulnerable dependencies identified by Prisma Cloud --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f558ef7..b1e05b2 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "chai": "^3.5.0", "chai-http": "^3.0.0", "sinon": "^1.17.5", - "mocha": "^3.0.0", + "mocha": "10.1.0", "mocha-junit-reporter": "^1.12.1", "istanbul": "^0.4.4", - "mongodb": "^2.2.5" + "mongodb": "3.1.13" } }