bun: Update to version 1.1.21

This commit is contained in:
github-actions[bot] 2024-07-27 08:27:33 +00:00
parent ceca52a842
commit 6e4a547d85

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.20", "version": "1.1.21",
"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.20/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.21/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.20/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.21/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"d363e03f27ee660dcd322ad70969b87f0c3c2666f69585facd9fbaa031f6868e", "9fafb0cd4cdc3d2d1e932ea8a07fd2aeaf381ad37f64b530f10c4f4666a3c62e",
"1c98a57da9124d56f871a124846ba5031fa56187a0c7293f7e232f8babbde608" "c77bef47f0c501920fe14458efb6114508ba89d91707a8e811aaca0d9ac9688f"
] ]
} }
}, },