From 8b095572bc52a51810a902c1c8961a8327fdafa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:52:44 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 9.7.0 to 13.14.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 13.14.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/v9.7.0...v13.14.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 410d29e8f..81e2aa280 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "commitizen": "^4.2.3", "concurrently": "^6.5.1", "cross-env": "^7.0.3", - "cypress": "^9.1.1", + "cypress": "^13.14.1", "cz-conventional-changelog": "3.3.0", "debug": "^4.3.1", "dom-parser": "^0.1.6",