From 03033a4d0ffe484073aa658c8437236aa1893502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:29:36 +0000 Subject: [PATCH] Bump cypress from 13.17.0 to 14.0.2 in /eform-client Bumps [cypress](https://github.com/cypress-io/cypress) from 13.17.0 to 14.0.2. - [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/v13.17.0...v14.0.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- eform-client/package.json | 2 +- eform-client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eform-client/package.json b/eform-client/package.json index 1776bb9a45..37e1660215 100644 --- a/eform-client/package.json +++ b/eform-client/package.json @@ -136,7 +136,7 @@ "angular-mocks": "^1.8.3", "chai": "^5.1.2", "chromedriver": "^131.0.4", - "cypress": "13.17.0", + "cypress": "14.0.2", "eslint": "^8.57.1", "fs-extra": "^11.1.0", "guid-typescript": "^1.0.9", diff --git a/eform-client/yarn.lock b/eform-client/yarn.lock index 2a6fcc439a..27763eaeb9 100644 --- a/eform-client/yarn.lock +++ b/eform-client/yarn.lock @@ -5691,10 +5691,10 @@ custom-event@^1.0.0: resolved "https://registry.yarnpkg.com/custom-event/-/custom-event-1.0.1.tgz#5d02a46850adf1b4a317946a3928fccb5bfd0425" integrity sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg== -cypress@13.17.0: - version "13.17.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.17.0.tgz#34c3d68080c4497eace0f353bd1629587a5f600d" - integrity sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA== +cypress@14.0.2: + version "14.0.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.2.tgz#6d4811685a43911f70690bf0b2abbef991190412" + integrity sha512-3qqTU2JoVY262qkYg9I2nohwxcfsJk0dSVp/LXAjD94Jz2y6411Mf/l5uHEHiaANrOmMcHbzYgOd/ueDsZlS7A== dependencies: "@cypress/request" "^3.0.6" "@cypress/xvfb" "^1.2.4"