From 169682a3bd1e3bb46814d517ce5133ea2287b91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 01:02:01 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 5.2.0 to 5.2.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 5.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 c8ea2010..b12aa694 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "babel-loader": "^10.0.0", "cypress": "^15.8.1", "eslint": "^9.39.2", - "eslint-plugin-cypress": "^5.2.0", + "eslint-plugin-cypress": "^5.2.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-vue": "^10.6.2", "eslint-plugin-vuejs-accessibility": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index 3ed7265f..e23b7859 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4996,10 +4996,10 @@ eslint-plugin-cypress@^2.11.2: dependencies: globals "^13.20.0" -eslint-plugin-cypress@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-5.2.0.tgz#c01cc5511542b5eaa38d31bcdfe888336bf70611" - integrity sha512-vuCUBQloUSILxtJrUWV39vNIQPlbg0L7cTunEAzvaUzv9LFZZym+KFLH18n9j2cZuFPdlxOqTubCvg5se0DyGw== +eslint-plugin-cypress@^5.2.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-5.2.1.tgz#0ce3fbe694174068403b3c0c2de252896317b97d" + integrity sha512-HTJLbcd7fwJ4agbHinZ4FUIl38bUTJT3BmH8zdgS2V32LETmPqCtWHi3xlgZ2vpX0aW6kQoHCVVqHm8NxZJ9sA== dependencies: globals "^16.2.0"