From 41abc69d79925f6d34565d43ddebc6ba119f0d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:24:58 +0000 Subject: [PATCH] chore(deps): Bump @ast-grep/napi from 0.43.0 to 0.45.1 Bumps [@ast-grep/napi](https://github.com/ast-grep/ast-grep) from 0.43.0 to 0.45.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.45.1) --- updated-dependencies: - dependency-name: "@ast-grep/napi" dependency-version: 0.45.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/tinycode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tinycode/package.json b/packages/tinycode/package.json index ab10e147b..92114e188 100644 --- a/packages/tinycode/package.json +++ b/packages/tinycode/package.json @@ -175,6 +175,6 @@ "drizzle-orm": "catalog:" }, "optionalDependencies": { - "@ast-grep/napi": "0.43.0" + "@ast-grep/napi": "0.45.1" } }