From b3caf4ac33225d9f2bec38b03b0aa3391207ac8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 08:28:35 +0000 Subject: [PATCH] bun: Update to version 1.2.3 --- bucket/bun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bun.json b/bucket/bun.json index 631c440b1a..9aafd27dcc 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.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.2.2/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.2.2/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.2.3/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.2.3/bun-windows-x64-baseline.zip" ], "hash": [ - "433b60a262f71dbe76e1c9aedb5141ad9035a5d76f436fc8f2d911c7ed1099a3", - "6421bdd071a8eb2a66f05ce0ccea9665fef6b23de342f2eff243501ba609fe69" + "afe30cbaad3416e00c8b63e1bd12195010e9d21117b72483befd624290e66e75", + "5ae5aa80808c973d22f05e47d8b7b7de6e7287506b7184e78fadf2a22c36d62a" ] } },