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 modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@typescript-eslint/parser": "8.39.0",
"codelyzer": "6.0.2",
"concurrently": "9.1.2",
"cypress": "14.5.3",
"cypress": "15.0.0",
"cypress-fail-fast": "7.1.1",
"del": "8.0.0",
"eslint": "8.57.0",
Expand Down
20 changes: 10 additions & 10 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10215,9 +10215,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:14.5.3":
version: 14.5.3
resolution: "cypress@npm:14.5.3"
"cypress@npm:15.0.0":
version: 15.0.0
resolution: "cypress@npm:15.0.0"
dependencies:
"@cypress/request": ^3.0.9
"@cypress/xvfb": ^1.2.4
Expand Down Expand Up @@ -10259,13 +10259,13 @@ __metadata:
request-progress: ^3.0.0
semver: ^7.7.1
supports-color: ^8.1.1
tmp: ~0.2.3
tmp: ~0.2.4
tree-kill: 1.2.2
untildify: ^4.0.0
yauzl: ^2.10.0
bin:
cypress: bin/cypress
checksum: c7bba5b124556abab5c8536b353569bf440c9d17cfdf302c7594f50f080057e32103d9d270148b16a1f7601bd561eacf83c7472b0df1cba97fd3be6d4ab7558b
checksum: 32dfd74ab587f790e3616b8496e73726f59070ccfd1a4dcf2ca473408c25f7bcd024063144a624be38fba38df8f1944b0d1a3d6460e4462e36d1b64e1d08b65c
languageName: node
linkType: hard

Expand Down Expand Up @@ -15185,7 +15185,7 @@ __metadata:
concurrently: 9.1.2
core-js: 3.41.0
crop-url: 4.0.1
cypress: 14.5.3
cypress: 15.0.0
cypress-fail-fast: 7.1.1
d3-shape: 3.2.0
d3-time-format: 4.1.0
Expand Down Expand Up @@ -20074,10 +20074,10 @@ __metadata:
languageName: node
linkType: hard

"tmp@npm:~0.2.3":
version: 0.2.3
resolution: "tmp@npm:0.2.3"
checksum: 73b5c96b6e52da7e104d9d44afb5d106bb1e16d9fa7d00dbeb9e6522e61b571fbdb165c756c62164be9a3bbe192b9b268c236d370a2a0955c7689cd2ae377b95
"tmp@npm:~0.2.4":
version: 0.2.5
resolution: "tmp@npm:0.2.5"
checksum: 9d18e58060114154939930457b9e198b34f9495bcc05a343bc0a0a29aa546d2c1c2b343dae05b87b17c8fde0af93ab7d8fe8574a8f6dc2cd8fd3f2ca1ad0d8e1
languageName: node
linkType: hard

Expand Down
Loading