From 4b3ff1d6c5ef7c1e94ab7f0e1b472c5f230e2a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 20:06:07 +0000 Subject: [PATCH] Bump cypress from 9.7.0 to 10.6.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.6.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v9.7.0...v10.6.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f662534e..adc98ce4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@percy/cli": "^1.1.0", "@percy/cypress": "^3.1.1", - "cypress": "^9.6.0", + "cypress": "^10.6.0", "elm": "^0.19.1-5", "elm-format": "^0.8.5", "elm-hot": "^1.1.6", diff --git a/yarn.lock b/yarn.lock index ecd69192..56143095 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2696,10 +2696,10 @@ cssstyle@^1.1.1: dependencies: cssom "0.3.x" -cypress@^9.6.0: - version "9.7.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744" - integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q== +cypress@^10.6.0: + version "10.6.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.6.0.tgz#13f46867febf2c3715874ed5dce9c2e946b175fe" + integrity sha512-6sOpHjostp8gcLO34p6r/Ci342lBs8S5z9/eb3ZCQ22w2cIhMWGUoGKkosabPBfKcvRS9BE4UxybBtlIs8gTQA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"