From e5ca39ac90374583df2629de6a0b163ff3eecc26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:00:58 +0000 Subject: [PATCH] build(deps): bump swc_ecma_utils from 19.0.0 to 19.0.1 Bumps [swc_ecma_utils](https://github.com/swc-project/swc) from 19.0.0 to 19.0.1. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md) - [Commits](https://github.com/swc-project/swc/commits) --- updated-dependencies: - dependency-name: swc_ecma_utils dependency-version: 19.0.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 729a00c..3d97cd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1729,9 +1729,9 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "19.0.0" +version = "19.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b34cc429270ae5d908574f3cf531fcb9dc52d43f689c5e8ca9598ebc117a32" +checksum = "8bcade4287d4cb7636e47462b423eb6914b0b24e0baf8b4a457e5447fd9a8521" dependencies = [ "indexmap", "num_cpus",