ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency @types/express to 5.0.3

#53
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---@types/express-1755295696785 into main
1 file +1 -1

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
@@ -12,7 +12,7 @@
1212 "express": "^4.18.0"
1313 },
1414 "devDependencies": {
15 "@types/express": "^4.17.0",
15 "@types/express": "^5.0.3",
1616 "eslint": "8"
1717 }
1818}