From 6011045668b277541eafac1115dff5960d9328f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:16:18 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress in /examples/install-command Bumps [cypress](https://github.com/cypress-io/cypress) from 15.12.0 to 15.13.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/v15.12.0...v15.13.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.13.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/install-command/package.json | 2 +- examples/install-command/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/install-command/package.json b/examples/install-command/package.json index a75c755..67f0622 100644 --- a/examples/install-command/package.json +++ b/examples/install-command/package.json @@ -8,7 +8,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.12.0" + "cypress": "15.13.1" }, "dependencies": { "arg": "5.0.0", diff --git a/examples/install-command/yarn.lock b/examples/install-command/yarn.lock index cae6b3e..06b5187 100644 --- a/examples/install-command/yarn.lock +++ b/examples/install-command/yarn.lock @@ -298,10 +298,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -cypress@15.12.0: - version "15.12.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.12.0.tgz#84be43a9d85cb390ca404e5b1d030568a06ab4eb" - integrity sha512-B2BRcudLfA4NZZP5QpA45J70bu1heCH59V1yKRLHAtiC49r7RV03X5ifUh7Nfbk8QNg93RAsc6oAmodm/+j0pA== +cypress@15.13.1: + version "15.13.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.13.1.tgz#75fb321b5c10e9d1737868a9158250fe2e07607c" + integrity sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg== dependencies: "@cypress/request" "^3.0.10" "@cypress/xvfb" "^1.2.4"