diff --git a/bun.lockb b/bun.lockb index c823b1e..dc43e6d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2997cad..a3a6461 100644 --- a/package.json +++ b/package.json @@ -15,19 +15,19 @@ "test": "jest" }, "devDependencies": { - "@duneanalytics/client-sdk": "^0.2.4", + "@duneanalytics/client-sdk": "^0.2.5", "@types/bun": "latest", "@types/jest": "^29.5.14", - "@typescript-eslint/eslint-plugin": "^8.20.0", - "@typescript-eslint/parser": "^8.20.0", + "@typescript-eslint/eslint-plugin": "^8.21.0", + "@typescript-eslint/parser": "^8.21.0", "csv-parser": "^3.1.0", "dotenv": "^16.4.7", "eslint": "^9.18.0", "jest": "^29.7.0", - "next": "^15.1.4", + "next": "^15.1.6", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "typescript": "^5.7.3", - "viem": "^2.22.8" + "viem": "^2.22.11" } }