Skip to content

Commit 74ee68f

Browse files
chore(deps): update dependency express to v5
1 parent a78325c commit 74ee68f

File tree

3 files changed

+121
-165
lines changed

3 files changed

+121
-165
lines changed

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"axios": "^1.10.0",
5252
"camelcase-keys": "^9.1.3",
5353
"cors": "2.8.5",
54-
"express": "4.21.2",
54+
"express": "5.1.0",
5555
"form-data": "4.0.4",
5656
"lodash": "^4.17.21",
5757
"tsdown": "0.14.2",

packages/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "node scripts/generate.js && tsdown && node scripts/post-build.cjs"
2222
},
2323
"devDependencies": {
24-
"express": "4.21.2",
24+
"express": "5.1.0",
2525
"tsdown": "0.14.2"
2626
},
2727
"bump": {

0 commit comments

Comments
 (0)