Update swc to fix minifier issue (#30540)

Co-authored-by: kdy1 <kdy1@users.noreply.github.com>
This commit is contained in:
Donny/강동윤 2021-10-28 20:59:45 +09:00 committed by GitHub
parent 39fcb8d338
commit 387d6564ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 2 deletions

View file

@ -1831,9 +1831,9 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.46.6"
version = "0.46.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4faf032e357d223d5b9ff3f265979c183719e40722cfb064a65f6381e813a135"
checksum = "352c358c3600520fd9d7f97523a3fed0e802219853d15acefbd2d0a7b5caaa66"
dependencies = [
"ahash",
"indexmap",