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"