deps/match_collector: dependency bump
All checks were successful
pipeline / lint-and-format (push) Successful in 4m26s
pipeline / build-and-push-images (push) Successful in 56s

This commit is contained in:
2026-04-23 20:04:02 +02:00
parent c976f340e6
commit a98e3c6589
2 changed files with 346 additions and 336 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -15,18 +15,18 @@
"license": "ISC",
"description": "",
"dependencies": {
"mongodb": "^6.10.0"
"mongodb": "^7.2.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^22.9.1",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.0",
"tsx": "^4.19.2",
"typescript": "^5.9.3",
"prettier": "^3.8.3",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.53.1"
}
}