From 7941189ba159801ffef67fd1ab8bab3b208d6ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 04:55:47 +0000 Subject: [PATCH] Bump cypress from 13.13.3 to 13.14.0 in /website (#2427) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.3 to 13.14.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.13.3...v13.14.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 dfc0021a5..e83b89728 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.1", - "cypress": "^13.13.3", + "cypress": "^13.14.0", "cypress-file-upload": "^5.0.8", "dotenv": "^16.4.5", "eslint-plugin-cypress": "^3.5.0", diff --git a/website/yarn.lock b/website/yarn.lock index 9e573b5da..9ee2f26d8 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -1652,10 +1652,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.13.3: - version "13.13.3" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.3.tgz#21ee054bb4e00b3858f2e33b4f8f4e69128470a9" - integrity sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw== +cypress@^13.14.0: + version "13.14.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.14.0.tgz#12ed82310f7c01eaf4ddbe01236ea3efd5a4c380" + integrity sha512-r0+nhd033x883YL6068futewUsl02Q7rWiinyAAIBDW/OOTn+UMILWgNuCiY3vtJjd53efOqq5R9dctQk/rKiw== dependencies: "@cypress/request" "^3.0.1" "@cypress/xvfb" "^1.2.4"