bun: Update to version 1.1.39

This commit is contained in:
github-actions[bot] 2024-12-17 16:31:47 +00:00
parent 40732bc418
commit 64b307660e

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.38", "version": "1.1.39",
"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.38/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.39/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.38/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.39/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"52d6c588237c5a1071839dc20dc96f19ca9f8021b7757fa096d22927b0a44a8b", "d7d919fea0a6ddb6178974a1e81b66d3e6ffe214e6a0ed754ccdf6404a7f1509",
"27b4bcd308c62e3b5c620eb57bb9b3113335131682495c9afc5608604e922beb" "2bae3278c83eb74fb7cfee61db8f25ad7f7f209e34c29fdaade39e440ecd9ccb"
] ]
} }
}, },