From d085b7d81f9e6874b13ae8597574d51f1e2eb803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:38:13 +0000 Subject: [PATCH] chore(deps): bump @asteasolutions/zod-to-openapi Bumps the packages-deps group with 1 update in the /packages/protocol directory: [@asteasolutions/zod-to-openapi](https://github.com/asteasolutions/zod-to-openapi). Updates `@asteasolutions/zod-to-openapi` from 8.5.0 to 9.1.0 - [Release notes](https://github.com/asteasolutions/zod-to-openapi/releases) - [Commits](https://github.com/asteasolutions/zod-to-openapi/compare/v8.5.0...v9.1.0) --- updated-dependencies: - dependency-name: "@asteasolutions/zod-to-openapi" dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: packages-deps ... Signed-off-by: dependabot[bot] --- packages/protocol/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 8c8c30e..28d5f80 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -29,7 +29,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@asteasolutions/zod-to-openapi": "^8.5.0", + "@asteasolutions/zod-to-openapi": "^9.1.0", "zod": "^4.4.3" } }