From 5b89a8a0a2477982eb6fe77986b69abeadcfef35 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 22 Dec 2021 04:39:58 +0000 Subject: [PATCH] Build(deps-dev): bump cypress from 9.1.1 to 9.2.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.1.1 to 9.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/v9.1.1...v9.2.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab5200b..820c11e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@graphql-codegen/fragment-matcher": "^3.2.0", "babel-eslint": "^10.0.3", "cli-engine": "^4.7.6", - "cypress": "^9.1.1", + "cypress": "^9.2.0", "eslint": "^8.5.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.3.0", diff --git a/yarn.lock b/yarn.lock index bd014ae..ce2a42f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5011,10 +5011,10 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= -cypress@^9.1.1: - version "9.1.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.1.1.tgz#26720ca5a22077cd85f49745616b7a08152a298f" - integrity sha512-yWcYD8SEQ8F3okFbRPqSDj5V0xhrZBT5QRIH+P1J2vYvtEmZ4KGciHE7LCcZZLILOrs7pg4WNCqkj/XRvReQlQ== +cypress@^9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.2.0.tgz#727c20b4662167890db81d5f6ba615231835b17d" + integrity sha512-Jn26Tprhfzh/a66Sdj9SoaYlnNX6Mjfmj5PHu2a7l3YHXhrgmavM368wjCmgrxC6KHTOv9SpMQGhAJn+upDViA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"