From 5ac592af52b49e5d117a7b9f63229b6776dfb93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 10:18:00 +0000 Subject: [PATCH] Bump cypress from 10.0.2 to 10.1.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.0.2 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.2...v10.1.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0462826ec..8091fcc83 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "chai": "^4.3.6", "codeclimate-test-reporter": "^0.5.1", "cssnano": "^5.1.12", - "cypress": "10.0.2", + "cypress": "10.1.0", "cypress-plugin-tab": "^1.0.5", "del": "^6.1.1", "eslint": "^8.18.0", diff --git a/yarn.lock b/yarn.lock index 746db6964..a62dbdca8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3201,10 +3201,10 @@ cypress-plugin-tab@^1.0.5: dependencies: ally.js "^1.4.1" -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== +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"