From 3a6c6f7fb9d49fa0f8580f0490aed38d0ae7535b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 08:27:54 +0100 Subject: [PATCH] build(deps-dev): bump @testing-library/react from 9.3.0 to 9.3.2 (#255) --- package.json | 2 +- yarn.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 66c7636..3a9565e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@material-ui/core": "4.6.0", "@material-ui/icons": "4.5.1", "@octokit/rest": "16.34.1", - "@testing-library/react": "9.3.0", + "@testing-library/react": "9.3.2", "@types/autosuggest-highlight": "3.1.0", "@types/enzyme": "3.10.3", "@types/jest": "24.0.22", diff --git a/yarn.lock b/yarn.lock index cb51224..dc6fdaa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -884,20 +884,13 @@ pirates "^4.0.0" source-map-support "^0.5.9" -"@babel/runtime@7.6.3": +"@babel/runtime@7.6.3", "@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": version "7.6.3" resolved "https://registry.verdaccio.org/@babel%2fruntime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f" integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA== dependencies: regenerator-runtime "^0.13.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": - version "7.6.2" - resolved "https://registry.verdaccio.org/@babel%2fruntime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd" - integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg== - dependencies: - regenerator-runtime "^0.13.2" - "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0": version "7.6.0" resolved "https://registry.verdaccio.org/@babel%2ftemplate/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" @@ -1554,10 +1547,10 @@ pretty-format "^24.8.0" wait-for-expect "^1.3.0" -"@testing-library/react@9.3.0": - version "9.3.0" - resolved "https://registry.verdaccio.org/@testing-library%2freact/-/react-9.3.0.tgz#1dabf46d1ea018a1c89acecc0e7b86859b34c0f8" - integrity sha512-FTPCwmLo0tLtP50Au2uGz4/N1BcJTnBx4StDVHZ47zPMEj1/+J2rk/RTj8SLoHRKWCtcmhN4wRmudOXQNP29/w== +"@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== dependencies: "@babel/runtime" "^7.6.0" "@testing-library/dom" "^6.3.0"