From ec49dbfba5f373e0af2373866041aeaec188a2e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:46:30 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 12.17.4 to 13.5.0 in /playground Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.4 to 13.5.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/v12.17.4...v13.5.0) --- 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 e3f714eb..9cb4b2c0 100644 --- a/playground/package.json +++ b/playground/package.json @@ -27,7 +27,7 @@ "mime-types": "^2.1.27" }, "devDependencies": { - "cypress": "^12.7.0", + "cypress": "^13.5.0", "start-server-and-test": "^2.0.0" }, "engines": {