diff --git a/bun.lock b/bun.lock index 7b6cad7f..9fc369fb 100644 --- a/bun.lock +++ b/bun.lock @@ -11,7 +11,7 @@ "@earendil-works/pi-tui": "0.84.2", "@opencode-ai/plugin": "1.18.21", "@tsconfig/bun": "1.0.11", - "@types/bun": "1.3.14", + "@types/bun": "1.4.1", "dedent": "^1.7.2", "lefthook": "2.1.9", "miniflare": "^4.20260730.0", @@ -20,7 +20,7 @@ }, "packages/core": { "name": "@cortexkit/anthropic-auth-core", - "version": "1.21.0", + "version": "1.22.0", "dependencies": { "@cortexkit/subc-client": "^0.8.1", "xxhash-wasm": "^1.1.0", @@ -34,7 +34,7 @@ }, "packages/opencode": { "name": "@cortexkit/opencode-anthropic-auth", - "version": "1.21.0", + "version": "1.22.0", "bin": { "opencode-anthropic-auth": "dist/cli.js", }, @@ -51,7 +51,7 @@ }, "packages/pi": { "name": "@cortexkit/pi-anthropic-auth", - "version": "1.21.0", + "version": "1.22.0", "dependencies": { "@cortexkit/anthropic-auth-core": "1.20.0", }, @@ -413,7 +413,7 @@ "@tsconfig/bun": ["@tsconfig/bun@1.0.11", "", {}, "sha512-DQA3HOKFQ+/yPTUa73k5QGcuEM1ExtL6uWQMR0QrfOTitm0oLHqHd1tI74WtEtMqlIu+tvSMELJ6p5uNxVE7lw=="], - "@types/bun": ["@types/bun@1.3.14", "", { "dependencies": { "bun-types": "1.3.14" } }, "sha512-h1hFqFVcvAvD9j9K7ZW7vd82aSA+rTdznZa+5bwvCwqSB1jmmfLcbIWhOLx1/+boy/xmjgCs/OMUL8hRJSmnPw=="], + "@types/bun": ["@types/bun@1.4.1", "", { "dependencies": { "bun-types": "1.4.1" } }, "sha512-0AVGiTXGajf1rgKom3N+c5L7CBxuoyyv1i44M0nX4UDK0G/fnRAMiri93nHuVPIb429KKtAgj7HatVmmOjeQLA=="], "@types/node": ["@types/node@25.5.0", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw=="], @@ -487,7 +487,7 @@ "bun-ffi-structs": ["bun-ffi-structs@0.3.1", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-3gM7PpVWLyrwxWjcilSiGuhWanhZivvo6l0u573NziPH6f/gwk6McbaYgn7oJWov6pKGRTDbrg94W5DcJsKTtQ=="], - "bun-types": ["bun-types@1.3.14", "", { "dependencies": { "@types/node": "*" } }, "sha512-4N0ig0fEomHt5R0KCFWjovxow98rIoRwKolrYdCcknNwMekCXRnWEUvgu5soYV8QXtVsrUD8B95MBOZGPvr6KQ=="], + "bun-types": ["bun-types@1.4.1", "", { "dependencies": { "@types/node": "*" } }, "sha512-loKuVrAFZKfEv+JvWkHRS9GW5IqLuLRjVXN9p+vZvBN86O5hf/pBZQ5hSoyipsrMmWObZBDvWnlmKvjKTM0PdA=="], "caniuse-lite": ["caniuse-lite@1.0.30001793", "", {}, "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA=="], diff --git a/package.json b/package.json index 349af1bb..9fe5c519 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@earendil-works/pi-tui": "0.84.2", "@opencode-ai/plugin": "1.18.21", "@tsconfig/bun": "1.0.11", - "@types/bun": "1.3.14", + "@types/bun": "1.4.1", "dedent": "^1.7.2", "lefthook": "2.1.9", "miniflare": "^4.20260730.0",