From 3e9e8acb8dac294ff5d810834d6eb16e12b77359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 05:04:06 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 12.1.0 to 12.2.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.1.0 to 12.2.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/v12.1.0...v12.2.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 e89ee9f0..99507283 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@vue/eslint-config-typescript": "^5.1.0", "@vue/runtime-dom": "^3.2.45", "@vue/test-utils": "^2.2.6", - "cypress": "^12.1.0", + "cypress": "^12.2.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 708d0419..0fa640f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2395,10 +2395,10 @@ csstype@^2.6.8: resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda" integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA== -cypress@^12.1.0: - version "12.1.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.1.0.tgz#1fdaa631bc30df466dc9505154616f4cf69dbd4b" - integrity sha512-7fz8N84uhN1+ePNDsfQvoWEl4P3/VGKKmAg+bJQFY4onhA37Ys+6oBkGbNdwGeC7n2QqibNVPhk8x3YuQLwzfw== +cypress@^12.2.0: + version "12.2.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.2.0.tgz#86ddc1ecfffadf57a8689e211cfb4437735f4e92" + integrity sha512-kvl95ri95KK8mAy++tEU/wUgzAOMiIciZSL97LQvnOinb532m7dGvwN0mDSIGbOd71RREtmT9o4h088RjK5pKw== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"