From 70309fda7bfb46b8e76ea86700890372f911687f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:24:33 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress Bumps [cypress](https://github.com/cypress-io/cypress) from 15.13.0 to 15.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/v15.13.0...v15.15.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../start-and-pnpm-workspaces/packages/workspace-1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/start-and-pnpm-workspaces/packages/workspace-1/package.json b/examples/start-and-pnpm-workspaces/packages/workspace-1/package.json index c3d6432..af77499 100644 --- a/examples/start-and-pnpm-workspaces/packages/workspace-1/package.json +++ b/examples/start-and-pnpm-workspaces/packages/workspace-1/package.json @@ -11,7 +11,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.13.0", + "cypress": "15.15.0", "serve": "^14.2.6" } }