From cb8d4c2c367e41f8e06ae8516691340eea499966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:00:15 +0000 Subject: [PATCH] build(deps): bump swc_ecma_lexer from 22.0.1 to 22.0.2 Bumps [swc_ecma_lexer](https://github.com/swc-project/swc) from 22.0.1 to 22.0.2. - [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_lexer dependency-version: 22.0.2 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..456c754 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1629,9 +1629,9 @@ dependencies = [ [[package]] name = "swc_ecma_lexer" -version = "22.0.1" +version = "22.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9064696f5ac88823ca2ebf23414784e5ee77da5db3a2906d90dec0ccaab29e0" +checksum = "69ec39d3c46e3a76129ad5b7032d509240fb150cf1a2e8a57b368bfd5ec3f9cd" dependencies = [ "arrayvec", "bitflags",