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