From 8bd97d2acb864ae58541dac264029d090de40ab5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 04:26:51 +0000 Subject: [PATCH] bun: Update to version 1.1.10 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bun.json b/bucket/bun.json index 5517d86c1a..bfc7cdb5ab 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.1.9", + "version": "1.1.10", "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.9/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.1.9/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.10/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.10/bun-windows-x64-baseline.zip" ], "hash": [ - "b78081dc0d1b8360132665fbf42d2357dd11a149f15b2c87b76d72b58edccd69", - "20fcd9e8610e902ebaace91c0164412755ab6e74847889fef50cd9a99f57fb4b" + "e384e39c16820aef91b1f4acaf171a2abcc17ea52ac45bc6edcccc25f3939cb2", + "9278266a805cdd62e3b364198b269135c15e813189d7d69fad2174a9a50dd366" ] } },