From 51f61871a61cf50803adacd4064f2c1b28bea6e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 05:03:40 +0000 Subject: [PATCH] Bump cypress from 9.4.1 to 9.5.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.4.1 to 9.5.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/v9.4.1...v9.5.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 b97058d3..c89661d1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^5.1.0", "@vue/test-utils": "^1.3.0", - "cypress": "^9.4.1", + "cypress": "^9.5.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 677074fc..aa739eb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2172,10 +2172,10 @@ cssstyle@^2.3.0: dependencies: cssom "~0.3.6" -cypress@^9.4.1: - version "9.4.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.4.1.tgz#1a4ba706435829c24b7edf350c2b059e05da9084" - integrity sha512-+JgMG9uT+QFx97JU9kOHE3jO3+0UdkQ9H1oCBiC7A74qme7Jkdy2sYDBCPjjGczutnWnGUTMRlwiNMP/Uq6LrQ== +cypress@^9.5.0: + version "9.5.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.5.0.tgz#704a79f0d3d4e775f433334eb8f5ae065e3bea31" + integrity sha512-rC5QPolKsVjJ8QJZ7IeZ6HlKM4gswBGZc0XvoAJNL8urQCSL8zTX0A/ai/h35WfF47NQ0iSZnwIXBlHX3MOUIQ== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"