We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123ddf8 commit a0b0d88Copy full SHA for a0b0d88
packages/api-client/package.json
@@ -51,7 +51,7 @@
51
"axios": "^1.9.0",
52
"camelcase-keys": "^9.1.3",
53
"cors": "2.8.5",
54
- "express": "4.21.2",
+ "express": "5.1.0",
55
"form-data": "4.0.2",
56
"lodash": "^4.17.21",
57
"tsup": "8.4.0",
packages/webhook/package.json
@@ -21,7 +21,7 @@
21
"build": "node scripts/generate.js && tsup && node scripts/post-build.cjs"
22
},
23
"devDependencies": {
24
- "express": "4.21.2"
+ "express": "5.1.0"
25
26
"bump": {
27
"before": [
0 commit comments