From 9e9db26d786578403a73d0d16f3aa4987ef60db2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:34:04 +0000 Subject: [PATCH] bun: Update to version 1.1.15 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bun.json b/bucket/bun.json index 8728f87610..5a33434205 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.1.14", + "version": "1.1.15", "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.14/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.1.14/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.15/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.15/bun-windows-x64-baseline.zip" ], "hash": [ - "3faa90b4370eaa607f265e2226e22ab3f6a5bfa55245075353f9b7604aab89ab", - "2d4fc12acd6377444765fe9b4ffef8397b90d32bb5dceba87765748126bb9dd4" + "2f23f2d354bd1042cdd2c9b0e1d1db655b96399f935e46eb31f14f2bd5ba6489", + "15178dfee144a3e46fcf6842aca79e8a5d667508ffb12351e53c069130b57533" ] } },