From b29dd2b7348cba573ce792e5e10f3dcac7332e45 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 3 Jun 2022 04:40:15 +0000 Subject: [PATCH] Build(deps-dev): bump cypress from 10.0.1 to 10.0.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.0.1 to 10.0.2. - [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/v10.0.1...v10.0.2) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e95bc99..c51a60f 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": "^10.0.1", + "cypress": "^10.0.2", "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 32b0b64..66769c4 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@^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== +cypress@^10.0.2: + version "10.0.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.0.2.tgz#6aeac1923d534f9850d57dad9496f9ea74034a23" + integrity sha512-7+C4KHYBcfZrawss+Gt5PlS35rfc6ySc59JcHDVsIMm1E/J35dqE41UEXpdtwIq3549umCerNWnFADzqib4kcA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"