From b87b7b8d335d8eef3edc279fe13cb5b74839ef40 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 22 Jun 2022 04:38:39 +0000 Subject: [PATCH] Build(deps-dev): bump cypress from 10.1.0 to 10.2.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.1.0 to 10.2.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/v10.1.0...v10.2.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 59b5ccf..e0356da 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.1.0", + "cypress": "^10.2.0", "eslint": "^8.18.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", diff --git a/yarn.lock b/yarn.lock index 32d5074..f26703b 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.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.1.0.tgz#6514a26c721822a02bc194e9a7f72c3142aea174" - integrity sha512-aQ4JVZVib4Xd9FZW8IRZfKelUvqF4y5A+oUbNvn8TlsBmEfIg3m5Xd6Mt6PVU/jHiVJ9Psl905B3ZPnrDcmyuQ== +cypress@^10.2.0: + version "10.2.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.2.0.tgz#ca078abfceb13be2a33cbba6e0e80ded770f542a" + integrity sha512-+i9lY5ENlfi2mJwsggzR+XASOIgMd7S/Gd3/13NCpv596n3YSplMAueBTIxNLcxDpTcIksp+9pM3UaDrJDpFqA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"