diff --git a/package.json b/package.json index 9eef257..032d08b 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,10 @@ "@types/pg": "^8.11.0", "tsx": "^4.19.0", "typescript": "^5.7.0" + }, + "overrides": { + "picomatch": "^4.0.4", + "defu": "^6.1.5", + "kysely": "^0.28.17" } -} \ No newline at end of file +}