From 1f5251b8410f5a698500989b825c77839723cc6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 05:51:23 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_parser to 24.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f455c2..755a80c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.92.0" -swc_ecma_parser = { version = "24.0.1", features = ["typescript"] } +swc_ecma_parser = { version = "24.0.2", features = ["typescript"] } swc_ecma_ast = "15.0.0" # biome_js_parser = "0.5.6"