diff --git a/package.json b/package.json index 882a0ee1..b80361bb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@stryker-mutator/jest-runner": "2.4.0", "@stryker-mutator/typescript": "2.4.0", "@testing-library/jest-dom": "4.2.4", - "@testing-library/react": "9.3.2", + "@testing-library/react": "9.3.3", "@types/jest": "24.0.23", "@types/lodash": "4.14.149", "@types/react": "16.9.16", diff --git a/yarn.lock b/yarn.lock index 29f82b1b..57cf235e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1067,10 +1067,10 @@ pretty-format "^24.0.0" redent "^3.0.0" -"@testing-library/react@9.3.2": - version "9.3.2" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.3.2.tgz#418000daa980dafd2d9420cc733d661daece9aa0" - integrity sha512-J6ftWtm218tOLS175MF9eWCxGp+X+cUXCpkPIin8KAXWtyZbr9CbqJ8M8QNd6spZxJDAGlw+leLG4MJWLlqVgg== +"@testing-library/react@9.3.3": + version "9.3.3" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.3.3.tgz#87fe594adb02cba4d0e86369d025ea13ad570d7c" + integrity sha512-IuoiJR/NAzu9EuT3Fqs92sRHe/9egCipar92wTnXe3fMloWy0Q7JdAXaszzbv2ogH30ztb6Axp5XW63vOTd4jA== dependencies: "@babel/runtime" "^7.6.0" "@testing-library/dom" "^6.3.0"