From b7cfce1a8f60f6df47ade9302a7beadeccbd9716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 04:11:29 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.3.1 to 13.3.2 in /website Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.1 to 13.3.2. - [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.3.1...v13.3.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... 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 99059aa0f..55fa616bb 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.1.0", - "cypress": "^13.3.1", + "cypress": "^13.3.2", "cypress-file-upload": "^5.0.8", "dotenv": "^16.3.1", "eslint-plugin-cypress": "^2.15.1", diff --git a/website/yarn.lock b/website/yarn.lock index 925d0c5ec..391e69e7d 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -1543,10 +1543,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.3.1: - version "13.3.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.3.1.tgz#d72f922e167891574c7773d07ac64d7114e11d49" - integrity sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q== +cypress@^13.3.2: + version "13.3.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.3.2.tgz#b4baa64ce37d7874f6bdd8efbc28a9c722c0686f" + integrity sha512-ArLmZObcLC+xxCp7zJZZbhby9FUf5CueLej9dUM4+5j37FTS4iMSgHxQLDu01PydFUvDXcNoIVRCYrHHxD7Ybg== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"