From c1f35325f7c6bde62d36dc319208e17d228b5fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 16:32:48 +0000 Subject: [PATCH] chore(deps)(deps): bump @ax-llm/ax from 16.1.12 to 20.0.0 Bumps [@ax-llm/ax](https://github.com/ax-llm/ax) from 16.1.12 to 20.0.0. - [Release notes](https://github.com/ax-llm/ax/releases) - [Changelog](https://github.com/ax-llm/ax/blob/main/CHANGELOG.md) - [Commits](https://github.com/ax-llm/ax/compare/16.1.12...20.0.0) --- updated-dependencies: - dependency-name: "@ax-llm/ax" dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ax-signatures/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ax-signatures/package.json b/packages/ax-signatures/package.json index e206893..443ddf9 100644 --- a/packages/ax-signatures/package.json +++ b/packages/ax-signatures/package.json @@ -12,6 +12,6 @@ "test": "bun test" }, "dependencies": { - "@ax-llm/ax": "^16.0.10" + "@ax-llm/ax": "^20.0.0" } }