From 4ae9001def8c3eacd8f51b0097856a882d87ad80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 23:54:19 +0000 Subject: [PATCH] build(deps-dev): bump bun-types from 1.4.1 to 1.4.2 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.4.2/packages/bun-types) --- updated-dependencies: - dependency-name: bun-types dependency-version: 1.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1ef744..6b04b6b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "prepare": "lefthook install" }, "devDependencies": { - "bun-types": "1.4.1", + "bun-types": "1.4.2", "lefthook": "^2.1.6", "oxfmt": "^0.61.0", "oxlint": "^1.60.0",