From c0c2279e4fc74c21329240a1e0cb0aa22f9f2ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 01:03:23 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 6.0.0 to 6.1.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6657a4a4..30a9a544 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "babel-loader": "^10.0.0", "cypress": "^15.10.0", "eslint": "^9.39.2", - "eslint-plugin-cypress": "^6.0.0", + "eslint-plugin-cypress": "^6.1.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-vue": "^10.8.0", "eslint-plugin-vuejs-accessibility": "^2.5.0", diff --git a/yarn.lock b/yarn.lock index 2ea2b149..a326ccf6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5071,10 +5071,10 @@ eslint-plugin-cypress@^2.11.2: dependencies: globals "^13.20.0" -eslint-plugin-cypress@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.0.0.tgz#d137892de43278975c3f1951e2b2c3a8e40006ef" - integrity sha512-J96t5BLt8lYSiQ5b4vZ2IpUcsAc3XOw9Esy5sFSvgbx4Od/MIwlbXM8QazrcbEKrKKsynOnyXzZwiAQTtGCEyA== +eslint-plugin-cypress@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.1.0.tgz#5619ceb67d09d74cb5225408bb36c962afb94880" + integrity sha512-B8sxtNpINDxFkmsu1qKYjg70VsP8SGneEXgLcZMk1bUZcW08S+JyaiMdof1x6dmt02FgOD7YkT4wOaOD5HotJw== dependencies: globals "^17.3.0"