diff --git a/bucket/bun.json b/bucket/bun.json index e45b644ada..159a16efa4 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.2.10", + "version": "1.2.11", "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.2.10/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64-baseline.zip" ], "hash": [ - "e936fcfacb3cdd823f4fd60402920f52219cfe1dd970eb5650656f67a5ee9109", - "112bf923f6553e5e46d113d13df4b98af3af4454b7de710b09a2dc56acf9d75f" + "4877e62df190fd85cfd045b7b026ccc255ad692d56ee966890cf829276b54a2a", + "8c1c0f6e46f71c905fb99b7297337be084926f241e54d569e330517130cd65d1" ] } },