From 34d0cff3d6d81846525024f16d947d7c1abf38ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 07:40:40 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.15.2 to 3.3.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.2 to 3.3.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.3.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 | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8cdb36c..5ba265be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "eslint": "^8.56.0", "eslint-config-wikimedia": "^0.27.0", "eslint-plugin-chai-friendly": "^0.7.4", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-jsonc": "^2.13.0", "eslint-plugin-vue": "^9.27.0", "jest": "^29.6.2", @@ -7752,16 +7752,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.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz", + "integrity": "sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ==", "dev": true, - "license": "MIT", "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 e36ae308..9b7528d0 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint": "^8.56.0", "eslint-config-wikimedia": "^0.27.0", "eslint-plugin-chai-friendly": "^0.7.4", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-jsonc": "^2.13.0", "eslint-plugin-vue": "^9.27.0", "jest": "^29.6.2",