From f6761d7fee45de4cd2b3ef4ef2fdacb8b5946665 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:42:15 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_parser to 17.0.3 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caa166d..76eb0a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1284,9 +1284,9 @@ dependencies = [ [[package]] name = "swc_ecma_lexer" -version = "17.0.3" +version = "17.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c284f6251b5e475549491d7e2b473b83f746e3c3ea49a02e87d9862c46563a" +checksum = "0a257fda06cb2aa3f6c0d0d13b534e3376d542d1d84b83c7eda95fbc0729844a" dependencies = [ "arrayvec", "ascii", @@ -1312,9 +1312,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "17.0.2" +version = "17.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3c0c2fc27655ed52958f39156af28407257c51c48551932d94a7e7bd973b2b1" +checksum = "e746147b3638778a3bc3665f933f62de2d2a5a7fb6b578cc2d6ef72c76bf0191" dependencies = [ "arrayvec", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index e655966..752691a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.74.0" -swc_ecma_parser = { version = "17.0.2", features = ["typescript"] } +swc_ecma_parser = { version = "17.0.3", features = ["typescript"] } swc_ecma_ast = "13.0.0" # biome_js_parser = "0.5.6"