From 1378777b7b42449f106af728a07fae74ad401a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 19:28:15 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 4.1.0 to 4.2.0 (#10945) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2431c847ca..f83d2b247e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "eslint": "9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-chai-friendly": "1.0.1", - "eslint-plugin-cypress": "4.1.0", + "eslint-plugin-cypress": "4.2.0", "eslint-plugin-icedfrisby": "0.2.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsdoc": "50.6.6", @@ -13566,9 +13566,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz", - "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.2.0.tgz", + "integrity": "sha512-v5cyt0VYb1tEEODBJSE44PocYOwQsckyexJhCs7LtdD3FGO6D2GjnZB2s2Sts4RcxdxECTWX01nObOZRs26bQw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2bce576fb6..31427ad689 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "eslint": "9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-chai-friendly": "1.0.1", - "eslint-plugin-cypress": "4.1.0", + "eslint-plugin-cypress": "4.2.0", "eslint-plugin-icedfrisby": "0.2.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsdoc": "50.6.6",