bun: Update to version 1.3.5

This commit is contained in:
github-actions[bot] 2025-12-17 20:31:21 +00:00
parent 2e0ea78811
commit 900bbce98e

View File

@ -1,5 +1,5 @@
{ {
"version": "1.3.4", "version": "1.3.5",
"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.3.4/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"2a9c0a9e6ad77d0c31fd8fb1f596b61afa7f2f2f580baad597f17e7a0dbad960", "922cffdd5143cd118c6ccec6a61dfcf5d69e0068b048ea00f0a0615016530082",
"4e1d253078173b84aea2b1501ef7e1d4b9eb5a44d86e62eb9ee6219a95e0d210" "bf447dcc3b06aba9b9706a9db46fcd65e06a4d47d31439922313825d06eb47ca"
] ]
} }
}, },