From c222ee7414cfd4fbc8dbbe938c9f2ea125a770f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 10:45:31 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/jest-dom from 5.1.0 to 5.1.1 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.1.0...v5.1.1) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index d510da61..36b8db70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1838,9 +1838,9 @@ wait-for-expect "^3.0.0" "@testing-library/jest-dom@^5.1.0": - version "5.1.0" - resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.1.0.tgz#1de92c4ad1e500ba2a5548bfbed8eb2097f2b87b" - integrity sha512-7XyY9OQUk7JyHsgQTD8b7be4iOjr6afX8XnKg2hWpKW08TLqcHG7nJ/er9N6Q/ZEfmi1pA2mTWbMZBaXbcgEdg== + version "5.1.1" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.1.1.tgz#e88a5c08f9b9f36b384f948a0532eae2abbc8204" + integrity sha512-7xnmBFcUmmUVAUhFiZ/u3CxFh1e46THAwra4SiiKNCW4By26RedCRwEk0rtleFPZG0wlTSNOKDvJjWYy93dp0w== dependencies: "@babel/runtime" "^7.8.3" "@types/testing-library__jest-dom" "^5.0.0"