From fbe32dbf7b7a6d92d9a9a26d529b54d06336d7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:38:16 +0000 Subject: [PATCH] chore(deps): bump @asteasolutions/zod-to-openapi from 8.5.0 to 9.1.0 Bumps [@asteasolutions/zod-to-openapi](https://github.com/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 ... 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" } }