bun: Update to version 1.2.13

This commit is contained in:
github-actions[bot] 2025-05-10 16:29:31 +00:00
parent 8ce3f1f0c2
commit 37b5dead52

View File

@ -1,5 +1,5 @@
{ {
"version": "1.2.12", "version": "1.2.13",
"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.2.12/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"2a272fbbdd1d5f8ada819d9113a624e33257e6c23ef5cdf632c38856cb5d6676", "4401d9c51168d92563bffe5c249a8b38c05b08a6b88c52ff6b40fdd59071ac7c",
"b598f021838227360f8136019c2680ac2d75268699474fde8f2c1671c7e6545c" "99ea9c3b2239ce1684228aee2557a9006bae240690cfa17013214c62f0174225"
] ]
} }
}, },