From 44401257d0c7e5e7a698d2bcfa35867f951e3ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 01:14:32 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 12.16.0 to 12.17.0 (#1028) Bumps [cypress](https://github.com/cypress-io/cypress) from 12.16.0 to 12.17.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.16.0...v12.17.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a327352b..22a5f4fd 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@vue/test-utils": "^1.3.6", "@vue/vue2-jest": "^29.2.4", "babel-jest": "~29.5.0", - "cypress": "~12.16.0", + "cypress": "~12.17.0", "eslint": "~8.44.0", "eslint-plugin-cypress": "^2.13.3", "eslint-plugin-vue": "^8.7.1", diff --git a/yarn.lock b/yarn.lock index e0f8eceb..d903847a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3858,10 +3858,10 @@ csstype@^3.1.0: resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9" integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw== -cypress@~12.16.0: - version "12.16.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.16.0.tgz#d0dcd0725a96497f4c60cf54742242259847924c" - integrity sha512-mwv1YNe48hm0LVaPgofEhGCtLwNIQEjmj2dJXnAkY1b4n/NE9OtgPph4TyS+tOtYp5CKtRmDvBzWseUXQTjbTg== +cypress@~12.17.0: + version "12.17.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.0.tgz#3a907a41c4afbb44be7b84e822e4914d734a6bb0" + integrity sha512-nq0ug8Zrjq/2khHU1PTNxg+3/n1oqtmAFCxwQhS6QzkQ4mR6RLitX+cGIOuIMfnEbDAtVub0hZh661FOA16JxA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4" @@ -3900,7 +3900,7 @@ cypress@~12.16.0: pretty-bytes "^5.6.0" proxy-from-env "1.0.0" request-progress "^3.0.0" - semver "^7.3.2" + semver "^7.5.3" supports-color "^8.1.1" tmp "~0.2.1" untildify "^4.0.0"