Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509
  • Loading branch information
snyk-bot committed Mar 26, 2024
1 parent 0293370 commit 1b30ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"async": "2.6.2",
"body-parser": "1.18.3",
"express": "4.16.3",
"express": "4.19.2",
"morgan": "1.9.1",
"mustache": "2.2.1",
"portal-env": "file:../portal-env.tgz",
Expand Down

0 comments on commit 1b30ba1

Please sign in to comment.