From ba008612cb6b44c25ebf2dbe3dbc29f9001e5f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 04:15:41 +0000 Subject: [PATCH] Bump cypress from 13.10.0 to 13.11.0 in /website Bumps [cypress](https://github.com/cypress-io/cypress) from 13.10.0 to 13.11.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.10.0...v13.11.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 3fb1bc2cf..9d2492e69 100644 --- a/website/package.json +++ b/website/package.json @@ -44,7 +44,7 @@ "@types/react-dropzone": "^5.1.0", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^4.3.0", - "cypress": "^13.10.0", + "cypress": "^13.11.0", "cypress-file-upload": "^5.0.8", "dotenv": "^16.4.5", "eslint-plugin-cypress": "^3.3.0", diff --git a/website/yarn.lock b/website/yarn.lock index 40fca1143..37b5280f3 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -1675,10 +1675,10 @@ cypress-file-upload@^5.0.8: resolved "https://registry.yarnpkg.com/cypress-file-upload/-/cypress-file-upload-5.0.8.tgz#d8824cbeaab798e44be8009769f9a6c9daa1b4a1" integrity sha512-+8VzNabRk3zG6x8f8BWArF/xA/W0VK4IZNx3MV0jFWrJS/qKn8eHfa5nU73P9fOQAgwHFJx7zjg4lwOnljMO8g== -cypress@^13.10.0: - version "13.10.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.10.0.tgz#0cfdb54eb046a30c78998e41effb635a50326935" - integrity sha512-tOhwRlurVOQbMduX+KonoMeQILs2cwR3yHGGENoFvvSoLUBHmJ8b9/n21gFSDqjlOJ+SRVcwuh+fG/JDsHsT6Q== +cypress@^13.11.0: + version "13.11.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.11.0.tgz#17097366390424cba5db6bf0ee5e97503f036e07" + integrity sha512-NXXogbAxVlVje4XHX+Cx5eMFZv4Dho/2rIcdBHg9CNPFUGZdM4cRdgIgM7USmNYsC12XY0bZENEQ+KBk72fl+A== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"