Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509
  • Loading branch information
snyk-bot committed Mar 31, 2024
commit d1b172327a59762b12432bc3747e596f96b15d25
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"assert": "*",
"bluebird": "*",
"optimist": "*",
"express": "~4.0.0",
"express": "~4.19.2",
"express-session": "*",
"express-http-proxy": "*",
"passport": ">= 0.0.0",
Expand Down