Skip to content

Commit

Permalink
Fix 3 vulnerable dependencies identified by Prisma Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ghouldaemon committed Jan 3, 2024
1 parent fac43e2 commit 7089fd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.5.25</version>
<version>6.3.0.2</version>
</dependency>
<!--vulnerable dependency end-->

Expand Down
4 changes: 2 additions & 2 deletions utility/package.json
Expand Up @@ -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"
}
}

0 comments on commit 7089fd8

Please sign in to comment.