From 7948adbb94ae09a53ae497cebf564bdf25297e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:31:21 +0000 Subject: [PATCH] Bump cypress from 13.14.1 to 13.14.2 in /e2e Bumps [cypress](https://github.com/cypress-io/cypress) from 13.14.1 to 13.14.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.14.1...v13.14.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/package.json b/e2e/package.json index 9eb38e9..bbe29b6 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -19,7 +19,7 @@ "author": "João Esperancinha", "license": "ISC", "devDependencies": { - "cypress": "13.14.1", + "cypress": "13.14.2", "ts-node": "^10.9.2", "typescript": "<5.6.0" }