diff --git a/package.json b/package.json index da04b57c..efddc630 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "babel-loader": "^9.2.1", "cypress": "^13.17.0", "eslint": "^8.57.1", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-vue": "^9.32.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index 3f9ae9da..db7dd4cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5383,12 +5383,12 @@ eslint-plugin-cypress@^2.11.2: dependencies: globals "^13.20.0" -eslint-plugin-cypress@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz#d0e2f68f27b9a34ecf565bef58ed82c8f10d39a8" - integrity sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA== +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 "^13.20.0" + globals "^15.11.0" eslint-plugin-import@^2.29.1, eslint-plugin-import@^2.31.0: version "2.31.0" @@ -6286,6 +6286,11 @@ globals@^13.19.0, globals@^13.20.0, globals@^13.24.0: dependencies: type-fest "^0.20.2" +globals@^15.11.0: + version "15.14.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f" + integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig== + globalthis@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"