From 69603dbc23538bdaac59143bb6a84e3a029e2646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 02:02:55 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 3.4.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.2 to 3.4.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.2...v3.4.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 f4e8a394f4f3d..2226183d5b09c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -123,7 +123,7 @@ "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.4.0", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0", @@ -11903,15 +11903,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", - "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", + "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", "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 7c9888ae492f6..38da1a576470c 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.4.0", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0",