From c149709cea0164275d5c92d0d8381a140edfa63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:16:43 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 4.1.0 to 4.2.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress 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 a9c241f4..256322d9 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "babel-loader": "^10.0.0", "cypress": "^14.1.0", "eslint": "^8.57.1", - "eslint-plugin-cypress": "^4.1.0", + "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-vue": "^9.33.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index b7fcfe7b..4050199d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5379,10 +5379,10 @@ eslint-plugin-cypress@^2.11.2: dependencies: globals "^13.20.0" -eslint-plugin-cypress@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz#11178fd250d437e2ec57bf24b8a9058b356f8cac" - integrity sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg== +eslint-plugin-cypress@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.2.0.tgz#27cb865de0c9080751db52f164cf45f0979918b7" + integrity sha512-v5cyt0VYb1tEEODBJSE44PocYOwQsckyexJhCs7LtdD3FGO6D2GjnZB2s2Sts4RcxdxECTWX01nObOZRs26bQw== dependencies: globals "^15.11.0"