From 84b33dc152290546ff602a9ee816cb2e00a0977b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 00:14:27 +0000 Subject: [PATCH] build(deps-dev): bump @types/bun from 1.4.0 to 1.4.1 Bumps [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun) --- updated-dependencies: - dependency-name: "@types/bun" dependency-version: 1.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 52a1103..820aa36 100644 --- a/bun.lock +++ b/bun.lock @@ -11,7 +11,7 @@ "@earendil-works/pi-tui": "0.84.4", "@opencode-ai/plugin": "1.18.25", "@tsconfig/bun": "1.0.11", - "@types/bun": "1.4.0", + "@types/bun": "1.4.1", "bun-types": "1.4.0", "lefthook": "2.1.12", "typescript": "7.0.2", @@ -19,7 +19,7 @@ }, "packages/opencode": { "name": "@cortexkit/opencode-openai-auth", - "version": "0.6.4", + "version": "0.7.1", "bin": { "openai-auth": "./dist/cli.js", }, @@ -36,7 +36,7 @@ }, "packages/pi": { "name": "@cortexkit/pi-openai-auth", - "version": "0.6.4", + "version": "0.7.1", "peerDependencies": { "@earendil-works/pi-ai": ">=0.80.10", "@earendil-works/pi-coding-agent": ">=0.80.10", @@ -307,7 +307,7 @@ "@tsconfig/bun": ["@tsconfig/bun@1.0.11", "", {}, "sha512-DQA3HOKFQ+/yPTUa73k5QGcuEM1ExtL6uWQMR0QrfOTitm0oLHqHd1tI74WtEtMqlIu+tvSMELJ6p5uNxVE7lw=="], - "@types/bun": ["@types/bun@1.4.0", "", { "dependencies": { "bun-types": "1.4.0" } }, "sha512-K+lZULY23vRgK/CfTjFIV+tyifaNdSMlPh9j+6mQ/cLfpOznLyAuzgV/JQysyECpkBQLVMSyvjlr2fBUSA9wFQ=="], + "@types/bun": ["@types/bun@1.4.1", "", { "dependencies": { "bun-types": "1.4.1" } }, "sha512-0AVGiTXGajf1rgKom3N+c5L7CBxuoyyv1i44M0nX4UDK0G/fnRAMiri93nHuVPIb429KKtAgj7HatVmmOjeQLA=="], "@types/node": ["@types/node@26.3.0", "", { "dependencies": { "undici-types": "~8.3.0" } }, "sha512-L3fgrnchriRC2ExBflb8j4uZZURHZfQsmQeyVzhjcHW4kkwVyo8/0h1B2MVzMTrYUJYu6G7EWs14hW/L9putqw=="], @@ -671,6 +671,8 @@ "@opentui/core/marked": ["marked@17.0.1", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg=="], + "@types/bun/bun-types": ["bun-types@1.4.1", "", { "dependencies": { "@types/node": "*" } }, "sha512-loKuVrAFZKfEv+JvWkHRS9GW5IqLuLRjVXN9p+vZvBN86O5hf/pBZQ5hSoyipsrMmWObZBDvWnlmKvjKTM0PdA=="], + "ai/@ai-sdk/provider": ["@ai-sdk/provider@4.0.10", "", { "dependencies": { "json-schema": "^0.4.0" } }, "sha512-fX2ENAc7iDpZ+Wp4+Rk06Usn/Ys7dI9uAkGv0jlF6XVrW13NkRWx5Ou+U6lIM2E1fTLkCs16GGrUAaVvroag7A=="], "babel-plugin-jsx-dom-expressions/@babel/helper-module-imports": ["@babel/helper-module-imports@7.18.6", "", { "dependencies": { "@babel/types": "^7.18.6" } }, "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA=="], diff --git a/package.json b/package.json index dc7bcf4..0e6dbd0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@earendil-works/pi-tui": "0.84.4", "@opencode-ai/plugin": "1.18.25", "@tsconfig/bun": "1.0.11", - "@types/bun": "1.4.0", + "@types/bun": "1.4.1", "bun-types": "1.4.0", "lefthook": "2.1.12", "typescript": "7.0.2"