From daa0d2415b8b156177e3862eea6a1274d2ac3edd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 05:34:02 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v3.4.3 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 317abe60..556d50dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: # https://github.com/cypress-io/circleci-orb - cypress: cypress-io/cypress@3.0.0 # used to run e2e tests + cypress: cypress-io/cypress@3.4.3 # used to run e2e tests win: circleci/windows@5.1.0 # run a test job on Windows jobs: