Skip to content

Commit a8a273a

Browse files
author
ghouldaemon
committed
Fix 3 vulnerable dependencies identified by Prisma Cloud
1 parent fac43e2 commit a8a273a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>org.apache.struts</groupId>
1515
<artifactId>struts2-core</artifactId>
16-
<version>2.5.25</version>
16+
<version>6.3.0.2</version>
1717
</dependency>
1818
<!--vulnerable dependency end-->
1919

utility/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"chai": "^3.5.0",
3535
"chai-http": "^3.0.0",
3636
"sinon": "^1.17.5",
37-
"mocha": "^3.0.0",
37+
"mocha": "10.1.0",
3838
"mocha-junit-reporter": "^1.12.1",
3939
"istanbul": "^0.4.4",
40-
"mongodb": "^2.2.5"
40+
"mongodb": "3.1.13"
4141
}
4242
}

0 commit comments

Comments
 (0)