From e54dbd1431dd5aaff25a9f1122e6f3518e609c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:27:39 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cdb304bb5..f2ac56d4a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@sweetalert2/stylelint-config": "^3.0.0", "cypress": "^13.0.0", "eslint": "^8.24.0", - "eslint-plugin-cypress": "^2.12.1", + "eslint-plugin-cypress": "^3.0.0", "eslint-plugin-jsdoc": "^48.0.0", "eslint-plugin-no-unsanitized": "^4.0.1", "jquery": "^3.6.1", diff --git a/yarn.lock b/yarn.lock index edb06ffa3..54908902b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2218,10 +2218,10 @@ eslint-config-prettier@^9.0.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== -eslint-plugin-cypress@^2.12.1: - version "2.15.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz#336afa7e8e27451afaf65aa359c9509e0a4f3a7b" - integrity sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w== +eslint-plugin-cypress@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz#fe2dd9c99ed5dfed5c7be658801e75ed3d9c2265" + integrity sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw== dependencies: globals "^13.20.0"