From 5fda8400f3d46be7e144fbc212ccd2f743f03503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 17:03:31 +0200 Subject: [PATCH] chore(deps): bump @testing-library/react from 11.2.5 to 11.2.6 (#3421) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.5 to 11.2.6. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.5...v11.2.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 03f1af75..1703fa6b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@sentry/browser": "6.2.5", "@sentry/integrations": "6.2.1", "@testing-library/jest-dom": "5.11.10", - "@testing-library/react": "11.2.5", + "@testing-library/react": "11.2.6", "@types/jest": "26.0.22", "@types/react": "17.0.3", "@types/react-dom": "17.0.2", diff --git a/yarn.lock b/yarn.lock index 90e10d6b..f3b7e559 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1911,9 +1911,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@11.2.5": - version "11.2.5" - resolved "https://registry.npmjs.org/@testing-library/react/-/react-11.2.5.tgz" +"@testing-library/react@11.2.6": + version "11.2.6" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.6.tgz#586a23adc63615985d85be0c903f374dab19200b" + integrity sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1"