From c3cfd964248b97f0d186b661ac62a70c74325a58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:44:45 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v6 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce2111f..1356411 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ orbs: # import Cypress orb by specifying an exact version x.y.z # or the latest version 1.x.x using "@1" syntax # https://github.com/cypress-io/circleci-orb - cypress: cypress-io/cypress@2.2.0 + cypress: cypress-io/cypress@6.0.0 workflows: build: jobs: