From bc5ca192f90ecea99048574eeb32b01d87f5228c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:38:53 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 4.3.0 to 5.1.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 4.3.0 to 5.1.1. - [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.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 5.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++------------------ package.json | 2 +- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffd66f4ce..847e21950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "cypress": "14.5.0", "cypress-axe": "^1.5.0", "eslint": "~9.35.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^5.1.1", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^16.0.0", @@ -6543,31 +6543,18 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.1.tgz", + "integrity": "sha512-LxTmZf1LLh9EklZBVvKNEZj71X9tCJnlYDviAJGsOgEVc6jz+tBODSpm02CS/9eJOfRqGsmVyvIw7LHXQ13RaA==", "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 549a638d3..fcbb5c8d3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cypress": "14.5.0", "cypress-axe": "^1.5.0", "eslint": "~9.35.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^5.1.1", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^16.0.0",