From 1605b449b6ae1b86bbcf0179d3cbdf91ec7bd5e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:05:38 +0000 Subject: [PATCH] Bump cypress from 9.7.0 to 10.7.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.7.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.7.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..266b3730 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.7.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..5a944b62 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.7.0: + version "10.7.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.7.0.tgz#2d37f8b9751c6de33ee48639cb7e67a2ce593231" + integrity sha512-gTFvjrUoBnqPPOu9Vl5SBHuFlzx/Wxg/ZXIz2H4lzoOLFelKeF7mbwYUOzgzgF0oieU2WhJAestQdkgwJMMTvQ== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"