From 5c4df190725551618eead1203d69949449eb2c24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 03:17:05 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v4.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c52a68ef..ad14246d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint-config-prettier": "9.1.0", "eslint-config-react-app": "7.0.1", "eslint-plugin-chai-friendly": "0.7.2", - "eslint-plugin-cypress": "4.0.0", + "eslint-plugin-cypress": "4.1.0", "eslint-plugin-no-only-tests": "3.1.0", "eslint-plugin-prettier": "4.2.1", "esbuild-plugin-polyfill-node": "0.3.0", diff --git a/yarn.lock b/yarn.lock index d05f312b..4e89707a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4759,10 +4759,10 @@ eslint-plugin-chai-friendly@0.7.2: resolved "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-0.7.2.tgz" integrity sha512-LOIfGx5sZZ5FwM1shr2GlYAWV9Omdi+1/3byuVagvQNoGUuU0iHhp7AfjA1uR+4dJ4Isfb4+FwBJgQajIw9iAg== -eslint-plugin-cypress@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.0.0.tgz#e4333e635808ec28ec04f598ec02d42b2bf253a5" - integrity sha512-KRzI4zxoOKMhWKRxcikRu/Vjsomnx1vXJEY2CTG+4oluFbXxGuyRC1CLlhmBVOK5/iR17vY7rzuyRbpcx5zEPA== +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== dependencies: globals "^15.11.0"