diff --git a/app/package-lock.json b/app/package-lock.json index 39f03a7e3..7997ea219 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -61,7 +61,7 @@ "react-circle-flags": "^0.0.20", "react-dom": "18.2.0", "react-email": "^2.1.4", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.52.0", "react-i18next": "^14.0.5", "react-icons": "^5.1.0", "react-intersection-observer": "^9.8.2", @@ -23967,9 +23967,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", - "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", + "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" }, @@ -23978,7 +23978,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-i18next": { diff --git a/app/package.json b/app/package.json index 0236291ef..42aac3607 100644 --- a/app/package.json +++ b/app/package.json @@ -82,7 +82,7 @@ "react-circle-flags": "^0.0.20", "react-dom": "18.2.0", "react-email": "^2.1.4", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.52.0", "react-i18next": "^14.0.5", "react-icons": "^5.1.0", "react-intersection-observer": "^9.8.2",