From 8579442d770425e599f60e42cfe23b6898fb4fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 22:07:09 +0200 Subject: [PATCH] Bump cypress from 8.6.0 to 8.7.0 (#2445) Bumps [cypress](https://github.com/cypress-io/cypress) from 8.6.0 to 8.7.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.6.0...v8.7.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 3570ed577..ba471423b 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.6.0", + "cypress": "8.7.0", "documentation": "13.2.0", "eslint": "^8.0.0", "eslint-config-prettier": "^8.3.0", diff --git a/yarn.lock b/yarn.lock index 4f14c9fcc..3502ed750 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3561,10 +3561,10 @@ cssstyle@^2.3.0: dependencies: cssom "~0.3.6" -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== +cypress@8.7.0: + version "8.7.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.7.0.tgz#2ee371f383d8f233d3425b6cc26ddeec2668b6da" + integrity sha512-b1bMC3VQydC6sXzBMFnSqcvwc9dTZMgcaOzT0vpSD+Gq1yFc+72JDWi55sfUK5eIeNLAtWOGy1NNb6UlhMvB+Q== dependencies: "@cypress/request" "^2.88.6" "@cypress/xvfb" "^1.2.4"