From 4a65f619bc9fdd1600b4d4077a4bf51a72950e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 02:42:44 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-cypress from 2.15.1 to 3.5.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 3.5.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.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2986dbb40..2444e7798 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "cypress-split": "^1.24.0", "cypress-visual-regression": "^5.2.1", "cypress-wait-until": "^3.0.2", - "eslint-plugin-cypress": "^2.12.1", + "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-react": "^7.35.2", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", @@ -10656,15 +10656,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz", - "integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", + "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { diff --git a/package.json b/package.json index 6b330e1fe..8bb1246f9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cypress-split": "^1.24.0", "cypress-visual-regression": "^5.2.1", "cypress-wait-until": "^3.0.2", - "eslint-plugin-cypress": "^2.12.1", + "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-react": "^7.35.2", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1",