From 89f7ede974b7bb35dfb8c502301947e2ebd2d75f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:28:00 +0000 Subject: [PATCH] bun: Update to version 1.1.17 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bun.json b/bucket/bun.json index 6355ab875b..95a49c0629 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.1.16", + "version": "1.1.17", "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.16/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.1.16/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.17/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.17/bun-windows-x64-baseline.zip" ], "hash": [ - "b5dcae83bb8a48651a1e9c86cd0265b746d27e1388b98466bb51e00bcbec663b", - "49a466296f2408c0bea45bdfc40218f33f5b656f19bea64865b2343a718585d9" + "5b3ce21babca3e2bb994d5de0263264434be37c2113ef291cc20e1e12a63e62b", + "572555694f0f53b3d9953a6de12966112d5bb537f39662c967b5bf12ccdfdb48" ] } },