Skip to content
Closed
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.2.0",
"cypress-fail-fast": "7.1.1",
"del": "8.0.0",
"eslint": "8.57.0",
Expand Down
43 changes: 22 additions & 21 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8464,7 +8464,7 @@ __metadata:
languageName: node
linkType: hard

"async@npm:^3.2.0, async@npm:^3.2.3":
"async@npm:^3.2.3":
version: 3.2.5
resolution: "async@npm:3.2.5"
checksum: 5ec77f1312301dee02d62140a6b1f7ee0edd2a0f983b6fd2b0849b969f245225b990b47b8243e7b9ad16451a53e7f68e753700385b706198ced888beedba3af4
Expand Down 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.2.0":
version: 15.2.0
resolution: "cypress@npm:15.2.0"
dependencies:
"@cypress/request": ^3.0.9
"@cypress/xvfb": ^1.2.4
Expand All @@ -10244,7 +10244,6 @@ __metadata:
extract-zip: 2.0.1
figures: ^3.2.0
fs-extra: ^9.1.0
getos: ^3.2.1
hasha: 5.2.2
is-installed-globally: ~0.4.0
lazy-ass: ^1.6.0
Expand All @@ -10259,13 +10258,14 @@ __metadata:
request-progress: ^3.0.0
semver: ^7.7.1
supports-color: ^8.1.1
tmp: ~0.2.3
systeminformation: 5.27.7
tmp: ~0.2.4
tree-kill: 1.2.2
untildify: ^4.0.0
yauzl: ^2.10.0
bin:
cypress: bin/cypress
checksum: c7bba5b124556abab5c8536b353569bf440c9d17cfdf302c7594f50f080057e32103d9d270148b16a1f7601bd561eacf83c7472b0df1cba97fd3be6d4ab7558b
checksum: 1734dade1914cc9b47aa0b95f7a54a8c3d153aadf8eca21a20a0b0720d6b65e4014ed71e8008d4a8662be63e4a616359fa2a86a71fac90ba0745cf3df56c5135
languageName: node
linkType: hard

Expand Down Expand Up @@ -12675,15 +12675,6 @@ __metadata:
languageName: node
linkType: hard

"getos@npm:^3.2.1":
version: 3.2.1
resolution: "getos@npm:3.2.1"
dependencies:
async: ^3.2.0
checksum: 42fd78a66d47cebd3e09de5566cc0044e034b08f4a000a310dbd89a77b02c65d8f4002554bfa495ea5bdc4fa9d515f5ac785a7cc474ba45383cc697f865eeaf1
languageName: node
linkType: hard

"getpass@npm:^0.1.1":
version: 0.1.7
resolution: "getpass@npm:0.1.7"
Expand Down Expand Up @@ -15185,7 +15176,7 @@ __metadata:
concurrently: 9.1.2
core-js: 3.41.0
crop-url: 4.0.1
cypress: 14.5.3
cypress: 15.2.0
cypress-fail-fast: 7.1.1
d3-shape: 3.2.0
d3-time-format: 4.1.0
Expand Down Expand Up @@ -19823,6 +19814,16 @@ __metadata:
languageName: node
linkType: hard

"systeminformation@npm:5.27.7":
version: 5.27.7
resolution: "systeminformation@npm:5.27.7"
bin:
systeminformation: lib/cli.js
checksum: 3d800de2e4ac9ab2c1f3f0a29901756c3ca08ed25f541b75452b545e6eb2c8c8ef4a82f8fbf0fe25c4b0865ef9bc7f8efd7ded813acc9f22c287d4daf6141a49
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
languageName: node
linkType: hard

"systemjs@npm:6.15.1":
version: 6.15.1
resolution: "systemjs@npm:6.15.1"
Expand Down Expand Up @@ -20074,10 +20075,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