From 8457b4640e4dda02332dc1b9683d0da915688a8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 00:35:56 +0000 Subject: [PATCH] bun: Update to version 1.3.0 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bun.json b/bucket/bun.json index 0451832760..e003e8bf49 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.2.23", + "version": "1.3.0", "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.23/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64-baseline.zip" ], "hash": [ - "2171e94f9d1e0cd6d45bdced38e2dc821f4181a075ed80772e750b3298a9016d", - "bf8b6fd980fc09ffeba4b68bcfeab3babc2c10596dd916eb9163b503b6406866" + "e725d673e2a286b46874f0c65acfeec3259849eed97ca163ca6c987453baa8ad", + "27b686dd83121b9331dfe340abe0f940740d1c5f713aeff9be8dbdcf98c157f8" ] } },