Skip to content

Commit 1b70571

Browse files
fix(deps): update dependency express to v5
1 parent 5ef73f0 commit 1b70571

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
@@ -14,7 +14,7 @@
1414
"cors": "^2.8.5",
1515
"cron": "^4.3.1",
1616
"dayjs": "^1.11.13",
17-
"express": "^4.21.2",
17+
"express": "^5.1.0",
1818
"express-async-errors": "^3.1.1",
1919
"lodash": "^4.17.21",
2020
"lru-cache": "^11.1.0",
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@types/compression": "^1.8.1",
3636
"@types/cors": "^2.8.19",
37-
"@types/express": "^4.17.23",
37+
"@types/express": "^5.0.3",
3838
"@types/lodash": "^4.17.17",
3939
"@types/morgan": "^1.9.10",
4040
"@types/node": "^22.15.31",

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.53.2",
1010
"cron": "^4.3.1",
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)