diff --git a/package.json b/package.json index d9853462..b73c3f65 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@storybook/addon-notes": "5.3.19", "@storybook/addon-options": "5.3.19", "@storybook/react": "5.3.19", - "@testing-library/react": "10.4.2", + "@testing-library/react": "10.4.3", "@testing-library/react-hooks": "3.3.0", "@types/jest": "25.2.3", "@types/react": "16.9.11", diff --git a/yarn.lock b/yarn.lock index 2c8ec4e7..2ae3763c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3350,10 +3350,10 @@ "@babel/runtime" "^7.5.4" "@types/testing-library__react-hooks" "^3.0.0" -"@testing-library/react@10.4.2": - version "10.4.2" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.2.tgz#9f1ee0051a516469d4afaf350d2a467ac19cd57f" - integrity sha512-srhsdY+Mq2xhjE/ha8xh0U9YJSCNYbOhzPsUiNvxy4bgltB87PjuxDtkWMWwWJOIkngyJaMgoJuHm13EOq4V0Q== +"@testing-library/react@10.4.3": + version "10.4.3" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.3.tgz#c6f356688cffc51f6b35385583d664bb11a161f4" + integrity sha512-A/ydYXcwAcfY7vkPrfUkUTf9HQLL3/GtixTefcu3OyGQtAYQ7XBQj1S9FWbLEhfWa0BLwFwTBFS3Ao1O0tbMJg== dependencies: "@babel/runtime" "^7.10.3" "@testing-library/dom" "^7.17.1"