From a2c32eda4db05a14ed562b7ce03628f47d5912d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 20:48:51 +0100 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 3.0.1 to 3.2.0 (#10143) Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.0.1 to 3.2.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.0.1...v3.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4bc526c3c5c74..d3734437012b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "eslint-config-standard-jsx": "11.0.0", "eslint-config-standard-react": "13.0.0", "eslint-plugin-chai-friendly": "^0.7.4", - "eslint-plugin-cypress": "^3.0.1", + "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-icedfrisby": "^0.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^48.2.3", @@ -11121,15 +11121,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.1.tgz", - "integrity": "sha512-vcWCHa+clkJewPiz4lC8yHnMUMEVPx0QcZ3zA0sXt7MfdcYL4d+UPs51jR4CVLZDMJkMx72cmq7M9yxiO+bnFg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz", + "integrity": "sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">=7 <9" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { diff --git a/package.json b/package.json index 9ad934be39275..1c103d13e4ac4 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "eslint-config-standard-jsx": "11.0.0", "eslint-config-standard-react": "13.0.0", "eslint-plugin-chai-friendly": "^0.7.4", - "eslint-plugin-cypress": "^3.0.1", + "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-icedfrisby": "^0.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^48.2.3",