diff --git a/bun.lockb b/bun.lockb index 93b2c98..61ca39a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 82afa1c..c47f997 100644 --- a/package.json +++ b/package.json @@ -18,16 +18,16 @@ "@duneanalytics/client-sdk": "^0.2.5", "@types/bun": "latest", "@types/jest": "^29.5.14", - "@typescript-eslint/eslint-plugin": "^8.21.0", - "@typescript-eslint/parser": "^8.21.0", - "csv-parser": "^3.1.0", + "@typescript-eslint/eslint-plugin": "^8.22.0", + "@typescript-eslint/parser": "^8.22.0", + "csv-parser": "^3.2.0", "dotenv": "^16.4.7", - "eslint": "^9.18.0", + "eslint": "^9.19.0", "jest": "^29.7.0", "next": "^15.1.6", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "typescript": "^5.7.3", - "viem": "^2.22.12" + "viem": "^2.22.17" } }