diff --git a/package-lock.json b/package-lock.json index 6a0ab8c..ae45023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "openid-client": "5.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.43.0", + "react-hook-form": "7.43.4", "swr": "2.0.3", "zod": "3.20.2" }, @@ -4952,9 +4952,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", - "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "version": "7.43.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.4.tgz", + "integrity": "sha512-JZp05wvmuV8qr3NNDWwyhiQL05sh9E8x/2NoWtkdiyyiezmwOr5pKexlvbCEfBMa7ZYrvzk88G/uhLl47T9b7Q==", "engines": { "node": ">=12.22.0" }, @@ -9310,9 +9310,9 @@ } }, "react-hook-form": { - "version": "7.43.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", - "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "version": "7.43.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.4.tgz", + "integrity": "sha512-JZp05wvmuV8qr3NNDWwyhiQL05sh9E8x/2NoWtkdiyyiezmwOr5pKexlvbCEfBMa7ZYrvzk88G/uhLl47T9b7Q==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index c5576bd..40852c7 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "openid-client": "5.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.43.0", + "react-hook-form": "7.43.4", "swr": "2.0.3", "zod": "3.20.2" }