diff --git a/package-lock.json b/package-lock.json index 47a5fb1..7d23ca5 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.41.5", "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.41.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.5.tgz", + "integrity": "sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==", + "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.41.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.5.tgz", + "integrity": "sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 3912e00..2a2c5bd 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.41.5", "react-json-view": "^1.21.3", "react-router-dom": "^6.3.0", "react-use": "^17.4.0"