bun: Update to version 1.1.24

This commit is contained in:
github-actions[bot] 2024-08-14 12:34:29 +00:00
parent cff494a9ac
commit d005c3ff3b

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.23", "version": "1.1.24",
"description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.",
"homepage": "https://bun.sh/", "homepage": "https://bun.sh/",
"license": "MIT", "license": "MIT",
@ -9,12 +9,12 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.23/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.24/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.23/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.24/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"15efbaa73ac47dcddf291b61de388485ce8e83034a591c660ccc045b309b493d", "1dfbfd31151ca995932b8e8c293bf7d1294a837dcc451206284526aa6b938864",
"858a36bf57adda02d8c0f6ba779c3f788d55c66ad4c10c390e4b3f418a993088" "288c1fc1e2a6fb0bcf296bdb5e168e1d6df752cdc091ba84c8a51e20fc8488da"
] ]
} }
}, },