diff --git a/Cargo.toml b/Cargo.toml index cc62d3c..bc2f754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ strip = "symbols" [dependencies] serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" -swc_core = { version = "0.95.2", features = ["ecma_plugin_transform"] } +swc_core = { version = "0.96.4", features = ["ecma_plugin_transform"] } swc_ecma_ast = "0.115.0" swc_ecma_visit = "0.101.0" swc_plugin_macro = "0.9.16"