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.3",
"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.3"
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.3":
version: 6.4.3
resolution: "eslint-plugin-cypress@npm:6.4.3"
dependencies:
globals: "npm:^15.15.0"
globals: "npm:^17.7.0"
peerDependencies:
"@typescript-eslint/parser": ">=8"
eslint: ">=9"
checksum: 10c0/76960cd9629f307a858b704629e12207dc80e13be719dd0fafe1f8e1b82617307677c5b027fe7a055b406d0c1ab70f2cb6a75643312dc44d3547eb983aa29083
peerDependenciesMeta:
"@typescript-eslint/parser":
optional: true
checksum: 10c0/461a99e767dc41555c617852b143af5e5a29e69d80104b28930aab63e93c58238dd8b3c8cc8ce760f3e83006e1ce176f5a83998aec0a25de3c6524625fa1ae78
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.7.0":
version: 17.7.0
resolution: "globals@npm:17.7.0"
checksum: 10c0/e83f791acf537b85fa1632ac48a45432a1999a61acd9f955b5c2145f66d6b5000a7945029874b6184fa2dfac8d33af03885a5a7ffa457866f1bcf0b40d0c1291
languageName: node
linkType: hard

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