From 0783c920dff1b9262ad6b20f4cd98b723ef253c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:28:51 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.15.0 to 13.15.1 in /e2e Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.0 to 13.15.1. - [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.15.0...v13.15.1) --- 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 ff169db8..0dfbed1e 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -17,7 +17,7 @@ "author": "João Esperancinha", "license": "ISC", "devDependencies": { - "cypress": "13.15.0", + "cypress": "13.15.1", "ts-node": "^10.9.2", "typescript": "^5.6.3" },