bun: Update to version 1.1.14

This commit is contained in:
github-actions[bot] 2024-06-19 08:28:58 +00:00
parent cc1cff54b7
commit d906cbcdde

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.13", "version": "1.1.14",
"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.13/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.14/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.13/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.14/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"ec6395efec249185d6cbd0c099881212531a62c2e7535e3c9be42d91bf8338cf", "3faa90b4370eaa607f265e2226e22ab3f6a5bfa55245075353f9b7604aab89ab",
"9d4f1fc59a6658f2dbcf1997073f00a1380f38f8715cb4a368373494883728f1" "2d4fc12acd6377444765fe9b4ffef8397b90d32bb5dceba87765748126bb9dd4"
] ]
} }
}, },