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