Skip to content

Commit 7af842b

Browse files
fix(deps): update swc monorepo (major) (#6243)
* fix(deps): update swc monorepo * Resolve audit for changed id --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
1 parent 529997c commit 7af842b

2 files changed

Lines changed: 31 additions & 26 deletions

File tree

rust/Cargo.lock

Lines changed: 28 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/parse_ast/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ edition = "2021"
88
[dependencies]
99
anyhow = "1.0.100"
1010
swc_atoms = "9.0.0"
11-
swc_compiler_base = "45.0.0"
11+
swc_compiler_base = "46.0.0"
1212
swc_config = "3.1.2"
1313
swc_common = { version = "18.0.1", features = ["parking_lot"] }
14-
swc_ecma_ast = "19.0.0"
15-
swc_ecma_parser = "32.0.0"
14+
swc_ecma_ast = "20.0.0"
15+
swc_ecma_parser = "33.0.0"
1616
parking_lot = "0.12.5"

0 commit comments

Comments
 (0)