diff --git a/package-lock.json b/package-lock.json index b3aed7d..d772b0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-full-screen": "^1.1.1", - "react-hook-form": "^6.15.8", + "react-hook-form": "^7.43.3", "react-json-view": "^1.21.3", "react-router-dom": "^6.3.0", "react-use": "^17.4.0" @@ -4897,11 +4897,18 @@ } }, "node_modules/react-hook-form": { - "version": "6.15.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.8.tgz", - "integrity": "sha512-prq82ofMbnRyj5wqDe8hsTRcdR25jQ+B8KtCS7BLCzjFHAwNuCjRwzPuP4eYLsEBjEIeYd6try+pdLdw0kPkpg==", + "version": "7.43.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.3.tgz", + "integrity": "sha512-LV6Fixh+hirrl6dXbM78aB6n//82aKbsNbcofF3wc6nx1UJLu3Jj/gsg1E5C9iISnLX+du8VTUyBUz2aCy+H7w==", + "engines": { + "node": ">=12.22.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, "peerDependencies": { - "react": "^16.8.0 || ^17" + "react": "^16.8.0 || ^17 || ^18" } }, "node_modules/react-is": { @@ -9564,9 +9571,9 @@ } }, "react-hook-form": { - "version": "6.15.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.8.tgz", - "integrity": "sha512-prq82ofMbnRyj5wqDe8hsTRcdR25jQ+B8KtCS7BLCzjFHAwNuCjRwzPuP4eYLsEBjEIeYd6try+pdLdw0kPkpg==", + "version": "7.43.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.3.tgz", + "integrity": "sha512-LV6Fixh+hirrl6dXbM78aB6n//82aKbsNbcofF3wc6nx1UJLu3Jj/gsg1E5C9iISnLX+du8VTUyBUz2aCy+H7w==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 8217c18..26d7b04 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-full-screen": "^1.1.1", - "react-hook-form": "^6.15.8", + "react-hook-form": "^7.43.3", "react-json-view": "^1.21.3", "react-router-dom": "^6.3.0", "react-use": "^17.4.0"