diff --git a/package-lock.json b/package-lock.json index edb56bb7..09bf0f87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^4.0.13", - "react-hook-form": "^7.43.5", + "react-hook-form": "^7.71.2", "react-i18next": "^12.2.0", "react-imask": "~6.6.1", "react-router-dom": "^6.30.3", @@ -11703,11 +11703,12 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", - "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", + "version": "7.71.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.2.tgz", + "integrity": "sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==", + "license": "MIT", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 09d5024a..6a7c2c2a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^4.0.13", - "react-hook-form": "^7.43.5", + "react-hook-form": "^7.71.2", "react-i18next": "^12.2.0", "react-imask": "~6.6.1", "react-router-dom": "^6.30.3",