From 7f4673b06de20d30924dd5769e2fce62eae0c98d Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 11 Jun 2022 04:40:28 +0000 Subject: [PATCH] Build(deps-dev): bump cypress from 10.0.3 to 10.1.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.0.3 to 10.1.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.0.3...v10.1.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf5cffd..52efa1a 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.3", + "cypress": "^10.1.0", "eslint": "^8.17.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", diff --git a/yarn.lock b/yarn.lock index e56b58d..13532bf 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.3: - version "10.0.3" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.0.3.tgz#889b4bef863b7d1ef1b608b85b964394ad350c5f" - integrity sha512-8C82XTybsEmJC9POYSNITGUhMLCRwB9LadP0x33H+52QVoBjhsWvIzrI+ybCe0+TyxaF0D5/9IL2kSTgjqCB9A== +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== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"