diff --git a/bucket/bun.json b/bucket/bun.json index e08fee5fa5..c322c5a7dd 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.1.20", + "version": "1.1.21", "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.20/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.1.20/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.21/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.21/bun-windows-x64-baseline.zip" ], "hash": [ - "d363e03f27ee660dcd322ad70969b87f0c3c2666f69585facd9fbaa031f6868e", - "1c98a57da9124d56f871a124846ba5031fa56187a0c7293f7e232f8babbde608" + "9fafb0cd4cdc3d2d1e932ea8a07fd2aeaf381ad37f64b530f10c4f4666a3c62e", + "c77bef47f0c501920fe14458efb6114508ba89d91707a8e811aaca0d9ac9688f" ] } },