From 3fcc05eefe4ed77a3f2f3504dc7f1a5f1abbfaaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:14:09 +0000 Subject: [PATCH] chore(deps): bump swc_ecma_parser from 0.122.5 to 0.122.7 in /backend (#718) Bumps [swc_ecma_parser](https://github.com/swc-project/swc) from 0.122.5 to 0.122.7. - [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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 634734a4a9..bb5f05dc6d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3378,9 +3378,9 @@ checksum = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" [[package]] name = "string_enum" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f584cc881e9e5f1fd6bf827b0444aa94c30d8fe6378cf241071b5f5700b2871f" +checksum = "994453cd270ad0265796eb24abf5540091ed03e681c5f3c12bc33e4db33253e1" dependencies = [ "pmutil", "proc-macro2", @@ -3460,9 +3460,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.94.4" +version = "0.94.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f35e76f46d51a118ac4a5e08eb4df855a33f8ec764dbdffe7cbe5066e08d82a" +checksum = "dd2f6295690cbee3bee91287f8945cfcf928c6103f9dc03625f101f56ab5cac5" dependencies = [ "bitflags", "is-macro", @@ -3477,9 +3477,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.122.5" +version = "0.122.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d040a13b3c39514255d161345b2730c9fbf52f02ad579a0a68a05af039247b5" +checksum = "329461400909b1ea072cdef4c2ca1563129a8572be94af23d25f968a17a3e126" dependencies = [ "either", "enum_kind",