From 3564c82257f93cc440d41702d075be74a141349b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 08:29:40 +0000 Subject: [PATCH] bun: Update to version 1.2.10 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" ] } },