From 96ee8ea80474b586c438d7344a559634b845d4b8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Aug 2026 06:15:25 +0000 Subject: [PATCH] Update dependency bun to v1.4.0 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index b06f39e..069aca4 100644 --- a/mise.toml +++ b/mise.toml @@ -7,7 +7,7 @@ # Node stays alongside bun because Metro and Gradle's react.gradle plugin # shell out to `node` directly — bun is the package manager, not the runtime. node = "24" -bun = "1.3.14" +bun = "1.4.0" java = "temurin-25.0.4+7.0.LTS" [env]