From 2708247056ccc5a8dc55d5af46e3639333b46ca3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 18:20:59 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v12.16.0 (#4185) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`12.15.0` -> `12.16.0`](https://renovatebot.com/diffs/npm/cypress/12.15.0/12.16.0) | [![age](https://badges.renovateapi.com/packages/npm/cypress/12.16.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/cypress/12.16.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/cypress/12.16.0/compatibility-slim/12.15.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/cypress/12.16.0/confidence-slim/12.15.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
cypress-io/cypress (cypress) ### [`v12.16.0`](https://togithub.com/cypress-io/cypress/releases/tag/v12.16.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v12.15.0...v12.16.0) Changelog:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f6fee1faff..0434100c11 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -68,7 +68,7 @@ "classnames": "2.3.2", "copy-to-clipboard": "3.3.3", "countries-and-timezones": "^3.4.0", - "cypress": "12.15.0", + "cypress": "12.16.0", "cypress-vite": "^1.4.0", "date-fns": "2.30.0", "date-fns-tz": "^2.0.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 148a54d81b..e1285555e1 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4023,10 +4023,10 @@ cypress-vite@^1.4.0: chokidar "^3.5.3" debug "^4.3.4" -cypress@12.15.0: - version "12.15.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.15.0.tgz#06103529583c41f39712c6cfa6d9d09a01731760" - integrity sha512-FqGbxsH+QgjStuTO9onXMIeF44eOrgVwPvlcvuzLIaePQMkl72YgBvpuHlBGRcrw3Q4SvqKfajN8iV5XWShAiQ== +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== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"