Skip to content

Commit 10519e9

Browse files
committed
fix(lambdas): upgrade express 4.21.2 -> 5.1.0
1 parent 7401c75 commit 10519e9

File tree

3 files changed

+278
-160
lines changed

3 files changed

+278
-160
lines changed

.github/dependabot.yml

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ updates:
4141
- "nx/*"
4242

4343
ignore:
44-
- dependency-name: "@middy/core"
45-
update-types: ["version-update:semver-major"]
4644
- dependency-name: "eslint"
4745
update-types: ["version-update:semver-major"]
4846
commit-message:

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/node": "^22.14.0",
2525
"@vercel/ncc": "0.38.3",
2626
"body-parser": "^1.20.3",
27-
"express": "^4.21.2",
27+
"express": "^5.1.0",
2828
"ts-node-dev": "^2.0.0"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)