From bb8be29e6e038363137bed7a90e3a416eee84cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:18:28 +0000 Subject: [PATCH] build(deps): bump cypress from 13.4.0 to 13.5.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.4.0 to 13.5.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.4.0...v13.5.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8c02a495..156691dc 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "autoprefixer": "10.4.14", "commitizen": "4.3.0", "concurrently": "8.2.0", - "cypress": "13.4.0", + "cypress": "13.5.0", "cypress-split": "1.15.4", "cypress-terminal-report": "5.3.2", "cz-conventional-changelog": "3.3.0", diff --git a/yarn.lock b/yarn.lock index 0ef2c16a..76ace2b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4255,10 +4255,10 @@ cypress-terminal-report@5.3.2: semver "^7.3.5" tv4 "^1.3.0" -cypress@13.4.0: - version "13.4.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.4.0.tgz#7d91069983ba7c664c505abde84d3e3e20484344" - integrity sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ== +cypress@13.5.0: + version "13.5.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.5.0.tgz#8c149074186130972f08b2cdce6ded41f014bacd" + integrity sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"