From e35833d0639940aa0e370afe7215d8441d3c97b1 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 20 Jul 2022 04:55:48 +0000 Subject: [PATCH] Build(deps-dev): bump cypress from 10.3.0 to 10.3.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.3.0 to 10.3.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/v10.3.0...v10.3.1) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 25822a8..4c544e9 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@graphql-codegen/fragment-matcher": "^3.3.0", "babel-eslint": "^10.0.3", "cli-engine": "^4.7.6", - "cypress": "^10.3.0", + "cypress": "^10.3.1", "eslint": "^8.20.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", diff --git a/yarn.lock b/yarn.lock index 257bd0b..5a1d2a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4563,10 +4563,10 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= -cypress@^10.3.0: - version "10.3.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.3.0.tgz#fae8d32f0822fcfb938e79c7c31ef344794336ae" - integrity sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg== +cypress@^10.3.1: + version "10.3.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.3.1.tgz#7fab4ef43481c05a9a17ebe9a0ec860e15b95a19" + integrity sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"