From c73cb838e2f8438c1d72ae077b709be5137f6e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:08:59 +0300 Subject: [PATCH] :arrow_up: build(deps): bump minify-js from 0.5.6 to 0.6.0 (#479) Bumps [minify-js](https://github.com/wilsonzlin/minify-js) from 0.5.6 to 0.6.0. - [Commits](https://github.com/wilsonzlin/minify-js/compare/v0.5.6...v0.6.0) --- updated-dependencies: - dependency-name: minify-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: neon_arch --- Cargo.lock | 9 +++++---- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e69f94f..fb31fc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2029,10 +2029,11 @@ dependencies = [ [[package]] name = "minify-js" -version = "0.5.6" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d6c512a82abddbbc13b70609cb2beff01be2c7afff534d6e5e1c85e438fc8b" +checksum = "b1fa5546ee8bd66024113e506cabe4230e76635a094c06ea2051b66021dda92e" dependencies = [ + "aho-corasick 0.7.20", "lazy_static", "parse-js", ] @@ -2329,9 +2330,9 @@ dependencies = [ [[package]] name = "parse-js" -version = "0.17.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ec3b11d443640ec35165ee8f6f0559f1c6f41878d70330fe9187012b5935f02" +checksum = "2742b5e32dcb5930447ed9f9e401a7dfd883867fc079c4fac44ae8ba3593710e" dependencies = [ "aho-corasick 0.7.20", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index a6da88b..7e11c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ tempfile = {version="3.8.0", default-features=false} [build-dependencies] lightningcss = {version="1.0.0-alpha.50", default-features=false, features=["grid"]} -minify-js = {version="0.5.6", default-features=false} +minify-js = {version="0.6.0", default-features=false} [profile.dev] opt-level = 0