From 794f172ec415865dfe7b15eeca4850057d941632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 16:32:51 +0000 Subject: [PATCH] chore(deps)(deps): bump @ax-llm/ax from 16.1.12 to 20.0.1 Bumps [@ax-llm/ax](https://github.com/ax-llm/ax) from 16.1.12 to 20.0.1. - [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.1) --- updated-dependencies: - dependency-name: "@ax-llm/ax" dependency-version: 20.0.1 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..0959e99 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.1" } }