Donny/강동윤 2022-01-20 00:57:39 +09:00 committed by GitHub
parent e5dee17f77
commit 3574b91b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1594,9 +1594,9 @@ dependencies = [
[[package]] [[package]]
name = "swc" name = "swc"
version = "0.116.6" version = "0.116.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb967c27c5b9945c3aebf86190a4badd704a27d053fc165803729d26cdfe90a1" checksum = "9c069c09acb27c7f5703b27b4e68161a68ed747931f3d8c535807a7c14c32a32"
dependencies = [ dependencies = [
"ahash", "ahash",
"anyhow", "anyhow",
@ -1896,9 +1896,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
version = "0.70.5" version = "0.70.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcd1d472d08b9d43dc8bc68b4081581fe96917812a0dd4c0c27ea189d16bd0ab" checksum = "228f62e02974315e7f7d810fc01e0b3bc98aa497fa655e659dc50c24fce26ddf"
dependencies = [ dependencies = [
"ahash", "ahash",
"indexmap", "indexmap",
@ -2212,9 +2212,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_visit" name = "swc_ecma_visit"
version = "0.51.0" version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95cf6f39cd1c3682885125955e881bec872e0c1743eb1a31735da69b894f065e" checksum = "32aa4c53401d1390aa45043e0a69d52e1a04ef45845e19b55c484462e6dcd048"
dependencies = [ dependencies = [
"num-bigint", "num-bigint",
"swc_atoms", "swc_atoms",
@ -2226,9 +2226,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecmascript" name = "swc_ecmascript"
version = "0.110.9" version = "0.110.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "642f0519f5c292cbce4e339cca507745ae4d1e81b058eb820806babde66ae03a" checksum = "427383f49e3adb434e5ddc2a9888eb578c7549607a62180bf70b8c573659761a"
dependencies = [ dependencies = [
"swc_ecma_ast", "swc_ecma_ast",
"swc_ecma_codegen", "swc_ecma_codegen",