diff --git a/website/package.json b/website/package.json index b5e6088eb..cb38d964d 100644 --- a/website/package.json +++ b/website/package.json @@ -47,7 +47,7 @@ "cypress": "^13.15.1", "cypress-file-upload": "^5.0.8", "dotenv": "^16.4.5", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-import": "^2.31.0", "prettier": "^3.3.3", "start-server-and-test": "^2.0.8", diff --git a/website/yarn.lock b/website/yarn.lock index ed4ed0605..956b1a90f 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2086,10 +2086,10 @@ eslint-module-utils@^2.12.0: dependencies: debug "^3.2.7" -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"