Skip to content

Commit e85ca41

Browse files
chore(deps): update dependency eslint-plugin-cypress to v4
1 parent 4693413 commit e85ca41

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

zucchini-ui-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "6.21.0",
2121
"eslint": "8.57.1",
2222
"eslint-config-prettier": "9.1.0",
23-
"eslint-plugin-cypress": "3.6.0",
23+
"eslint-plugin-cypress": "4.1.0",
2424
"eslint-plugin-prettier": "5.2.3",
2525
"npm-run-all2": "6.2.6",
2626
"prettier": "3.4.2",

zucchini-ui-e2e-tests/yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -872,12 +872,12 @@ eslint-config-prettier@9.1.0:
872872
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
873873
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
874874

875-
eslint-plugin-cypress@3.6.0:
876-
version "3.6.0"
877-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz#d0e2f68f27b9a34ecf565bef58ed82c8f10d39a8"
878-
integrity sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==
875+
eslint-plugin-cypress@4.1.0:
876+
version "4.1.0"
877+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz#11178fd250d437e2ec57bf24b8a9058b356f8cac"
878+
integrity sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==
879879
dependencies:
880-
globals "^13.20.0"
880+
globals "^15.11.0"
881881

882882
eslint-plugin-prettier@5.2.3:
883883
version "5.2.3"
@@ -1242,12 +1242,10 @@ globals@^13.19.0:
12421242
dependencies:
12431243
type-fest "^0.20.2"
12441244

1245-
globals@^13.20.0:
1246-
version "13.20.0"
1247-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
1248-
integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==
1249-
dependencies:
1250-
type-fest "^0.20.2"
1245+
globals@^15.11.0:
1246+
version "15.14.0"
1247+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
1248+
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
12511249

12521250
globby@^11.1.0:
12531251
version "11.1.0"

0 commit comments

Comments
 (0)