bun: Update to version 1.1.10

This commit is contained in:
github-actions[bot] 2024-05-25 04:26:51 +00:00
parent 23d20268e9
commit 8bd97d2acb

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.9", "version": "1.1.10",
"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.9/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.10/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.9/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.10/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"b78081dc0d1b8360132665fbf42d2357dd11a149f15b2c87b76d72b58edccd69", "e384e39c16820aef91b1f4acaf171a2abcc17ea52ac45bc6edcccc25f3939cb2",
"20fcd9e8610e902ebaace91c0164412755ab6e74847889fef50cd9a99f57fb4b" "9278266a805cdd62e3b364198b269135c15e813189d7d69fad2174a9a50dd366"
] ]
} }
}, },