From c2fbd56714a71097255dae5e005ccbf17fa59444 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:27:46 +0000 Subject: [PATCH] bun: Update to version 1.1.26 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bun.json b/bucket/bun.json index 332972e815..1296450fb7 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.1.25", + "version": "1.1.26", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "homepage": "https://bun.sh/", "license": "MIT", @@ -9,12 +9,12 @@ "architecture": { "64bit": { "url": [ - "https://github.com/oven-sh/bun/releases/download/bun-v1.1.25/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.1.25/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.26/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.26/bun-windows-x64-baseline.zip" ], "hash": [ - "0cecba71463c494e0cf085b8ed0b1425c8384ffe0d443639b50d83bbc026480a", - "8001f4f86bef81abb0dd69d60268677b24ba5e244e70f1d5e94453ef36d29514" + "efad6654c195d09c60d79414a3f977762473720d3f27674789c3c8a74bce10c4", + "bd71bdc9b448237400540082ec93119e381db289a3881c49f658dea076008203" ] } },