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" ] } },