From 2f4cc2977803bbf75fecd8f7982f94bf044b938d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 19:18:23 +0000 Subject: [PATCH] chore(deps)(deps): bump @hookform/resolvers from 5.2.1 to 5.2.2 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a65067d..d5e39b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@copilotkit/runtime": "^1.10.6", "@copilotkit/runtime-client-gql": "^1.10.6", "@copilotkit/shared": "^1.10.6", - "@hookform/resolvers": "^5.2.1", + "@hookform/resolvers": "^5.2.2", "@modelcontextprotocol/sdk": "^1.23.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.10", @@ -3942,9 +3942,9 @@ } }, "node_modules/@hookform/resolvers": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.2.1.tgz", - "integrity": "sha512-u0+6X58gkjMcxur1wRWokA7XsiiBJ6aK17aPZxhkoYiK5J+HcTx0Vhu9ovXe6H+dVpO6cjrn2FkJTryXEMlryQ==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.2.2.tgz", + "integrity": "sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA==", "license": "MIT", "dependencies": { "@standard-schema/utils": "^0.3.0" diff --git a/package.json b/package.json index d92260a..dd447fd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@copilotkit/runtime": "^1.10.6", "@copilotkit/runtime-client-gql": "^1.10.6", "@copilotkit/shared": "^1.10.6", - "@hookform/resolvers": "^5.2.1", + "@hookform/resolvers": "^5.2.2", "@modelcontextprotocol/sdk": "^1.23.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.10",