diff --git a/bucket/bun.json b/bucket/bun.json index 307fb70c55..1865228874 100644 --- a/bucket/bun.json +++ b/bucket/bun.json @@ -1,5 +1,5 @@ { - "version": "1.1.2", + "version": "1.1.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.1.2/bun-windows-x64.zip", - "https://github.com/oven-sh/bun/releases/download/bun-v1.1.2/bun-windows-x64-baseline.zip" + "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" ], "hash": [ - "1c3c11fcb75ab990f58b02c59cd31c7f682a0a30dd6ff1737de6ca73efda3781", - "c82aec4408bcbfeb0d51283bf67acb873e9e9eba9729a0b06873a324bbb00539" + "fb809dabf726e3c9102330d32ec7a5091a4998e489990245cd21cc12a1b049ca", + "243894ded4b76b37ad55f44e184b4c2ab5fac1b2ad53284686a2190340c5692f" ] } },