From 4b4e3ccd9b2de0d7646ccccb9e5436ad0bc1a86d Mon Sep 17 00:00:00 2001 From: ghouldaemon Date: Thu, 28 Dec 2023 11:58:27 +0000 Subject: [PATCH] Fix 3 vulnerable dependencies identified by Prisma Cloud --- app/pom.xml | 2 +- utility/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index 506525b..1bc861a 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -13,7 +13,7 @@ org.apache.struts struts2-core - 2.5.25 + 6.3.0.2 diff --git a/utility/package.json b/utility/package.json index ad0d695..18e9746 100644 --- a/utility/package.json +++ b/utility/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" } }