diff --git a/package.json b/package.json index 5303054..9746073 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@ai-sdk/groq": "^1.2.5", "@ai-sdk/openai": "latest", "@descope/nextjs-sdk": "^0.11.2", - "@hookform/resolvers": "^3.9.1", + "@hookform/resolvers": "^5.0.0", "@modelcontextprotocol/sdk": "^1.7.0", "@neondatabase/serverless": "^1.0.0", "@radix-ui/react-accordion": "^1.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 13e4e1a..21fc366 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ dependencies: specifier: ^0.11.2 version: 0.11.6(@reduxjs/toolkit@2.11.2)(@types/react@19.1.0)(immer@10.2.0)(next@16.2.6)(react@19.1.0)(redux-thunk@3.1.0)(redux@5.0.1) '@hookform/resolvers': - specifier: ^3.9.1 - version: 3.10.0(react-hook-form@7.55.0) + specifier: ^5.0.0 + version: 5.4.0(react-hook-form@7.55.0) '@modelcontextprotocol/sdk': specifier: ^1.7.0 version: 1.26.0(zod@3.24.2) @@ -1154,11 +1154,12 @@ packages: hono: 4.11.7 dev: false - /@hookform/resolvers@3.10.0(react-hook-form@7.55.0): - resolution: {integrity: sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag==} + /@hookform/resolvers@5.4.0(react-hook-form@7.55.0): + resolution: {integrity: sha512-EIsqr/t/qbinPIhGjMdtvutIN1Kk4uwbROE9/UQ93CAVGR7GkA7Y92+fX80OzXi/OB67jVFYwKGO1WzkxmkFZw==} peerDependencies: - react-hook-form: ^7.0.0 + react-hook-form: ^7.55.0 dependencies: + '@standard-schema/utils': 0.3.0 react-hook-form: 7.55.0(react@19.1.0) dev: false diff --git a/yarn.lock b/yarn.lock index ebd9d28..db8a781 100644 --- a/yarn.lock +++ b/yarn.lock @@ -581,10 +581,12 @@ resolved "https://registry.yarnpkg.com/@hono/node-server/-/node-server-1.19.9.tgz#8f37119b1acf283fd3f6035f3d1356fdb97a09ac" integrity sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw== -"@hookform/resolvers@^3.9.1": - version "3.10.0" - resolved "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.10.0.tgz" - integrity sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag== +"@hookform/resolvers@^5.0.0": + version "5.4.0" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-5.4.0.tgz#89ff709a08576766fbef849e5ec60e549a888006" + integrity sha512-EIsqr/t/qbinPIhGjMdtvutIN1Kk4uwbROE9/UQ93CAVGR7GkA7Y92+fX80OzXi/OB67jVFYwKGO1WzkxmkFZw== + dependencies: + "@standard-schema/utils" "^0.3.0" "@img/colour@^1.0.0": version "1.1.0" @@ -1574,6 +1576,11 @@ resolved "https://registry.yarnpkg.com/@segment/isodate/-/isodate-1.0.3.tgz#f44e8202d5edd277ce822785239474b2c9411d4a" integrity sha512-BtanDuvJqnACFkeeYje7pWULVv8RgZaqKHWwGFnL/g/TH/CcZjkIVTfGDp/MAxmilYHUkrX70SqwnYSTNEaN7A== +"@standard-schema/utils@^0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@standard-schema/utils/-/utils-0.3.0.tgz#3d5e608f16c2390c10528e98e59aef6bf73cae7b" + integrity sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g== + "@swc/helpers@0.5.15": version "0.5.15" resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.15.tgz#79efab344c5819ecf83a43f3f9f811fc84b516d7"