From 3e28d72905579ef10ff115bcde89ba26ce190b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 15:32:42 +0000 Subject: [PATCH] chore(deps)(deps): bump @ax-llm/ax from 16.1.12 to 17.0.2 Bumps [@ax-llm/ax](https://github.com/ax-llm/ax) from 16.1.12 to 17.0.2. - [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...17.0.2) --- updated-dependencies: - dependency-name: "@ax-llm/ax" dependency-version: 17.0.2 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..292d1a3 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": "^17.0.2" } }