From 81009532d16db23177a4497e4febe5d2dd0697c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 20:29:59 +0000 Subject: [PATCH] bun: Update to version 1.3.3 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bun.json b/bucket/bun.json index cc7aaa1c45..5330fca9d7 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.3.2", + "version": "1.3.3", "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.3.2/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64-baseline.zip" ], "hash": [ - "5e73b4eba0cc09085df141e1167609b100570f1a0d538d87f9b9c0da54af58d6", - "9b26588d177a27f3c170f6549a8ba8e6458b0ee97b9b5c891ebdf4dbe6a6cb6c" + "53e239b058c13f0bb70949b222c4d40c5ab7d6cad22268b2ace2187fcfd7a247", + "d4def94b1f9dba0249ac6ebbff982ce8b96f5163f2880af48dca65649e0d689d" ] } },