diff --git a/Cargo.lock b/Cargo.lock index 5bd8cbf..4ce2b5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,9 +621,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.142.1" +version = "0.142.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c3eedda441af51ca25caebb88837649a40e2a39b763344a53cfedd869740c71" +checksum = "2048574683e3847ecb360dd6ac603ba3c68331254a545eaf927f56f6aeeea205" dependencies = [ "either", "new_debug_unreachable", diff --git a/crates/does-it-throw-wasm/Cargo.toml b/crates/does-it-throw-wasm/Cargo.toml index 7af65af..f79e4ff 100644 --- a/crates/does-it-throw-wasm/Cargo.toml +++ b/crates/does-it-throw-wasm/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["cdylib"] [dependencies] does-it-throw = { path = "../does-it-throw", version = "0.3.0"} swc_common = "0.33" -swc_ecma_parser = "0.142.1" +swc_ecma_parser = "0.142.2" swc_ecma_ast = "0.111.1" swc_ecma_visit = "0.97.1" wasm-bindgen = {version = "0.2.90"} diff --git a/crates/does-it-throw/Cargo.toml b/crates/does-it-throw/Cargo.toml index 6c56973..bbf6ba3 100644 --- a/crates/does-it-throw/Cargo.toml +++ b/crates/does-it-throw/Cargo.toml @@ -12,6 +12,6 @@ bench = false [dependencies] swc_common = "0.33" -swc_ecma_parser = "0.142.1" +swc_ecma_parser = "0.142.2" swc_ecma_ast = "0.111.1" swc_ecma_visit = "0.97.1"