diff --git a/bun.lockb b/bun.lockb index 97ebe42..6d4d49a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d5b235d..95d02de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tokenleak", "private": true, - "packageManager": "bun@1.0.7", + "packageManager": "bun@1.3.14", "workspaces": ["packages/*", "tooling/*"], "scripts": { "build": "turbo run build", @@ -16,12 +16,23 @@ "publish:npm": "bun run prepublish && cd dist && npm publish" }, "devDependencies": { - "@types/bun": "^1.3.10", - "@typescript-eslint/eslint-plugin": "^8.0.0", - "@typescript-eslint/parser": "^8.0.0", - "eslint": "^9.0.0", - "prettier": "^3.4.0", - "turbo": "^2.3.0", - "typescript": "^5.7.0" + "@types/bun": "^1.3.14", + "@typescript-eslint/eslint-plugin": "^8.60.0", + "@typescript-eslint/parser": "^8.60.0", + "eslint": "^9.39.4", + "prettier": "^3.8.3", + "turbo": "^2.9.14", + "typescript": "^5.9.3" + }, + "overrides": { + "@hono/node-server": "^1.19.14", + "brace-expansion": "^5.0.6", + "fast-uri": "^3.1.2", + "flatted": "^3.4.2", + "hono": "^4.12.23", + "ip-address": "^10.2.0", + "path-to-regexp": "^8.4.2", + "picomatch": "^4.0.4", + "qs": "^6.15.2" } } diff --git a/packages/mcp/package.json b/packages/mcp/package.json index ac5584c..a394102 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -21,7 +21,7 @@ "check": "tsc --noEmit" }, "dependencies": { - "@modelcontextprotocol/sdk": "^1.12.1", + "@modelcontextprotocol/sdk": "^1.29.0", "@tokenleak/core": "workspace:*", "@tokenleak/registry": "workspace:*" }, diff --git a/packages/tui/package.json b/packages/tui/package.json index ea35baf..c7ef0b6 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -18,7 +18,7 @@ "check": "tsc --noEmit" }, "dependencies": { - "@opentui/core": "^0.1.88", + "@opentui/core": "^0.2.15", "@tokenleak/core": "workspace:*", "@tokenleak/registry": "workspace:*", "@tokenleak/renderers": "workspace:*"