diff --git a/package-lock.json b/package-lock.json index f5ee0dd..3101dfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react": "^18", "react-cookie": "^7.1.4", "react-dom": "^18", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.53.1", "react-i18next": "^14.1.2", "react-redux": "^9.1.2", "redux-mock-store": "^1.5.4", @@ -9300,12 +9300,12 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", - "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", + "version": "7.53.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", + "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==", "license": "MIT", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index d6fcec1..5d5973c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react": "^18", "react-cookie": "^7.1.4", "react-dom": "^18", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.53.1", "react-i18next": "^14.1.2", "react-redux": "^9.1.2", "redux-mock-store": "^1.5.4",