From 7d399affca50e0ecf8fe8a2cbe491624e6e1f7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:27:26 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 6.4.4 to 7.0.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.4.4 to 7.0.1. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.4.4...v7.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03d0ec050ea1..090a1551abfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "duplexer": "^0.1.2", "eslint": "^9.39.5", "eslint-config-webpack": "^4.9.6", - "eslint-plugin-cypress": "^6.4.4", + "eslint-plugin-cypress": "^7.0.1", "eslint-plugin-mdx": "^3.8.1", "feed": "^6.0.0", "front-matter": "^4.0.2", @@ -18988,17 +18988,17 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.4.tgz", - "integrity": "sha512-ez6i14V0xYrq0DMKQmKPeWpi9XP8RI8GK6YT657yOnVlg72PUyR2psgVmC3jXjpTAXVdyB5VDoQPN/ytaw9+Pg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-7.0.1.tgz", + "integrity": "sha512-Jn2sV9rt8iiUYZY+iGY8fvV8iseJ6Tl1jngnLeSRyuHvYgxEbDUUFwNhwj1cr9gI4xCzTDh4mgXJ3YY7+dEMVg==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^17.8.0" + "globals": "^17.11.0" }, "peerDependencies": { "@typescript-eslint/parser": ">=8", - "eslint": ">=9" + "eslint": ">=10" }, "peerDependenciesMeta": { "@typescript-eslint/parser": { diff --git a/package.json b/package.json index f5ceafa7ca1a..cb176b9fb12c 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "duplexer": "^0.1.2", "eslint": "^9.39.5", "eslint-config-webpack": "^4.9.6", - "eslint-plugin-cypress": "^6.4.4", + "eslint-plugin-cypress": "^7.0.1", "eslint-plugin-mdx": "^3.8.1", "feed": "^6.0.0", "front-matter": "^4.0.2",