bun: Update to version 1.1.9

This commit is contained in:
github-actions[bot] 2024-05-22 04:28:22 +00:00
parent 6b0f4facab
commit 1ecf5fe8cb

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.8", "version": "1.1.9",
"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.8/bun-windows-x64.zip", "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.8/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.9/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"6bb38cd3c8138659621bd8eba07dd27a8e15621ba9dd300810335b1b66852736", "b78081dc0d1b8360132665fbf42d2357dd11a149f15b2c87b76d72b58edccd69",
"dec76d4966041ac50298c7118a850340917dec7dbbdccbcb2b01505e008d2d48" "20fcd9e8610e902ebaace91c0164412755ab6e74847889fef50cd9a99f57fb4b"
] ]
} }
}, },