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.1",
"eslint": "9.14.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "4.3.0",
"eslint-plugin-cypress": "6.3.0",
"husky": "^9.0.0",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4980,7 +4980,7 @@ __metadata:
dotenv: "npm:17.4.1"
eslint: "npm:9.14.0"
eslint-config-prettier: "npm:10.1.8"
eslint-plugin-cypress: "npm:4.3.0"
eslint-plugin-cypress: "npm:6.3.0"
husky: "npm:^9.0.0"
jest: "npm:30.3.0"
jest-environment-jsdom: "npm:30.3.0"
Expand Down Expand Up @@ -13434,14 +13434,14 @@ __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.3.0":
version: 6.3.0
resolution: "eslint-plugin-cypress@npm:6.3.0"
dependencies:
globals: "npm:^15.15.0"
globals: "npm:^17.4.0"
peerDependencies:
eslint: ">=9"
checksum: 10c0/76960cd9629f307a858b704629e12207dc80e13be719dd0fafe1f8e1b82617307677c5b027fe7a055b406d0c1ab70f2cb6a75643312dc44d3547eb983aa29083
checksum: 10c0/78704a0fbaaa18593edee2e632448aadd7cb5e48291d2601f15393e6e41585635e49c2b45b1cee0d778dc40fc7d6cdace32a307e04c7847c7c997dd0a766650f
languageName: node
linkType: hard

Expand Down Expand Up @@ -14845,13 +14845,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.4.0":
version: 17.4.0
resolution: "globals@npm:17.4.0"
checksum: 10c0/2be9e8c2b9035836f13d420b22f0247a328db82967d3bebfc01126d888ed609305f06c05895914e969653af5c6ba35fd7a0920f3e6c869afa60666c810630feb
languageName: node
linkType: hard

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