From b3f2323d6b943d2a96cd514ec2874a84c1e67f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:19:00 +0000 Subject: [PATCH] Bump cypress from 13.3.1 to 13.3.2 in /e2e 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] --- e2e/package.json | 2 +- e2e/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/package.json b/e2e/package.json index 8ae1d40..30ae284 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -14,7 +14,7 @@ "author": "João Esperancinha", "license": "ISC", "devDependencies": { - "cypress": "13.3.1", + "cypress": "13.3.2", "ts-node": "^10.9.1", "typescript": "^5.2.2" } diff --git a/e2e/yarn.lock b/e2e/yarn.lock index c6aa0b9..f0a1220 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -371,10 +371,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -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"