From eb5b6966e515612a3e902942e0b6c92c2a688973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 22:11:34 +0200 Subject: [PATCH] Bump cypress from 8.5.0 to 8.6.0 (#2400) Bumps [cypress](https://github.com/cypress-io/cypress) from 8.5.0 to 8.6.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/v8.5.0...v8.6.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e86680316..dbc2e1755 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "concurrently": "^6.2.2", "coveralls": "^3.0.2", "css-to-string-loader": "^0.1.3", - "cypress": "8.5.0", + "cypress": "8.6.0", "documentation": "13.2.0", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", diff --git a/yarn.lock b/yarn.lock index ba9f220a1..e76e5bfd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3557,10 +3557,10 @@ cssstyle@^2.3.0: dependencies: cssom "~0.3.6" -cypress@8.5.0: - version "8.5.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.5.0.tgz#5712ca170913f8344bf167301205c4217c1eb9bd" - integrity sha512-MMkXIS+Ro2KETn4gAlG3tIc/7FiljuuCZP0zpd9QsRG6MZSyZW/l1J3D4iQM6WHsVxuX4rFChn5jPFlC2tNSvQ== +cypress@8.6.0: + version "8.6.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.6.0.tgz#8d02fa58878b37cfc45bbfce393aa974fa8a8e22" + integrity sha512-F7qEK/6Go5FsqTueR+0wEw2vOVKNgk5847Mys8vsWkzPoEKdxs+7N9Y1dit+zhaZCLtMPyrMwjfA53ZFy+lSww== dependencies: "@cypress/request" "^2.88.6" "@cypress/xvfb" "^1.2.4"