diff --git a/bucket/bun.json b/bucket/bun.json index 87ce2492b2..e45b644ada 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.2.9", + "version": "1.2.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.2.9/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-windows-x64-baseline.zip" + "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" ], "hash": [ - "b1a1934df4d4c4a92f43e112d0ee35691c620f6562d1010fa92616080ec6ff01", - "dcf5ffda62080b79ecfc8c640e5567dc6d00e0120dfc2746ae9de78a99dc367b" + "e936fcfacb3cdd823f4fd60402920f52219cfe1dd970eb5650656f67a5ee9109", + "112bf923f6553e5e46d113d13df4b98af3af4454b7de710b09a2dc56acf9d75f" ] } },