From fe8b90e31f61df74e3bc49d9d5f2aaf639d08cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:03:24 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 6.2.3 to 6.3.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.2.3 to 6.3.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.2.3...v6.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.3.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 5669e346..b6a9acb3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@vue/test-utils": "2.4.6", "cypress": "^15.13.1", "eslint": "^10.2.0", - "eslint-plugin-cypress": "^6.2.3", + "eslint-plugin-cypress": "^6.3.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 b1e12a19..424316f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1796,10 +1796,10 @@ eslint-module-utils@^2.12.1: dependencies: debug "^3.2.7" -eslint-plugin-cypress@^6.2.3: - version "6.2.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.3.tgz#fb9a809c990a8f5cec8f601081ab4d4c66e5f520" - integrity sha512-Z2NqobTABOWJDga9bvmhZawAhRbEkgIk+HZPP95rF6B/AnS1o4vCXNmtfrs3J4evirHSHmPGKXj3Ty1nqXP0MQ== +eslint-plugin-cypress@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.3.0.tgz#fa90b3c78c880f7b8acecaa65d2a32d51f8c538e" + integrity sha512-4M3vgcMYgStgrYJn2uRtyWlAAJsY88//ctDJfBoQE2VtUWuBQ90W1Uiyar8MLQN2Ii52ZsEuzA3OBrnEW8Me/g== dependencies: globals "^17.4.0"