From 039757f18f4457036f1e40aa509749006180d35f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:34:56 +0000 Subject: [PATCH] bun: Update to version 1.1.13 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bun.json b/bucket/bun.json index 9c5779172f..0192fa0591 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.1.12", + "version": "1.1.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.1.12/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.1.12/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.13/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.13/bun-windows-x64-baseline.zip" ], "hash": [ - "72d2fd6a4b0d928daf04cbb872e78f9d87c24a82b302a93795d859a4211c9035", - "7836a9ee60c55825e4ec80b37097adfbb3c434fe3d2566be573d625c4dba8a87" + "ec6395efec249185d6cbd0c099881212531a62c2e7535e3c9be42d91bf8338cf", + "9d4f1fc59a6658f2dbcf1997073f00a1380f38f8715cb4a368373494883728f1" ] } },