ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency express to 5.1.0

#169
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---express-1756081433939 into main
2 files +2 -2

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

packages/launchpad/test-envs/bun-package-manager-basic/package.jsonmodified+1-1
Changes to packages/launchpad/test-envs/bun-package-manager-basic/package.json
@@ -9,7 +9,7 @@
99 "test": "echo 'Testing with Bun!'"
1010 },
1111 "dependencies": {
12 "express": "^4.18.0"
12 "express": "^5.1.0"
1313 },
1414 "devDependencies": {
1515 "@types/express": "^4.17.0",