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",