From d55df84f17125faf9865eeacd820e374c9f29c43 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 2 Jun 2022 04:40:04 +0000 Subject: [PATCH] Build(deps-dev): bump cypress from 9.7.0 to 10.0.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.0.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.0.1) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1eef2c6..3c905b3 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@graphql-codegen/fragment-matcher": "^3.2.1", "babel-eslint": "^10.0.3", "cli-engine": "^4.7.6", - "cypress": "^9.7.0", + "cypress": "^10.0.1", "eslint": "^8.16.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", diff --git a/yarn.lock b/yarn.lock index e50a49a..5e8bda7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5240,10 +5240,10 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= -cypress@^9.7.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.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.0.1.tgz#c6af776883c7be183773c5db984e068f5338d761" + integrity sha512-04vefCc6LrrgBS7Qhqn+9lqXTneLYZZwOokBaCJToI9DHu7/ywhywYNUg/Qy4xWOxlKvbvnELGCa7HZbSgeLfQ== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"