bun: Update to version 1.2.3

This commit is contained in:
github-actions[bot] 2025-02-22 08:28:35 +00:00
parent ecdde55b36
commit b3caf4ac33

View File

@ -1,5 +1,5 @@
{ {
"version": "1.2.2", "version": "1.2.3",
"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.2/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.2.3/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.2.2/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.2.3/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"433b60a262f71dbe76e1c9aedb5141ad9035a5d76f436fc8f2d911c7ed1099a3", "afe30cbaad3416e00c8b63e1bd12195010e9d21117b72483befd624290e66e75",
"6421bdd071a8eb2a66f05ce0ccea9665fef6b23de342f2eff243501ba609fe69" "5ae5aa80808c973d22f05e47d8b7b7de6e7287506b7184e78fadf2a22c36d62a"
] ]
} }
}, },