From 1c74c53c5378feb7a298b3825308600e09d554e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 05:49:05 +0000 Subject: [PATCH] Bump typescript from 6.0.2 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bun.lock b/bun.lock index 6d81ffe..dfef6d8 100644 --- a/bun.lock +++ b/bun.lock @@ -14,12 +14,12 @@ "dedent": "^1.7.2", "lefthook": "2.1.6", "miniflare": "^4.20260515.0", - "typescript": "6.0.2", + "typescript": "6.0.3", }, }, "packages/core": { "name": "@cortexkit/anthropic-auth-core", - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "xxhash-wasm": "^1.1.0", }, @@ -32,7 +32,7 @@ }, "packages/opencode": { "name": "@cortexkit/opencode-anthropic-auth", - "version": "1.0.0", + "version": "1.1.0", "bin": { "opencode-anthropic-auth": "./dist/cli.js", }, @@ -45,7 +45,7 @@ }, "packages/pi": { "name": "@cortexkit/pi-anthropic-auth", - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "@cortexkit/anthropic-auth-core": "1.0.0", }, @@ -718,7 +718,7 @@ "typebox": ["typebox@1.1.37", "", {}, "sha512-jb7jp6KvOvvy5sd+11AfJ0/e0F0AS9RcOXd55oGi2ZnRHIGmFvrTaNF+ZidRmGBmmNTkM5KKl0Z37KzxJ+owEQ=="], - "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], + "typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], "uint8array-extras": ["uint8array-extras@1.5.0", "", {}, "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A=="], diff --git a/package.json b/package.json index 655a35b..7db0ad6 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "dedent": "^1.7.2", "lefthook": "2.1.6", "miniflare": "^4.20260515.0", - "typescript": "6.0.2" + "typescript": "6.0.3" } }