Skip to content

Commit

Permalink
Bump swc_core from 10.0.1 to 10.7.0 (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 357d12d commit 2827ce6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.23.3"
swc_core = { version = "10.0.1", features = [
swc_core = { version = "10.7.0", features = [
"common_sourcemap",
"ecma_ast",
"ecma_parser",
Expand Down
16 changes: 8 additions & 8 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ version = "0.5.9"
criteria = "safe-to-deploy"

[[exemptions.hstr]]
version = "0.2.15"
version = "0.2.17"
criteria = "safe-to-deploy"

[[exemptions.iana-time-zone]]
Expand Down Expand Up @@ -572,31 +572,31 @@ version = "2.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_atoms]]
version = "3.0.2"
version = "3.0.4"
criteria = "safe-to-deploy"

[[exemptions.swc_common]]
version = "5.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_core]]
version = "10.0.1"
version = "10.7.0"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_ast]]
version = "5.0.1"
version = "5.0.3"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_parser]]
version = "6.0.1"
version = "6.0.2"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_transforms_base]]
version = "7.0.0"
version = "7.1.1"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_utils]]
version = "7.0.0"
version = "7.0.4"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_visit]]
Expand All @@ -612,7 +612,7 @@ version = "1.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_parallel]]
version = "1.0.1"
version = "1.2.0"
criteria = "safe-to-deploy"

[[exemptions.swc_visit]]
Expand Down

0 comments on commit 2827ce6

Please sign in to comment.