From 42c8f39f4d2103a93d369b0cb6d3ae89a69d5281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 05:05:47 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 10.2.0 to 10.3.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v10.2.0...v10.3.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 730141ce..3728ac8c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@vue/eslint-config-typescript": "^5.1.0", "@vue/runtime-dom": "^3.2.37", "@vue/test-utils": "^1.3.0", - "cypress": "^10.2.0", + "cypress": "^10.3.0", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.4.1", "eslint-plugin-vue": "^7.20.0", diff --git a/yarn.lock b/yarn.lock index a1371a27..5c6a4014 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2235,10 +2235,10 @@ csstype@^2.6.8: resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda" integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA== -cypress@^10.2.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.2.0.tgz#ca078abfceb13be2a33cbba6e0e80ded770f542a" - integrity sha512-+i9lY5ENlfi2mJwsggzR+XASOIgMd7S/Gd3/13NCpv596n3YSplMAueBTIxNLcxDpTcIksp+9pM3UaDrJDpFqA== +cypress@^10.3.0: + version "10.3.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.3.0.tgz#fae8d32f0822fcfb938e79c7c31ef344794336ae" + integrity sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"