From e98b3c543072c8184bf7ef0899a6ce677fb432bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:20:42 +0000 Subject: [PATCH] chore(deps-dev): bump @ast-grep/cli from 0.43.0 to 0.44.1 Bumps [@ast-grep/cli](https://github.com/ast-grep/ast-grep) from 0.43.0 to 0.44.1. - [Release notes](https://github.com/ast-grep/ast-grep/releases) - [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md) - [Commits](https://github.com/ast-grep/ast-grep/compare/0.43.0...0.44.1) --- updated-dependencies: - dependency-name: "@ast-grep/cli" dependency-version: 0.44.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff79418..12e83e6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "bun": "1.3.14" }, "devDependencies": { - "@ast-grep/cli": "^0.43.0", + "@ast-grep/cli": "^0.44.1", "@axe-core/playwright": "^4.11.3", "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2", "@eslint/js": "10.0.1",