diff --git a/package-lock.json b/package-lock.json index 47a5fb1..ac67382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-full-screen": "^1.1.1", - "react-hook-form": "^6.11.0", + "react-hook-form": "^7.40.0", "react-json-view": "^1.21.3", "react-router-dom": "^6.3.0", "react-use": "^17.4.0" @@ -2394,10 +2394,18 @@ } }, "node_modules/react-hook-form": { - "version": "6.15.8", - "license": "MIT", + "version": "7.40.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz", + "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==", + "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": { @@ -4612,7 +4620,9 @@ } }, "react-hook-form": { - "version": "6.15.8", + "version": "7.40.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz", + "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 3912e00..7c45c71 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-full-screen": "^1.1.1", - "react-hook-form": "^6.11.0", + "react-hook-form": "^7.40.0", "react-json-view": "^1.21.3", "react-router-dom": "^6.3.0", "react-use": "^17.4.0"