diff --git a/package.json b/package.json index b399dd7d..3be8cbbc 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@babel/preset-react": "7.0.0", "@babel/preset-typescript": "7.3.3", "@testing-library/jest-dom": "4.0.0", - "@testing-library/react": "8.0.8", + "@testing-library/react": "8.0.9", "@types/jest": "24.0.17", "@types/lodash": "4.14.136", "@types/react": "16.8.23", diff --git a/yarn.lock b/yarn.lock index a8144a07..1ef3d37a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -775,10 +775,10 @@ dependencies: regenerator-runtime "^0.13.2" -"@babel/runtime@^7.5.4": - version "7.5.4" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.4.tgz#cb7d1ad7c6d65676e66b47186577930465b5271b" - integrity sha512-Na84uwyImZZc3FKf4aUF1tysApzwf3p2yuFBIyBfbzT5glzKTdvYI4KVW4kcgjrzoGUjC7w3YyCHcJKaRxsr2Q== +"@babel/runtime@^7.5.5": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132" + integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ== dependencies: regenerator-runtime "^0.13.2" @@ -1015,12 +1015,12 @@ resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz#8013f2af54a2b7d735f71560ff360d3a8176a87b" integrity sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q== -"@testing-library/dom@^5.5.4": - version "5.5.5" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-5.5.5.tgz#24b9cff64f2ba2dcedb0273b341b56639f4307cb" - integrity sha512-LiiGjLnlba3p7NueFPEszE2v6pHRidinKJ/QLd9RnWek3FjGui7W+VUqTo4MLN3od8Sc45rRRJb2XciL6b9dwg== +"@testing-library/dom@^5.6.1": + version "5.6.1" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-5.6.1.tgz#705a1cb4a039b877c1e69e916824038e837ab637" + integrity sha512-Y1T2bjtvQMewffn1CJ28kpgnuvPYKsBcZMagEH0ppfEMZPDc8AkkEnTk4smrGZKw0cblNB3lhM2FMnpfLExlHg== dependencies: - "@babel/runtime" "^7.4.5" + "@babel/runtime" "^7.5.5" "@sheerun/mutationobserver-shim" "^0.3.2" aria-query "3.0.0" pretty-format "^24.8.0" @@ -1041,13 +1041,13 @@ pretty-format "^24.0.0" redent "^3.0.0" -"@testing-library/react@8.0.8": - version "8.0.8" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.8.tgz#aeba59adaf2b9258117bea927428a8fe4240db06" - integrity sha512-GvA5rcyT2TsFozqijEejXI64P4mMmzX2qkEfb7JNKrkdFXLiXdZqSYr/96PerLpsN23gJkKicAhqqT8qo9Kr3g== +"@testing-library/react@8.0.9": + version "8.0.9" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.9.tgz#1ecd96bc3471b06dd2f9763b6e53a7ace28a54a2" + integrity sha512-I7zd+MW5wk8rQA5VopZgBfxGKUd91jgZ6Vzj2gMqFf2iGGtKwvI5SVTrIJcSFaOXK88T2EUsbsIKugDtoqOcZQ== dependencies: - "@babel/runtime" "^7.5.4" - "@testing-library/dom" "^5.5.4" + "@babel/runtime" "^7.5.5" + "@testing-library/dom" "^5.6.1" "@types/babel__core@^7.1.0": version "7.1.2"