From 18b28be4ba7a26a07e15dc19df553d5c550478ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:34:15 +0000 Subject: [PATCH] Bump cypress from 13.3.2 to 13.3.3 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.2 to 13.3.3. - [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.2...v13.3.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... 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 62d6e947f..aba7fcbd3 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "^4.3.10", "codeclimate-test-reporter": "^0.5.1", "cssnano": "^6.0.1", - "cypress": "13.3.2", + "cypress": "13.3.3", "cypress-plugin-tab": "^1.0.5", "del": "^7.1.0", "eslint": "^8.52.0", diff --git a/yarn.lock b/yarn.lock index 4e04a8ca4..71200dee5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3758,10 +3758,10 @@ cypress-plugin-tab@^1.0.5: dependencies: ally.js "^1.4.1" -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== +cypress@13.3.3: + version "13.3.3" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.3.3.tgz#353e69b6543aee8aee4e91fa39bcecbab26ab564" + integrity sha512-mbdkojHhKB1xbrj7CrKWHi22uFx9P9vQFiR0sYDZZoK99OMp9/ZYN55TO5pjbXmV7xvCJ4JwBoADXjOJK8aCJw== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"