diff --git a/bucket/bun.json b/bucket/bun.json index e003e8bf49..a8a7be75af 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "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.3.0/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64-baseline.zip" ], "hash": [ - "e725d673e2a286b46874f0c65acfeec3259849eed97ca163ca6c987453baa8ad", - "27b686dd83121b9331dfe340abe0f940740d1c5f713aeff9be8dbdcf98c157f8" + "f6619e31752e1259c1d2090ec3ea16366fa5a8eb49b78ed187cd05930c38be55", + "eda1a3a55a17e40eeda4fd08d82b6a0db0bddc660cd35bc7d67525cd38c35063" ] } },