Skip to content

Commit 55a53e3

Browse files
fix(deps): update dependency express to v5
1 parent 96c66b8 commit 55a53e3

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
@@ -21,7 +21,7 @@
2121
"cors": "^2.8.5",
2222
"cpu-features": "^0.0.10",
2323
"dotenv": "^16.4.7",
24-
"express": "^4.21.1",
24+
"express": "^5.0.0",
2525
"express-async-errors": "^3.1.1",
2626
"keyv": "^5.2.1",
2727
"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
@@ -21,7 +21,7 @@
2121
"@types/node": "^22.10.2",
2222
"cors": "^2.8.5",
2323
"dotenv": "^16.4.5",
24-
"express": "^4.21.1",
24+
"express": "^5.0.0",
2525
"express-async-errors": "^3.1.1",
2626
"pg": "^8.13.1",
2727
"pg-format": "^1.0.4",

0 commit comments

Comments
 (0)