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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-10-10 20:14:09 +00:00
committed by GitHub
parent 56322d4863
commit 3fcc05eefe

12
backend/Cargo.lock generated
View File

@@ -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",