diff --git a/package-lock.json b/package-lock.json index 5b558e7..1d2ed54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "react-form-with-constraints": "^0.16.0", "react-form-with-constraints-bootstrap4": "^0.16.0", "react-google-maps": "^9.4.5", - "react-hook-form": "^7.0.0", + "react-hook-form": "^7.43.9", "react-i18next": "^11.8.12", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", @@ -15890,9 +15890,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.0.0.tgz", - "integrity": "sha512-cXoKnNnQe5IxieesTu+enDS7Jfh8lyX8mSMwzNvC4L0k6R6yQ2F8rIhvBbzlFOGSoeEnsR64dvMZ1izWRCAw6A==" + "version": "7.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "engines": { + "node": ">=12.22.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18" + } }, "node_modules/react-i18next": { "version": "11.8.12", @@ -34452,9 +34462,10 @@ } }, "react-hook-form": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.0.0.tgz", - "integrity": "sha512-cXoKnNnQe5IxieesTu+enDS7Jfh8lyX8mSMwzNvC4L0k6R6yQ2F8rIhvBbzlFOGSoeEnsR64dvMZ1izWRCAw6A==" + "version": "7.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "requires": {} }, "react-i18next": { "version": "11.8.12", diff --git a/package.json b/package.json index f1b6b48..521a7a7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-form-with-constraints": "^0.16.0", "react-form-with-constraints-bootstrap4": "^0.16.0", "react-google-maps": "^9.4.5", - "react-hook-form": "^7.0.0", + "react-hook-form": "^7.43.9", "react-i18next": "^11.8.12", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3",