From 7dcd0e2f2c9b934e65b815cab451e77cedc72782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 01:35:04 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 5.1.0 to 5.1.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 5.1.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/v5.1.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-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 8b66c055..98d64ec6 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "babel-loader": "^10.0.0", "cypress": "^14.5.4", "eslint": "^9.33.0", - "eslint-plugin-cypress": "^5.1.0", + "eslint-plugin-cypress": "^5.1.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-vue": "^10.4.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index b710aae3..b84e240e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4962,10 +4962,10 @@ eslint-plugin-cypress@^2.11.2: dependencies: globals "^13.20.0" -eslint-plugin-cypress@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz#348c63f2afb2b336ab2063bf27347c1219be64b6" - integrity sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow== +eslint-plugin-cypress@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.1.tgz#186dd252b4520ce81f59a7d7213050e5f748fa9f" + integrity sha512-LxTmZf1LLh9EklZBVvKNEZj71X9tCJnlYDviAJGsOgEVc6jz+tBODSpm02CS/9eJOfRqGsmVyvIw7LHXQ13RaA== dependencies: globals "^16.2.0"