diff --git a/package-lock.json b/package-lock.json index 8a6cb46f..331b6fea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "react-dom": "^17.0.2", "react-flatpickr": "^3.10.13", "react-ga": "^3.3.0", - "react-hook-form": "^7.18.1", + "react-hook-form": "^7.48.2", "react-icons": "^4.3.1", "react-query": "^3.39.2", "react-router-dom": "^5.3.0", @@ -13360,14 +13360,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.18.1", - "integrity": "sha512-T9Lv5nBnLzncEd2p87Bc0+LtNYS+ochURtyvw7Ln474xSGxoUjvVygXa3WPWTc/2lH1sw3VdGtSfNKC35vJd5A==", + "version": "7.48.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", + "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", + "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-icons": { @@ -27019,8 +27023,9 @@ "requires": {} }, "react-hook-form": { - "version": "7.18.1", - "integrity": "sha512-T9Lv5nBnLzncEd2p87Bc0+LtNYS+ochURtyvw7Ln474xSGxoUjvVygXa3WPWTc/2lH1sw3VdGtSfNKC35vJd5A==", + "version": "7.48.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", + "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", "requires": {} }, "react-icons": { diff --git a/package.json b/package.json index 8ca6914b..6bba5511 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "react-dom": "^17.0.2", "react-flatpickr": "^3.10.13", "react-ga": "^3.3.0", - "react-hook-form": "^7.18.1", + "react-hook-form": "^7.48.2", "react-icons": "^4.3.1", "react-query": "^3.39.2", "react-router-dom": "^5.3.0",