From 0805faf76312e7adba942c0d879fe8bc9a7afb8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 10:21:04 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 12.17.4 to 13.5.1 in /playground Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.4 to 13.5.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/v12.17.4...v13.5.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 0f9739fc..850c5249 100644 --- a/playground/package.json +++ b/playground/package.json @@ -31,7 +31,7 @@ "styled-components": "^5.2.1" }, "devDependencies": { - "cypress": "^12.7.0", + "cypress": "^13.5.1", "start-server-and-test": "^2.0.0" }, "engines": {