From 005e8b77a7a74ed5f653724a4629ebb63c1c1204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 10:36:59 +0200 Subject: [PATCH] build(deps): bump cypress from 8.1.0 to 8.3.0 in /main/tests/cypress (#4107) Bumps [cypress](https://github.com/cypress-io/cypress) from 8.1.0 to 8.3.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.1.0...v8.3.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com> Co-authored-by: Antonin Delpeuch --- 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 d387e7a69..de3760060 100644 --- a/main/tests/cypress/package.json +++ b/main/tests/cypress/package.json @@ -11,7 +11,7 @@ "lint": "prettier --check . && eslint ." }, "dependencies": { - "cypress": "8.1.0", + "cypress": "8.3.0", "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 0e5b3ffe2..4ec90c514 100644 --- a/main/tests/cypress/yarn.lock +++ b/main/tests/cypress/yarn.lock @@ -511,10 +511,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.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.1.0.tgz#9aaed7fb2a4d1876528b72d437f97bc824db0735" - integrity sha512-GXjlqPjY/6HPbQwAp3AvlA1Mk/NoJTAmqVSUhQsuM/1xDpd/FQHkxVuq5h6O6RrAoCXSgpZPXFsVtdqE+FwEJw== +cypress@8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.3.0.tgz#ba906d2170888073ad94b2be1b994a749bbb7c7d" + integrity sha512-zA5Rcq8AZIfRfPXU0CCcauofF+YpaU9HYbfqkunFTmFV0Kdlo14tNjH2E3++MkjXKFnv3/pXq+HgxWtw8CSe8Q== dependencies: "@cypress/request" "^2.88.5" "@cypress/xvfb" "^1.2.4"