diff --git a/package.json b/package.json index 460e3b03..04925766 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@storybook/addon-notes": "5.3.18", "@storybook/addon-options": "5.3.18", "@storybook/react": "5.3.18", - "@testing-library/react": "10.0.2", + "@testing-library/react": "10.0.3", "@testing-library/react-hooks": "3.2.1", "@types/jest": "25.2.1", "@types/react": "16.9.11", diff --git a/yarn.lock b/yarn.lock index 6343db99..0e2bf790 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3218,10 +3218,10 @@ "@babel/runtime" "^7.5.4" "@types/testing-library__react-hooks" "^3.0.0" -"@testing-library/react@10.0.2": - version "10.0.2" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.2.tgz#8eca7aa52d810cf7150048a2829fdc487162006d" - integrity sha512-YT6Mw0oJz7R6vlEkmo1FlUD+K15FeXApOB5Ffm9zooFVnrwkt00w18dUJFMOh1yRp9wTdVRonbor7o4PIpFCmA== +"@testing-library/react@10.0.3": + version "10.0.3" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.3.tgz#7781adc75cce172f8cda28faa77be29c6270ab43" + integrity sha512-EVmd3ghDFBEjOSLnISUdi7OcLdP6tsqjmTprpMaBz5TreoM8jnxGKIPkLD579CE0LYGqK01iffQiy6wwW/RUig== dependencies: "@babel/runtime" "^7.9.2" "@testing-library/dom" "^7.1.0"