diff --git a/package.json b/package.json index c63aee64..7e2a9744 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@stryker-mutator/jest-runner": "2.5.0", "@stryker-mutator/typescript": "2.5.0", "@testing-library/jest-dom": "5.1.1", - "@testing-library/react": "9.4.0", + "@testing-library/react": "9.4.1", "@types/jest": "25.1.3", "@types/react": "16.9.19", "@types/react-dom": "16.9.5", diff --git a/yarn.lock b/yarn.lock index 8de490a6..589bffc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -844,7 +844,7 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.2" -"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.7.6": +"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.4": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1" integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w== @@ -1259,12 +1259,12 @@ pretty-format "^25.1.0" redent "^3.0.0" -"@testing-library/react@9.4.0": - version "9.4.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.4.0.tgz#b021ac8cb987c8dc54c6841875f745bf9b2e88e5" - integrity sha512-XdhDWkI4GktUPsz0AYyeQ8M9qS/JFie06kcSnUVcpgOwFjAu9vhwR83qBl+lw9yZWkbECjL8Hd+n5hH6C0oWqg== +"@testing-library/react@9.4.1": + version "9.4.1" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.4.1.tgz#955771568aa3216107d307bfdf470bf2394308a0" + integrity sha512-sta3ui24HPgW92quHyQj6gpOkNgLNx8BX/QOU4k1bddo43ZdqlGwmzCYwL93bExfhergwiau+IzBGl7TCsSFeA== dependencies: - "@babel/runtime" "^7.7.6" + "@babel/runtime" "^7.8.3" "@testing-library/dom" "^6.11.0" "@types/testing-library__react" "^9.1.2"