From 897236d2425dfbf588ef80e22213b9c76b636965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 13:19:00 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress Bumps [cypress](https://github.com/cypress-io/cypress) from 15.13.0 to 15.16.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.16.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.16.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..1fd3daa 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.16.0", "serve": "^14.2.6" } }