From 16ab703461d40a5cd9aa35fa0266667b60171614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 20:03:13 +0000 Subject: [PATCH] Bump cypress from 9.7.0 to 10.3.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.3.1. - [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.3.1) --- 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..f97072ad 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.3.1", "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..5a89cba0 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.3.1: + version "10.3.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.3.1.tgz#7fab4ef43481c05a9a17ebe9a0ec860e15b95a19" + integrity sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"