From c105ea456b97e42c6508bf812c5be7998c61e744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:33:25 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 12.17.4 to 13.3.0 in /playground Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.4 to 13.3.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.3.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 4dcc5545..9bc9a590 100644 --- a/playground/package.json +++ b/playground/package.json @@ -24,7 +24,7 @@ "e2e": "ENV_PATH='./.env.test' start-server-and-test 'yarn start' http://0.0.0.0:1337 'yarn cy:run'" }, "devDependencies": { - "cypress": "^12.7.0", + "cypress": "^13.3.0", "start-server-and-test": "^2.0.0" }, "author": {