From 9d5facd8bb80ced955d942bbd397d0fff2b70a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 22:31:29 +0000 Subject: [PATCH] Bump @testing-library/cypress from 7.0.5 to 7.0.6 Bumps [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library) from 7.0.5 to 7.0.6. - [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.5...v7.0.6) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a711bde..04c7468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@applitools/eyes-cypress": "^3.21.0", "@percy/cypress": "^3.1.0", - "@testing-library/cypress": "^7.0.3", + "@testing-library/cypress": "^7.0.6", "cypress": "^7.2.0", "cypress-cucumber-preprocessor": "^4.0.3", "eslint-config-prettier": "^8.3.0", @@ -1845,9 +1845,9 @@ } }, "node_modules/@testing-library/cypress": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-7.0.5.tgz", - "integrity": "sha512-bV7CSj5Yeh/mI28sVYNWhNxYQm8eji+FiHHHbP4R0VCijulGScaw/M/zCQJm4X9GLZ5JNRp+lY5XQw3KwCfL8Q==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-7.0.6.tgz", + "integrity": "sha512-atnjqlkEt6spU4Mv7evvpA8fMXeRw7AN2uTKOR1dP6WBvBixVwAYMZY+1fMOaZULWAj9vGLCXXvmw++u3TxuCQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -1858,7 +1858,7 @@ "npm": ">=6" }, "peerDependencies": { - "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" + "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" } }, "node_modules/@testing-library/dom": { @@ -14186,9 +14186,9 @@ } }, "@testing-library/cypress": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-7.0.5.tgz", - "integrity": "sha512-bV7CSj5Yeh/mI28sVYNWhNxYQm8eji+FiHHHbP4R0VCijulGScaw/M/zCQJm4X9GLZ5JNRp+lY5XQw3KwCfL8Q==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-7.0.6.tgz", + "integrity": "sha512-atnjqlkEt6spU4Mv7evvpA8fMXeRw7AN2uTKOR1dP6WBvBixVwAYMZY+1fMOaZULWAj9vGLCXXvmw++u3TxuCQ==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 0655e6e..16d575a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@applitools/eyes-cypress": "^3.21.0", "@percy/cypress": "^3.1.0", - "@testing-library/cypress": "^7.0.3", + "@testing-library/cypress": "^7.0.6", "cypress": "^7.2.0", "cypress-cucumber-preprocessor": "^4.0.3", "eslint-config-prettier": "^8.3.0",