diff --git a/package.json b/package.json index ef715e487..1f7c2c018 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "@storybook/react": "6.5.5", "@testing-library/dom": "8.13.0", "@testing-library/jest-dom": "5.16.4", - "@testing-library/react": "13.2.0", + "@testing-library/react": "13.3.0", "@testing-library/react-hooks": "8.0.0", "@testing-library/user-event": "14.2.0", "@types/jest": "27.5.1", @@ -195,7 +195,7 @@ "raw-loader": "4.0.2", "react": "18.1.0", "react-dom": "18.1.0", - "react-hook-form": "7.31.2", + "react-hook-form": "7.31.3", "react-test-renderer": "18.1.0", "react-transition-group": "4.4.2", "react-virtual": "2.10.4", diff --git a/yarn.lock b/yarn.lock index 5316a6182..d3c4ab4c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6057,10 +6057,10 @@ "@babel/runtime" "^7.12.5" react-error-boundary "^3.1.0" -"@testing-library/react@13.2.0": - version "13.2.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.2.0.tgz#2db00bc94d71c4e90e5c25582e90a650ae2925bf" - integrity sha512-Bprbz/SZVONCJy5f7hcihNCv313IJXdYiv0nSJklIs1SQCIHHNlnGNkosSXnGZTmesyGIcBGNppYhXcc11pb7g== +"@testing-library/react@13.3.0": + version "13.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.3.0.tgz#bf298bfbc5589326bbcc8052b211f3bb097a97c5" + integrity sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.5.0" @@ -18043,10 +18043,10 @@ react-fast-compare@^3.0.1: resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== -react-hook-form@7.31.2: - version "7.31.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.31.2.tgz#efb7ac469810954488b7cf40be4e5017122c6e5e" - integrity sha512-oPudn3YuyzWg//IsT9z2cMEjWocAgHWX/bmueDT8cmsYQnGY5h7/njjvMDfLVv3mbdhYBjslTRnII2MIT7eNCA== +react-hook-form@7.31.3: + version "7.31.3" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.31.3.tgz#b61bafb9a7435f91695351a7a9f714d8c4df0121" + integrity sha512-NVZdCWViIWXXXlQ3jxVQH0NuNfwPf8A/0KvuCxrM9qxtP1qYosfR2ZudarziFrVOC7eTUbWbm1T4OyYCwv9oSQ== react-input-autosize@^3.0.0: version "3.0.0"