From 48dbe292fb13e0a63c0d1e29bc3f3f1324a52ec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 08:23:57 +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 9ebe6de71..43b485d05 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "cypress": "^13.8.1", "cz-conventional-changelog": "3.3.0", "eslint": "^8.57.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index bfab92612..52dc38e63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3837,10 +3837,10 @@ eslint-module-utils@^2.8.0: dependencies: debug "^3.2.7" -eslint-plugin-cypress@^2.15.2: - version "2.15.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz#f22e12fad4c434edad7b298ef92bac8fa087ffa0" - integrity sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ== +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"