From d87912a7e3075913a8e9db82f734ff8489a56878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:18:05 +0000 Subject: [PATCH] chore(deps): bump swc_ecma_parser from 0.142.1 to 0.142.2 Bumps [swc_ecma_parser](https://github.com/swc-project/swc) from 0.142.1 to 0.142.2. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits) --- updated-dependencies: - dependency-name: swc_ecma_parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/does-it-throw-wasm/Cargo.toml | 2 +- crates/does-it-throw/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"