From 67784b832ba2504d0b6dd6133ce0cf3146d9c832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:33:01 +0000 Subject: [PATCH] chore(web-cypress): update dependency eslint-plugin-cypress to v4.1.0 (#20063) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- web-cypress/package-lock.json | 8 ++++---- web-cypress/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web-cypress/package-lock.json b/web-cypress/package-lock.json index bae2d4a438..00d2c70af2 100644 --- a/web-cypress/package-lock.json +++ b/web-cypress/package-lock.json @@ -12,7 +12,7 @@ "eslint": "8.57.1", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-cypress": "4.0.0", + "eslint-plugin-cypress": "4.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.37.2", @@ -1847,9 +1847,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/web-cypress/package.json b/web-cypress/package.json index bad1192622..fc53ca64bd 100644 --- a/web-cypress/package.json +++ b/web-cypress/package.json @@ -20,7 +20,7 @@ "eslint": "8.57.1", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-cypress": "4.0.0", + "eslint-plugin-cypress": "4.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.37.2",