From 9e22311a4fff61dc669e0d550113413e405b481e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:21:16 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.15.1 to 3.6.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 3.6.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v3.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c25a853..e578a8c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "8.56.0", "eslint-config-next": "14.0.4", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-unused-imports": "^4.1.4", "husky": "^9.1.6", diff --git a/yarn.lock b/yarn.lock index a0b0d7f..a1f48d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1601,10 +1601,10 @@ eslint-module-utils@^2.8.0: dependencies: debug "^3.2.7" -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== +eslint-plugin-cypress@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz#d0e2f68f27b9a34ecf565bef58ed82c8f10d39a8" + integrity sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA== dependencies: globals "^13.20.0"