diff --git a/Cargo.lock b/Cargo.lock index ede3362..de40288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,9 +521,9 @@ dependencies = [ [[package]] name = "sourcemap" -version = "8.0.1" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "208d40b9e8cad9f93613778ea295ed8f3c2b1824217c6cfc7219d3f6f45b96d4" +checksum = "dab08a862c70980b8e23698b507e272317ae52a608a164a844111f5372374f1f" dependencies = [ "base64-simd", "bitvec", @@ -602,9 +602,9 @@ dependencies = [ [[package]] name = "swc_common" -version = "0.36.2" +version = "0.37.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1802b1642488aec58597dc55ea88992c165660d6e44e9838d4d93f7b78ab95f3" +checksum = "c4d6c716bb706926e22edc992565c98a8f00c0cfa983e97f525f473f9ce2f93f" dependencies = [ "ast_node", "better_scoped_tls", @@ -629,9 +629,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.117.4" +version = "0.118.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5da2f0310e8cd84b8c803095e75b2cbca872c71fc7f7404d4c9c8117d894960" +checksum = "d28b2b3ac8af922e693ee784881b2a32ca4604e1088072b66116003c225a44d9" dependencies = [ "bitflags", "is-macro", @@ -646,9 +646,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.148.1" +version = "0.149.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8204235f635274dba4adc30c47ac896fd126ddfc53b27210676722423cbb2e7" +checksum = "7c7a81df222f44212c72fec4879c0d182c6eac66fb0e180afd05e8be6d920663" dependencies = [ "either", "new_debug_unreachable", diff --git a/rs-lib/Cargo.toml b/rs-lib/Cargo.toml index 860e6ea..c9e8d9f 100644 --- a/rs-lib/Cargo.toml +++ b/rs-lib/Cargo.toml @@ -20,9 +20,9 @@ bumpalo = { version = "3.16.0", optional = true, features = ["collections", "all num-bigint = "0.4" rustc-hash = "1.1.0" swc_atoms = "0.6.7" -swc_common = "0.36.2" -swc_ecma_ast = "0.117.4" -swc_ecma_parser = "0.148.1" +swc_common = "0.37.0" +swc_ecma_ast = "0.118.0" +swc_ecma_parser = "0.149.0" text_lines = "0.6.0" [dev-dependencies]