Skip to content

Commit 68b30d7

Browse files
fix(deps): update dependency express to v5
1 parent c7e152e commit 68b30d7

File tree

3 files changed

+175
-224
lines changed

3 files changed

+175
-224
lines changed

services/file-retriever/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"cors": "^2.8.5",
2121
"cpu-features": "^0.0.10",
2222
"dotenv": "^16.4.7",
23-
"express": "^4.21.1",
23+
"express": "^5.0.0",
2424
"express-async-errors": "^3.1.1",
2525
"keyv": "^5.2.1",
2626
"lru-cache": "^11.0.2",

services/object-mapping-indexer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^22.10.2",
2323
"cors": "^2.8.5",
2424
"dotenv": "^16.4.5",
25-
"express": "^4.21.1",
25+
"express": "^5.0.0",
2626
"express-async-errors": "^3.1.1",
2727
"pg": "^8.13.1",
2828
"pg-format": "^1.0.4",

0 commit comments

Comments
 (0)