From 7f9973b74d2b0c5f5aa73083006c06e3ffbc27d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 08:18:19 +0200 Subject: [PATCH] build(deps): bump cypress from 8.4.0 to 8.4.1 in /main/tests/cypress (#4165) Bumps [cypress](https://github.com/cypress-io/cypress) from 8.4.0 to 8.4.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/v8.4.0...v8.4.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- main/tests/cypress/package.json | 2 +- main/tests/cypress/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/tests/cypress/package.json b/main/tests/cypress/package.json index 93c1a9045..69839e848 100644 --- a/main/tests/cypress/package.json +++ b/main/tests/cypress/package.json @@ -11,7 +11,7 @@ "lint": "prettier --check . && eslint ." }, "dependencies": { - "cypress": "8.4.0", + "cypress": "8.4.1", "cypress-image-snapshot": "^4.0.1", "cypress-file-upload": "^5.0.8", "cypress-wait-until": "^1.7.1", diff --git a/main/tests/cypress/yarn.lock b/main/tests/cypress/yarn.lock index e95a9202d..213b19628 100644 --- a/main/tests/cypress/yarn.lock +++ b/main/tests/cypress/yarn.lock @@ -510,10 +510,10 @@ cypress-wait-until@^1.7.1: resolved "https://registry.yarnpkg.com/cypress-wait-until/-/cypress-wait-until-1.7.1.tgz" integrity sha512-8DL5IsBTbAxBjfYgCzdbohPq/bY+IKc63fxtso1C8RWhLnQkZbVESyaclNr76jyxfId6uyzX8+Xnt0ZwaXNtkA== -cypress@8.4.0: - version "8.4.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.4.0.tgz#09ec06a73f1cb10121c103cba15076e659e24876" - integrity sha512-RtVgGFR06ikyMaq/VqapeqOjGaIA42PpK7F0qe1MCiFArfUuJECsLmeYaOA+1TlmNUgJNMSF5fWKkZIJr5Uc7w== +cypress@8.4.1: + version "8.4.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.4.1.tgz#8b5898bf49359cadc28f02ba05d51f63b8e3a717" + integrity sha512-itJXq0Vx3sXCUrDyBi2IUrkxVu/gTTp1VhjB5tzGgkeCR8Ae+/T8WV63rsZ7fS8Tpq7LPPXiyoM/sEdOX7cR6A== dependencies: "@cypress/request" "^2.88.6" "@cypress/xvfb" "^1.2.4"