From 068c66bdd26325ed8e16876aa9ab57265914fe4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:27:56 -0500 Subject: [PATCH] [DEPENDABOT]: Bump @testing-library/cypress from 10.0.0 to 10.0.1 (#1106) Bumps [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library) from 10.0.0 to 10.0.1. - [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/v10.0.0...v10.0.1) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab7ad441..66a11dce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@changesets/cli": "^2.26.2", - "@testing-library/cypress": "^10.0.0", + "@testing-library/cypress": "^10.0.1", "@testing-library/dom": "^9.3.3", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", @@ -3572,9 +3572,9 @@ } }, "node_modules/@testing-library/cypress": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.0.tgz", - "integrity": "sha512-b7dNzDldZmpwl4MmC3UEEW7/X355w8ScOQfJ7RPFHP0eheRkO7qCNfn7YFyq39w5kx9My8/BJiYCeOn5q9LrDQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.1.tgz", + "integrity": "sha512-e8uswjTZIBhaIXjzEcrQQ8nHRWHgZH7XBxKuIWxZ/T7FxfWhCR48nFhUX5nfPizjVOKSThEfOSv67jquc1ASkw==", "dev": true, "dependencies": { "@babel/runtime": "^7.14.6", diff --git a/package.json b/package.json index 380352aa..7252aefa 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@changesets/cli": "^2.26.2", - "@testing-library/cypress": "^10.0.0", + "@testing-library/cypress": "^10.0.1", "@testing-library/dom": "^9.3.3", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0",