From 8c0a563f4c6099f60284e74aaecf19bc55bb6721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 08:58:12 +0000 Subject: [PATCH] Bump cypress from 14.3.1 to 14.3.2 in /eform-client Bumps [cypress](https://github.com/cypress-io/cypress) from 14.3.1 to 14.3.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/v14.3.1...v14.3.2) --- updated-dependencies: - dependency-name: cypress dependency-version: 14.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... 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 ad3c8261d3..ae1cf27956 100644 --- a/eform-client/package.json +++ b/eform-client/package.json @@ -144,7 +144,7 @@ "angular-mocks": "^1.8.3", "chai": "^5.2.0", "chromedriver": "^135.0.2", - "cypress": "14.3.1", + "cypress": "14.3.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 a57febddb5..6cb219a9d3 100644 --- a/eform-client/yarn.lock +++ b/eform-client/yarn.lock @@ -5382,10 +5382,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@14.3.1: - version "14.3.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.3.1.tgz#b0570c0e5b198d930a2c0f640d099e777bec2d2f" - integrity sha512-/2q06qvHMK3PNiadnRW1Je0lJ43gAFPQJUAK2zIxjr22kugtWxVQznTBLVu1AvRH+RP3oWZhCdWqiEi+0NuqCg== +cypress@14.3.2: + version "14.3.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.3.2.tgz#04a6ea66c1715119ef41dda5851d75801cc1e226" + integrity sha512-n+yGD2ZFFKgy7I3YtVpZ7BcFYrrDMcKj713eOZdtxPttpBjCyw/R8dLlFSsJPouneGN7A/HOSRyPJ5+3/gKDoA== dependencies: "@cypress/request" "^3.0.8" "@cypress/xvfb" "^1.2.4"