From 695c3b541f2292e16c567f4204df98b8304a40bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 05:17:02 +0000 Subject: [PATCH] Bump @testing-library/cypress from 8.0.3 to 8.0.7 Bumps [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library) from 8.0.3 to 8.0.7. - [Release notes](https://github.com/kentcdodds/cypress-testing-library/releases) - [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cypress-testing-library/compare/v8.0.3...v8.0.7) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... 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 b82398e5..dc9bcff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@testing-library/cypress": "^8.0.3", + "@testing-library/cypress": "^8.0.7", "cypress": "^10.11.0" } }, @@ -181,9 +181,9 @@ } }, "node_modules/@testing-library/cypress": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.3.tgz", - "integrity": "sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==", + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.7.tgz", + "integrity": "sha512-3HTV725rOS+YHve/gD9coZp/UcPK5xhr4H0GMnq/ni6USdtzVtSOG9WBFtd8rYnrXk8rrGD+0toRFYouJNIG0Q==", "dev": true, "dependencies": { "@babel/runtime": "^7.14.6", @@ -194,7 +194,7 @@ "npm": ">=6" }, "peerDependencies": { - "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" + "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" } }, "node_modules/@testing-library/dom": { @@ -2180,9 +2180,9 @@ } }, "@testing-library/cypress": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.3.tgz", - "integrity": "sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==", + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.7.tgz", + "integrity": "sha512-3HTV725rOS+YHve/gD9coZp/UcPK5xhr4H0GMnq/ni6USdtzVtSOG9WBFtd8rYnrXk8rrGD+0toRFYouJNIG0Q==", "dev": true, "requires": { "@babel/runtime": "^7.14.6", diff --git a/package.json b/package.json index 5f0523c2..9e85c231 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/BAMresearch/WEBSLAMD#readme", "devDependencies": { - "@testing-library/cypress": "^8.0.3", + "@testing-library/cypress": "^8.0.7", "cypress": "^10.11.0" } }