From 9de66459200123c34d47f5c6ab2ca39939b1c780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:08:53 +0200 Subject: [PATCH] chore(deps-dev): Bump @testing-library/cypress from 9.0.0 to 10.0.2 (#1180) Bumps [@testing-library/cypress](https://github.com/testing-library/cypress-testing-library) from 9.0.0 to 10.0.2. - [Release notes](https://github.com/testing-library/cypress-testing-library/releases) - [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/cypress-testing-library/compare/v9.0.0...v10.0.2) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbcfc4ab..543d5bc9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", - "@testing-library/cypress": "^9.0.0", + "@testing-library/cypress": "^10.0.2", "@types/jest": "^29.0.3", "babel-jest": "^29.0.1", "cross-env": "^7.0.3",