From 14d2e4e9673bbbdbae7bff20bb59cf4d396556aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:05:54 +0000 Subject: [PATCH] Bump @testing-library/cypress from 7.0.3 to 7.0.4 (#12762) Bumps [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/kentcdodds/cypress-testing-library/releases) - [Changelog](https://github.com/testing-library/cypress-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cypress-testing-library/compare/v7.0.3...v7.0.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f569aae6c..4b98c44d2 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@storybook/addon-storysource": "^6.1.18", "@storybook/addons": "^6.1.16", "@storybook/preact": "^6.1.18", - "@testing-library/cypress": "^7.0.3", + "@testing-library/cypress": "^7.0.4", "@testing-library/dom": "^7.29.4", "@testing-library/jest-dom": "^5.11.9", "@testing-library/preact": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index dd4ad0c38..6dea2be8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2927,10 +2927,10 @@ dependencies: defer-to-connect "^1.0.1" -"@testing-library/cypress@^7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-7.0.3.tgz#1f4bcf992d0a0ff55da13b80f6f785c976ef9c0d" - integrity sha512-JOYW4VSSyHxaZDUhrS5N7tZA8jhr3ISx73WnLPpNkPqDCLUIJpo8ZQihti68Q4Qv5hVuA+I2rUI2glORaEFPaA== +"@testing-library/cypress@^7.0.4": + version "7.0.4" + resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-7.0.4.tgz#38a55880712f222ddb9671bc899fe80f8c41bfc0" + integrity sha512-5I1amLVB2ExIRWuHlvG35dVFVC2KiNBZ0U1ASJUJZASFPQ0BhqJG4s0B8B8wNAE7TrR8KWlrzcNutkgxXL6VOg== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1"