Skip to content

Commit 8bdcceb

Browse files
Update dependency express to v5
1 parent 43e4e60 commit 8bdcceb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

services/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"compression": "^1.8.0",
1414
"cors": "^2.8.5",
1515
"cron": "^4.1.0",
16-
"express": "^4.21.2",
16+
"express": "^5.1.0",
1717
"express-async-errors": "^3.1.1",
1818
"lodash": "^4.17.21",
1919
"lru-cache": "^11.0.2",
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@types/compression": "^1.7.5",
3636
"@types/cors": "^2.8.17",
37-
"@types/express": "^4.17.21",
37+
"@types/express": "^5.0.2",
3838
"@types/lodash": "^4.17.16",
3939
"@types/morgan": "^1.9.9",
4040
"@types/node": "^22.13.10",

updater/sis-updater-scheduler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"bullmq": "^5.41.8",
1010
"cron": "^4.1.0",
11-
"express": "^4.21.2",
11+
"express": "^5.1.0",
1212
"express-async-errors": "^3.1.1",
1313
"knex": "^3.1.0",
1414
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)