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"