From 1b5e7406ad969e8fc461d088beaf7886111bfbc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 06:50:49 -0600 Subject: [PATCH] chore(deps): update dependency bun to v1.1.44 (#4134) * chore(deps): update dependency bun to v1.1.44 * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- mise.lock | 5 ++--- mise.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/mise.lock b/mise.lock index 6cb62f90eb..997777af32 100644 --- a/mise.lock +++ b/mise.lock @@ -9,12 +9,11 @@ actionlint-macos-aarch64 = "sha256:baa69aa6ae140310d9d86127d916abd42cd2ad446aef0 "actionlint_1.7.6_linux_amd64.tar.gz" = "sha256:5d1a70d9de15fee5371e6f9e20cc29b284e814d6ee1b882f9749e91caf716eba" [tools.bun] -version = "1.1.42" +version = "1.1.44" backend = "core:bun" [tools.bun.checksums] -"bun-darwin-aarch64.zip" = "sha256:64a70fe290bd6391a09d555d4e4e1a8df56543e526bb1381ab344a385348572c" -"bun-linux-x64-baseline.zip" = "sha256:19584af4189e6434124a556e830427f0f44b7ebed8530eacf4fe369bd14b93d6" +"bun-linux-x64-baseline.zip" = "sha256:902f414cf6f83996fca2babb9386d30555529505c0d26d29a99030bb900905d3" [tools.cargo-binstall] version = "1.10.17" diff --git a/mise.toml b/mise.toml index 6c98d3a794..0aa82cd578 100644 --- a/mise.toml +++ b/mise.toml @@ -6,7 +6,7 @@ _.path = ["./target/debug", "./node_modules/.bin"] [tools] "actionlint" = "latest" -bun = "1.1.42" +bun = "1.1.44" cargo-binstall = "1.10.17" "cargo:cargo-edit" = "latest" "cargo:cargo-insta" = "latest"