From 1c6de9499b6e512bf841e8f0b56a13d83d9573b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:41:11 +0000 Subject: [PATCH] Bump cypress from 13.13.3 to 13.14.0 in /e2e 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] --- 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 82268af..c9d7527 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -18,7 +18,7 @@ "author": "João Esperancinha", "license": "ISC", "devDependencies": { - "cypress": "13.13.3", + "cypress": "13.14.0", "ts-node": "10.9.2", "typescript": "5.5.4" }, diff --git a/e2e/yarn.lock b/e2e/yarn.lock index f0e7310..8a26dea 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -360,10 +360,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -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"