From afb156bafa57e0079ddbf5b7311b9a49d4b1678b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:34:56 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v4.1.0 --- e2e/package-lock.json | 8 ++++---- e2e/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index f0fac3d9ad..8b18d292d1 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -13,7 +13,7 @@ "cypress": "13.13.2", "eslint": "9.13.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-cypress": "4.0.0", + "eslint-plugin-cypress": "4.1.0", "eslint-plugin-prettier": "5.2.1", "globals": "15.11.0", "prettier": "3.3.3" @@ -1640,9 +1640,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.0.0.tgz", - "integrity": "sha512-KRzI4zxoOKMhWKRxcikRu/Vjsomnx1vXJEY2CTG+4oluFbXxGuyRC1CLlhmBVOK5/iR17vY7rzuyRbpcx5zEPA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz", + "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/e2e/package.json b/e2e/package.json index 928ba9aa26..5b578efb16 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -19,7 +19,7 @@ "cypress": "13.13.2", "eslint": "9.13.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-cypress": "4.0.0", + "eslint-plugin-cypress": "4.1.0", "eslint-plugin-prettier": "5.2.1", "globals": "15.11.0", "prettier": "3.3.3"