bun: Update to version 1.1.36

This commit is contained in:
github-actions[bot] 2024-11-20 00:36:28 +00:00
parent f4df797d6b
commit 932ce9fafe

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.34", "version": "1.1.36",
"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.34/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.36/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.34/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.36/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"22d740bd1a04779399a3d3081052a3f7879ea6c8d5f3e55972ce2c0e73802b37", "5cd4407b733b2f2a4178d37df43cd2f9b540f6dfd12c62ae53c6757ebc0cfb2d",
"eca713a68baf25ee2ab557182ec0a579a5c42e26a525dc3f957ffd72d1e62ab0" "fd47551a001e998eb5161e61a3f64ccbabf46cf978782310bab75f1a71cbbd29"
] ]
} }
}, },