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
feat: upgrade express from 4.21.1 to 5.0.0
Snyk has created this PR to upgrade express from 4.21.1 to 5.0.0.

See this package in npm:
express

See this project in Snyk:
https://app.snyk.io/org/nerds-github/project/a279b561-cc12-41e5-bfb5-02e9f198c6fd?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 29, 2024
commit 87dbcdb3899e9a7c9e4a126ccd4be69a65b69f6b
2 changes: 1 addition & 1 deletion src/typescript-node/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": " REGRESSION_TESTING=true npm start"
},
"dependencies": {
"express": "^4.18.1"
"express": "^5.0.0"
},
"devDependencies": {
"@types/express": "^4.17.14",
Expand Down