From 8f4620b77b5b7dceb252c84bcdf904217787b9ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:40:16 +0000 Subject: [PATCH] swc: Update to version 1.15.3 --- bucket/swc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/swc.json b/bucket/swc.json index 06099636d5..2993b06de3 100644 --- a/bucket/swc.json +++ b/bucket/swc.json @@ -1,20 +1,20 @@ { - "version": "1.15.2", + "version": "1.15.3", "description": "A super-fast TypeScript / JavaScript compiler written in Rust", "homepage": "https://swc.rs", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-x64-msvc.exe#/swc.exe", - "hash": "0af8e586638b326d6ef593b3ad58208028b45077cdbbe8ee2f84201502d3b0fd" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.3/swc-win32-x64-msvc.exe#/swc.exe", + "hash": "b4e041e3626fe8e3064a8235c0d0164574195fce19ccb899ed969eac0f76fc1f" }, "32bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-ia32-msvc.exe#/swc.exe", - "hash": "9ad90ab9ecd1556b76881697d9f3e40b70249801c3ac7b5bff63d21cb63bb4cc" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.3/swc-win32-ia32-msvc.exe#/swc.exe", + "hash": "fe0f473fa806648405d4118713bc72c6a2bf18d639ab2b32199e82386d3ed70b" }, "arm64": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-arm64-msvc.exe#/swc.exe", - "hash": "fa2b3259ee0aab874cb925f67b93aea2a713150157757daaadaa637f4ec8c4fa" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.3/swc-win32-arm64-msvc.exe#/swc.exe", + "hash": "82689c781ae9a284964c06c4ec7cdb6219ad4a8f1ee5c37230698fed11a91314" } }, "bin": "swc.exe",