diff --git a/package.json b/package.json index 6bccd56..4023c4b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@material-ui/icons": "4.5.1", "@octokit/rest": "16.35.0", "@testing-library/jest-dom": "4.2.4", - "@testing-library/react": "9.3.2", + "@testing-library/react": "9.3.3", "@types/autosuggest-highlight": "3.1.0", "@types/enzyme": "3.10.3", "@types/jest": "24.0.23", diff --git a/yarn.lock b/yarn.lock index 7b6ff3c..c04f155 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1064,14 +1064,14 @@ pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@7.7.2", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.0", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3": +"@babel/runtime@7.7.2": version "7.7.2" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a" integrity sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw== dependencies: regenerator-runtime "^0.13.2" -"@babel/runtime@^7.5.1": +"@babel/runtime@^7.1.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.0", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3": version "7.7.4" resolved "https://registry.verdaccio.org/@babel%2fruntime/-/runtime-7.7.4.tgz#b23a856751e4bf099262f867767889c0e3fe175b" integrity sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw== @@ -1761,10 +1761,10 @@ pretty-format "^24.0.0" redent "^3.0.0" -"@testing-library/react@9.3.2": - version "9.3.2" - resolved "https://registry.verdaccio.org/@testing-library%2freact/-/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.verdaccio.org/@testing-library%2freact/-/react-9.3.3.tgz#87fe594adb02cba4d0e86369d025ea13ad570d7c" + integrity sha512-IuoiJR/NAzu9EuT3Fqs92sRHe/9egCipar92wTnXe3fMloWy0Q7JdAXaszzbv2ogH30ztb6Axp5XW63vOTd4jA== dependencies: "@babel/runtime" "^7.6.0" "@testing-library/dom" "^6.3.0"