From a28f401791a15c3131607efc4d657d727caca018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:36:02 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 3.6.0 to 5.0.1 in /e2e Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.6.0 to 5.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- e2e/package-lock.json | 25 +++++++++++++++++++------ e2e/package.json | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index b3d7573f..a7938e62 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "cypress": "^14.0.0", "eslint": "^8.56.0", - "eslint-plugin-cypress": "^3.0.0", + "eslint-plugin-cypress": "^5.0.1", "wait-on": "^8.0.0" } }, @@ -1022,14 +1022,27 @@ } }, "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.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.1.tgz", + "integrity": "sha512-m1OlIo/tqlCQmxLNC+FE/ObDEB4GuGZqu0dO3+XdwJVErmQC1Wlw2jlBSV+jOdsTRdhjpT0qz49vdlIFKyU4dg==", + "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.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-scope": { diff --git a/e2e/package.json b/e2e/package.json index 4524befc..f43387bd 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -14,7 +14,7 @@ "dependencies": { "cypress": "^14.0.0", "eslint": "^8.56.0", - "eslint-plugin-cypress": "^3.0.0", + "eslint-plugin-cypress": "^5.0.1", "wait-on": "^8.0.0" } }