From 37b5dead525f282e37d76827a81cdaa8b8e795c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 16:29:31 +0000 Subject: [PATCH] bun: Update to version 1.2.13 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bun.json b/bucket/bun.json index 1c9f044200..2b585f6fa6 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.2.12", + "version": "1.2.13", "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.12/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64-baseline.zip" ], "hash": [ - "2a272fbbdd1d5f8ada819d9113a624e33257e6c23ef5cdf632c38856cb5d6676", - "b598f021838227360f8136019c2680ac2d75268699474fde8f2c1671c7e6545c" + "4401d9c51168d92563bffe5c249a8b38c05b08a6b88c52ff6b40fdd59071ac7c", + "99ea9c3b2239ce1684228aee2557a9006bae240690cfa17013214c62f0174225" ] } },