diff --git a/package-lock.json b/package-lock.json index ce54bea..270ac79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "openid-client": "5.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.43.9", + "react-hook-form": "7.52.0", "swr": "2.1.2", "zod": "^3.22.5" }, @@ -5008,9 +5008,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "version": "7.52.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", + "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", "engines": { "node": ">=12.22.0" }, @@ -5019,7 +5019,7 @@ "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index fc3f87b..6c01950 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "openid-client": "5.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.43.9", + "react-hook-form": "7.52.0", "swr": "2.1.2", "zod": "^3.22.5" }