From 66d45f55b9d20c9432d3a3987e7a4c6d6f6b4a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 18:11:35 +0530 Subject: [PATCH] build(deps): bump cypress from 7.1.0 to 7.2.0 in /main/tests/cypress (#3851) Bumps [cypress](https://github.com/cypress-io/cypress) from 7.1.0 to 7.2.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/v7.1.0...v7.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kush Trivedi <44091822+kushthedude@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 bef90b8c7..4ede97881 100644 --- a/main/tests/cypress/package.json +++ b/main/tests/cypress/package.json @@ -11,7 +11,7 @@ "lint": "prettier --check . && eslint ." }, "dependencies": { - "cypress": "7.1.0", + "cypress": "7.2.0", "cypress-image-snapshot": "^4.0.1", "cypress-file-upload": "^5.0.3", "cypress-wait-until": "^1.7.1", diff --git a/main/tests/cypress/yarn.lock b/main/tests/cypress/yarn.lock index 06b0dbf3a..442791bc8 100644 --- a/main/tests/cypress/yarn.lock +++ b/main/tests/cypress/yarn.lock @@ -521,10 +521,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@7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.1.0.tgz#6cb5dc22c6271a9d7a79a2477251a95afc77e531" - integrity sha512-AptQP9fVtN/FfOv8rJ9hTGJE2XQFc8saLHT38r/EeyWhzp0q/+P/DYRTDtjGZHeLTCNznAUrT4lal8jm+ouS7Q== +cypress@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.2.0.tgz#6a3364e18972f898fff1fb12c1ff747939e45ddc" + integrity sha512-lHHGay+YsffDn4M0bkkwezylBVHUpwwhtqte4LNPrFRCHy77X38+1PUe3neFb3glVTM+rbILtTN6FhO2djcOuQ== dependencies: "@cypress/listr-verbose-renderer" "^0.4.1" "@cypress/request" "^2.88.5"