diff --git a/bucket/bun.json b/bucket/bun.json index 1865228874..068de49e1d 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.1.3", + "version": "1.1.4", "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.3/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.1.3/bun-windows-x64-baseline.zip" + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.4/bun-windows-x64.zip", + "https://github.com/oven-sh/bun/releases/download/bun-v1.1.4/bun-windows-x64-baseline.zip" ], "hash": [ - "fb809dabf726e3c9102330d32ec7a5091a4998e489990245cd21cc12a1b049ca", - "243894ded4b76b37ad55f44e184b4c2ab5fac1b2ad53284686a2190340c5692f" + "c743bebf2cb832545d53429aa971b3f806fc48af61a88a8c0a3c7c8dd36a0d00", + "11d2d5fc74e012920d52bfbf956d66600a46b53583a3e0a2ed8011bba870935b" ] } },