From 387f562cdac06dba092d4a9081a33186b07f1452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:40:31 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 4.3.0 to 5.1.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 4.3.0 to 5.1.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.3.0...v5.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 860fdeab1..6c3844788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "cypress": "14.5.0", "cypress-axe": "^1.5.0", "eslint": "~9.30.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^16.0.0", @@ -6752,31 +6752,17 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.3.0.tgz", - "integrity": "sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", + "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", "dev": true, - "license": "MIT", "dependencies": { - "globals": "^15.15.0" + "globals": "^16.2.0" }, "peerDependencies": { "eslint": ">=9" } }, - "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint-plugin-react": { "version": "7.37.5", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", diff --git a/package.json b/package.json index 4aaf3e2a5..d7d5ae02d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cypress": "14.5.0", "cypress-axe": "^1.5.0", "eslint": "~9.30.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^16.0.0",