From 68330a3a0aa9f86fa7a0fa3787094fce590a66d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:46:43 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v2.15.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b0fef58d..8ed64cc1 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "cypress": "13.2.0", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", - "eslint-plugin-cypress": "2.14.0", + "eslint-plugin-cypress": "2.15.1", "eslint-plugin-import": "2.28.1", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-react": "7.33.2", diff --git a/yarn.lock b/yarn.lock index 0684f298..e53e5c0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6138,10 +6138,10 @@ eslint-module-utils@^2.8.0: dependencies: debug "^3.2.7" -eslint-plugin-cypress@2.14.0: - version "2.14.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz#c65e1f592680dd25bbd00c86194ee85fecf59bd7" - integrity sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg== +eslint-plugin-cypress@2.15.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== dependencies: globals "^13.20.0"