diff --git a/apps/hash-frontend/package.json b/apps/hash-frontend/package.json index 67ed37bd924..a92ff1ce97b 100644 --- a/apps/hash-frontend/package.json +++ b/apps/hash-frontend/package.json @@ -103,7 +103,7 @@ "react-dom": "18.2.0", "react-dropzone": "14.2.10", "react-full-screen": "1.1.1", - "react-hook-form": "7.53.0", + "react-hook-form": "7.53.1", "react-markdown": "9.0.1", "react-responsive-carousel": "3.2.23", "react-transition-group": "4.4.5", diff --git a/blocks/chart/package.json b/blocks/chart/package.json index 2a88c9a39bc..ac027de3ce0 100644 --- a/blocks/chart/package.json +++ b/blocks/chart/package.json @@ -33,7 +33,7 @@ "@mui/material": "5.16.7", "echarts": "5.5.1", "lodash.debounce": "4.0.8", - "react-hook-form": "7.53.0" + "react-hook-form": "7.53.1" }, "devDependencies": { "@emotion/react": "11.13.3", diff --git a/libs/@hashintel/query-editor/package.json b/libs/@hashintel/query-editor/package.json index 30a4270b0e0..e4f8f80b198 100644 --- a/libs/@hashintel/query-editor/package.json +++ b/libs/@hashintel/query-editor/package.json @@ -33,7 +33,7 @@ "@mui/system": "5.16.7", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.53.0", + "react-hook-form": "7.53.1", "typescript": "5.6.3" }, "peerDependencies": { @@ -41,6 +41,6 @@ "@mui/system": "^5.14.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-hook-form": "7.53.0" + "react-hook-form": "7.53.1" } } diff --git a/libs/@hashintel/type-editor/package.json b/libs/@hashintel/type-editor/package.json index 1671b12d4e0..b496cebe380 100644 --- a/libs/@hashintel/type-editor/package.json +++ b/libs/@hashintel/type-editor/package.json @@ -40,7 +40,7 @@ "@types/lodash.uniqueid": "4.0.9", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.53.0", + "react-hook-form": "7.53.1", "typescript": "5.6.3" }, "peerDependencies": { @@ -48,6 +48,6 @@ "@mui/system": "^5.14.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-hook-form": "7.53.0" + "react-hook-form": "7.53.1" } } diff --git a/yarn.lock b/yarn.lock index 671c087ce4c..17e5c25dbf4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26545,10 +26545,10 @@ react-full-screen@1.1.1: dependencies: fscreen "^1.0.2" -react-hook-form@7.53.0: - version "7.53.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.0.tgz#3cf70951bf41fa95207b34486203ebefbd3a05ab" - integrity sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ== +react-hook-form@7.53.1: + version "7.53.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.1.tgz#3f2cd1ed2b3af99416a4ac674da2d526625add67" + integrity sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg== react-html-attributes@^1.4.6: version "1.4.6"