Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"dotenv": "17.4.2",
"eslint": "9.14.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "4.3.0",
"eslint-plugin-cypress": "6.4.1",
"husky": "^9.0.0",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4875,7 +4875,7 @@ __metadata:
dotenv: "npm:17.4.2"
eslint: "npm:9.14.0"
eslint-config-prettier: "npm:10.1.8"
eslint-plugin-cypress: "npm:4.3.0"
eslint-plugin-cypress: "npm:6.4.1"
husky: "npm:^9.0.0"
jest: "npm:30.3.0"
jest-environment-jsdom: "npm:30.3.0"
Expand Down Expand Up @@ -13433,14 +13433,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-cypress@npm:4.3.0":
version: 4.3.0
resolution: "eslint-plugin-cypress@npm:4.3.0"
"eslint-plugin-cypress@npm:6.4.1":
version: 6.4.1
resolution: "eslint-plugin-cypress@npm:6.4.1"
dependencies:
globals: "npm:^15.15.0"
globals: "npm:^17.6.0"
peerDependencies:
"@typescript-eslint/parser": ">=8"
eslint: ">=9"
checksum: 10c0/76960cd9629f307a858b704629e12207dc80e13be719dd0fafe1f8e1b82617307677c5b027fe7a055b406d0c1ab70f2cb6a75643312dc44d3547eb983aa29083
peerDependenciesMeta:
"@typescript-eslint/parser":
optional: true
checksum: 10c0/6eb4c058d017036cfa8c62db7dfed3fdd5edbcb9faa44dc4b675f02e8bf7f19d69545fa892cb8dd4b1fd40238934e565986cc477f9e340c135a78c050ea73216
languageName: node
linkType: hard

Expand Down Expand Up @@ -14844,13 +14848,20 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^15.15.0, globals@npm:^15.9.0":
"globals@npm:^15.9.0":
version: 15.15.0
resolution: "globals@npm:15.15.0"
checksum: 10c0/f9ae80996392ca71316495a39bec88ac43ae3525a438b5626cd9d5ce9d5500d0a98a266409605f8cd7241c7acf57c354a48111ea02a767ba4f374b806d6861fe
languageName: node
linkType: hard

"globals@npm:^17.6.0":
version: 17.6.0
resolution: "globals@npm:17.6.0"
checksum: 10c0/cf94fb4329cc5c68cf81018fd68324f413181ee169f0235b0b33b82bc93fe7825a21beea951f83a80e8e4bbdad9c0c80515a145b5fd4b5cb52f2a80db899a93f
languageName: node
linkType: hard

"globby@npm:^11.1.0":
version: 11.1.0
resolution: "globby@npm:11.1.0"
Expand Down
Loading