From 3728ed09ba6656cfe6ccaf1b14ee6383dcfb4008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:39:37 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.14.2 to 13.15.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.14.2 to 13.15.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.14.2...v13.15.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 314f326..9316c39 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@bahmutov/cypress-esbuild-preprocessor": "2.2.3", "@tsconfig/bun": "1.0.7", "@types/bun": "1.1.10", - "cypress": "13.14.2", + "cypress": "13.15.0", "prettier": "3.3.3", "prettier-plugin-organize-imports": "4.1.0", "typescript": "5.6.2"