From 17b87715003f30dc4a4371df11980df0816eb6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:02:00 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 3.6.0 to 5.2.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.6.0 to 5.2.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.6.0...v5.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++++++++++++------ package.json | 2 +- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef54e41d..f2f3fa19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "cheerio": "1.0.0-rc.3", "cypress": "^14.0.0", "eslint": "~8.57.0", - "eslint-plugin-cypress": "^3.0.0", + "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-react": "^7.20.0", "eslint-plugin-security": "~3.0.0", "jest": "~28.1.1", @@ -6299,15 +6299,29 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", - "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.2.0.tgz", + "integrity": "sha512-vuCUBQloUSILxtJrUWV39vNIQPlbg0L7cTunEAzvaUzv9LFZZym+KFLH18n9j2cZuFPdlxOqTubCvg5se0DyGw==", "dev": true, + "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^16.2.0" }, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=9" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", + "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-plugin-react": { diff --git a/package.json b/package.json index a61cd0e8..b6f4a92e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "cheerio": "1.0.0-rc.3", "cypress": "^14.0.0", "eslint": "~8.57.0", - "eslint-plugin-cypress": "^3.0.0", + "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-react": "^7.20.0", "eslint-plugin-security": "~3.0.0", "jest": "~28.1.1",