From 52d157801acd8e3809e404da5388cc58f888e826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 19:50:26 +0000 Subject: [PATCH] chore(deps): bump swc_ecma_parser from 0.118.3 to 0.118.6 in /backend (#537) Bumps [swc_ecma_parser](https://github.com/swc-project/swc) from 0.118.3 to 0.118.6. - [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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 0cbb1d9ff0..fee0d354ae 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3477,9 +3477,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.118.3" +version = "0.118.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a2979c92eb41ce535a40844af70f0e89aed9093485c51563907d0c4c07cd17c" +checksum = "86ef0546224a61a81e02df3e04a9ccc581ae03e73aa615a3282bdbedeb48baeb" dependencies = [ "either", "enum_kind",