@testspectra/cli 1.1.8-rc.9 → 1.1.11-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -8
- package/bin/.testspectra-runner.hash +1 -0
- package/dist/commands/__tests__/doctor-filter.test.js +37 -0
- package/dist/commands/__tests__/doctor-scope.test.d.ts +1 -0
- package/dist/commands/__tests__/doctor-scope.test.js +24 -0
- package/dist/commands/__tests__/test-error-streaming.test.d.ts +1 -0
- package/dist/commands/__tests__/test-error-streaming.test.js +85 -0
- package/dist/commands/__tests__/test-scaffolding.test.d.ts +1 -0
- package/dist/commands/__tests__/test-scaffolding.test.js +32 -0
- package/dist/commands/__tests__/upgrade.test.d.ts +1 -0
- package/dist/commands/__tests__/upgrade.test.js +95 -0
- package/dist/commands/add.js +3 -3
- package/dist/commands/devices.js +1 -0
- package/dist/commands/docs.d.ts +4 -0
- package/dist/commands/docs.js +17 -0
- package/dist/commands/doctor.d.ts +9 -1
- package/dist/commands/doctor.js +17 -3
- package/dist/commands/init.js +5 -159
- package/dist/commands/install.js +5 -0
- package/dist/commands/license.js +1 -0
- package/dist/commands/run.d.ts +2 -0
- package/dist/commands/run.js +22 -0
- package/dist/commands/test.d.ts +13 -0
- package/dist/commands/test.js +115 -21
- package/dist/commands/upgrade.d.ts +12 -0
- package/dist/commands/upgrade.js +197 -0
- package/dist/config/schema.d.ts +53 -0
- package/dist/config/schema.js +2 -0
- package/dist/generator/__tests__/tsconfig-isolation.test.js +2 -1
- package/dist/generator/architecture-doc-generator.d.ts +14 -0
- package/dist/generator/architecture-doc-generator.js +80 -0
- package/dist/generator/index.d.ts +1 -0
- package/dist/generator/index.js +1 -0
- package/dist/generator/tsconfig-generator.js +1 -1
- package/dist/index.js +59 -16
- package/dist/linter/discovery.js +2 -2
- package/dist/linter/schemas/spec.schema.d.ts +6 -6
- package/dist/runner/bridge.d.ts +1 -1
- package/dist/runner/bridge.js +58 -16
- package/dist/runner/reporter.d.ts +1 -0
- package/dist/runner/reporter.js +12 -6
- package/dist/utils/__tests__/dev-server-manager.test.d.ts +1 -0
- package/dist/utils/__tests__/dev-server-manager.test.js +72 -0
- package/dist/utils/background-update-check.d.ts +1 -0
- package/dist/utils/background-update-check.js +43 -0
- package/dist/utils/dependency-updates.d.ts +15 -0
- package/dist/utils/dependency-updates.js +107 -0
- package/dist/utils/dev-server-manager.d.ts +40 -0
- package/dist/utils/dev-server-manager.js +257 -0
- package/dist/utils/update-notifier.d.ts +2 -0
- package/dist/utils/update-notifier.js +67 -0
- package/package.json +10 -9
- package/templates/default/package.json +2 -2
- package/templates/docs/ARCHITECTURE.default.md +26 -0
- package/templates/docs/ARCHITECTURE.nx.md +147 -0
- package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db +0 -0
- package/templates/nx/.nx/workspace-data/d/daemon.log +1012 -5748
- package/templates/nx/.nx/workspace-data/file-map.json +171 -185
- package/templates/nx/.nx/workspace-data/lockfile.hash +1 -1
- package/templates/nx/.nx/workspace-data/nx_files.nxt +0 -0
- package/templates/nx/.nx/workspace-data/project-graph.json +3 -1
- package/templates/nx/.nx/workspace-data/source-maps.json +336 -0
- package/templates/nx/package.json +3 -3
- package/templates/nx/pnpm-lock.yaml +191 -214
- package/templates/nx/spectra.config.ts +13 -0
- package/templates/react-component/package.json +3 -3
- package/templates/react-component/page-objects/BadgeComponent/web.ts +4 -4
- package/templates/react-component/page-objects/ButtonComponent/web.ts +3 -3
- package/templates/react-component/page-objects/InputComponent/web.ts +1 -1
- package/templates/react-component/specs/ButtonComponent/TC-0001-button-rendering-and-click/web.test.tsx +0 -3
- package/templates/react-component/specs/ButtonComponent/TC-0004-disabled-button-not-clickable/web.test.tsx +0 -9
- package/templates/react-component/specs/ButtonComponent/TC-0005-button-renders-icon/web.test.tsx +1 -1
- package/templates/react-component/specs/InputComponent/TC-0003-input-typing-and-clear/web.test.tsx +4 -8
- package/templates/react-component/spectra.config.ts +0 -10
- package/templates/react-component/src/components/Badge/Badge.tsx +3 -3
- package/templates/react-component/src/components/Button/Button.tsx +5 -3
- package/templates/react-component/src/components/Input/Input.tsx +2 -3
- package/dist/.tsbuildinfo +0 -1
- package/dist/commands/update.d.ts +0 -3
- package/dist/commands/update.js +0 -109
- package/dist/lifecycle/__tests__/lifecycle-engine.test.js +0 -290
- package/dist/lifecycle/hook-discovery.d.ts +0 -24
- package/dist/lifecycle/hook-discovery.js +0 -60
- package/dist/lifecycle/hook-dispatcher.d.ts +0 -34
- package/dist/lifecycle/hook-dispatcher.js +0 -190
- package/dist/lifecycle/index.d.ts +0 -3
- package/dist/lifecycle/index.js +0 -3
- package/dist/lifecycle/parallel-grouping.d.ts +0 -27
- package/dist/lifecycle/parallel-grouping.js +0 -151
- package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db-shm +0 -0
- package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db-wal +0 -0
- package/templates/nx/.nx/workspace-data/d/server-process.json +0 -3
- /package/dist/{lifecycle/__tests__/lifecycle-engine.test.d.ts → commands/__tests__/doctor-filter.test.d.ts} +0 -0
|
@@ -19,31 +19,31 @@ importers:
|
|
|
19
19
|
version: 20.19.43
|
|
20
20
|
'@wdio/cli':
|
|
21
21
|
specifier: ^9.2.8
|
|
22
|
-
version: 9.31.6(@types/node@20.19.43)(expect-webdriverio@6.0.10)
|
|
22
|
+
version: 9.31.6(@types/node@20.19.43)(expect-webdriverio@6.0.10)
|
|
23
23
|
'@wdio/devtools-service':
|
|
24
24
|
specifier: ^8.46.0
|
|
25
25
|
version: 8.46.0(supports-color@8.1.1)
|
|
26
26
|
'@wdio/globals':
|
|
27
27
|
specifier: ^9.2.8
|
|
28
|
-
version: 9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6
|
|
28
|
+
version: 9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6)
|
|
29
29
|
'@wdio/local-runner':
|
|
30
30
|
specifier: ^9.2.8
|
|
31
|
-
version: 9.31.6(@wdio/globals@9.31.3)(
|
|
31
|
+
version: 9.31.6(@wdio/globals@9.31.3)(webdriverio@9.31.6)
|
|
32
32
|
'@wdio/mocha-framework':
|
|
33
33
|
specifier: ^9.2.8
|
|
34
|
-
version: 9.31.6
|
|
34
|
+
version: 9.31.6
|
|
35
35
|
'@wdio/spec-reporter':
|
|
36
36
|
specifier: ^9.2.8
|
|
37
37
|
version: 9.31.2
|
|
38
38
|
nx:
|
|
39
|
-
specifier:
|
|
40
|
-
version:
|
|
39
|
+
specifier: ^20.8.4
|
|
40
|
+
version: 20.8.4
|
|
41
41
|
typescript:
|
|
42
42
|
specifier: ^5.4.5
|
|
43
43
|
version: 5.9.3
|
|
44
44
|
webdriverio:
|
|
45
45
|
specifier: ^9.2.8
|
|
46
|
-
version: 9.31.6
|
|
46
|
+
version: 9.31.6
|
|
47
47
|
|
|
48
48
|
packages:
|
|
49
49
|
|
|
@@ -479,70 +479,66 @@ packages:
|
|
|
479
479
|
'@nodable/entities@3.0.0':
|
|
480
480
|
resolution: {integrity: sha512-8L9xFeTYKhm49xfIypoe2W5wV1m/3Z58kT+7kR9A8OyFxcPduI4VmxaUMQyKYrRjUoLLSXv6EKKID5Tvj9cUVw==}
|
|
481
481
|
|
|
482
|
-
'@
|
|
483
|
-
resolution: {integrity: sha512-
|
|
484
|
-
hasBin: true
|
|
485
|
-
|
|
486
|
-
'@nx/nx-darwin-arm64@19.8.4':
|
|
487
|
-
resolution: {integrity: sha512-mbSGt63hYcVCSQ54kpHl0lFqr5CsbkGJ4L3liWE30Da7vXZJwUBr9f+b9DnQ64IZzlu6vAhNcaiYQXa9lAk0yQ==}
|
|
482
|
+
'@nx/nx-darwin-arm64@20.8.4':
|
|
483
|
+
resolution: {integrity: sha512-8Y7+4wj1qoZsuDRpnuiHzSIsMt3VqtJ0su8dgd/MyGccvvi4pndan2R5yTiVw/wmbMxtBmZ6PO6Z8dgSIrMVog==}
|
|
488
484
|
engines: {node: '>= 10'}
|
|
489
485
|
cpu: [arm64]
|
|
490
486
|
os: [darwin]
|
|
491
487
|
|
|
492
|
-
'@nx/nx-darwin-x64@
|
|
493
|
-
resolution: {integrity: sha512-
|
|
488
|
+
'@nx/nx-darwin-x64@20.8.4':
|
|
489
|
+
resolution: {integrity: sha512-2lfuxRc56QWnAysMhcD03tpCPiRzV1+foUq0MhV2sSBIybXmgV4wHLkPZNhlBCl4FNXrWiZiN1OJ2X9AGiOdug==}
|
|
494
490
|
engines: {node: '>= 10'}
|
|
495
491
|
cpu: [x64]
|
|
496
492
|
os: [darwin]
|
|
497
493
|
|
|
498
|
-
'@nx/nx-freebsd-x64@
|
|
499
|
-
resolution: {integrity: sha512-
|
|
494
|
+
'@nx/nx-freebsd-x64@20.8.4':
|
|
495
|
+
resolution: {integrity: sha512-99vnUXZy+OUBHU+8Yhabre2qafepKg9GKkQkhmXvJGqOmuIsepK7wirUFo2PiVM8YhS6UV2rv6hKAZcQ7skYyg==}
|
|
500
496
|
engines: {node: '>= 10'}
|
|
501
497
|
cpu: [x64]
|
|
502
498
|
os: [freebsd]
|
|
503
499
|
|
|
504
|
-
'@nx/nx-linux-arm-gnueabihf@
|
|
505
|
-
resolution: {integrity: sha512-
|
|
500
|
+
'@nx/nx-linux-arm-gnueabihf@20.8.4':
|
|
501
|
+
resolution: {integrity: sha512-dht73zpnpzEUEzMHFQs4mfiwZH3WcJgQNWkD5p7WkeJewHq2Yyd0eG5Jg3kB7wnFtwPUV1eNJRM5rephgylkLA==}
|
|
506
502
|
engines: {node: '>= 10'}
|
|
507
503
|
cpu: [arm]
|
|
508
504
|
os: [linux]
|
|
509
505
|
|
|
510
|
-
'@nx/nx-linux-arm64-gnu@
|
|
511
|
-
resolution: {integrity: sha512-
|
|
506
|
+
'@nx/nx-linux-arm64-gnu@20.8.4':
|
|
507
|
+
resolution: {integrity: sha512-syXxbJZ0yPaqzVmB28QJgUtaarSiW/PQmv/5Z2Ps8rCi7kYylISPVNjP1NNiIOcGDRWbHqoBfM0bEGPfSp0rBQ==}
|
|
512
508
|
engines: {node: '>= 10'}
|
|
513
509
|
cpu: [arm64]
|
|
514
510
|
os: [linux]
|
|
515
511
|
libc: [glibc]
|
|
516
512
|
|
|
517
|
-
'@nx/nx-linux-arm64-musl@
|
|
518
|
-
resolution: {integrity: sha512-
|
|
513
|
+
'@nx/nx-linux-arm64-musl@20.8.4':
|
|
514
|
+
resolution: {integrity: sha512-AlZZFolS/S0FahRKG7rJ0Z9CgmIkyzHgGaoy3qNEMDEjFhR3jt2ZZSLp90W7zjgrxojOo90ajNMrg2UmtcQRDA==}
|
|
519
515
|
engines: {node: '>= 10'}
|
|
520
516
|
cpu: [arm64]
|
|
521
517
|
os: [linux]
|
|
522
518
|
libc: [musl]
|
|
523
519
|
|
|
524
|
-
'@nx/nx-linux-x64-gnu@
|
|
525
|
-
resolution: {integrity: sha512-
|
|
520
|
+
'@nx/nx-linux-x64-gnu@20.8.4':
|
|
521
|
+
resolution: {integrity: sha512-MSu+xVNdR95tuuO+eL/a/ZeMlhfrZ627On5xaCZXnJ+lFxNg/S4nlKZQk0Eq5hYALCd/GKgFGasRdlRdOtvGPg==}
|
|
526
522
|
engines: {node: '>= 10'}
|
|
527
523
|
cpu: [x64]
|
|
528
524
|
os: [linux]
|
|
529
525
|
libc: [glibc]
|
|
530
526
|
|
|
531
|
-
'@nx/nx-linux-x64-musl@
|
|
532
|
-
resolution: {integrity: sha512-
|
|
527
|
+
'@nx/nx-linux-x64-musl@20.8.4':
|
|
528
|
+
resolution: {integrity: sha512-KxpQpyLCgIIHWZ4iRSUN9ohCwn1ZSDASbuFCdG3mohryzCy8WrPkuPcb+68J3wuQhmA5w//Xpp/dL0hHoit9zQ==}
|
|
533
529
|
engines: {node: '>= 10'}
|
|
534
530
|
cpu: [x64]
|
|
535
531
|
os: [linux]
|
|
536
532
|
libc: [musl]
|
|
537
533
|
|
|
538
|
-
'@nx/nx-win32-arm64-msvc@
|
|
539
|
-
resolution: {integrity: sha512-
|
|
534
|
+
'@nx/nx-win32-arm64-msvc@20.8.4':
|
|
535
|
+
resolution: {integrity: sha512-ffLBrxM9ibk+eWSY995kiFFRTSRb9HkD5T1s/uZyxV6jfxYPaZDBAWAETDneyBXps7WtaOMu+kVZlXQ3X+TfIA==}
|
|
540
536
|
engines: {node: '>= 10'}
|
|
541
537
|
cpu: [arm64]
|
|
542
538
|
os: [win32]
|
|
543
539
|
|
|
544
|
-
'@nx/nx-win32-x64-msvc@
|
|
545
|
-
resolution: {integrity: sha512
|
|
540
|
+
'@nx/nx-win32-x64-msvc@20.8.4':
|
|
541
|
+
resolution: {integrity: sha512-JxuuZc4h8EBqoYAiRHwskimpTJx70yn4lhIRFBoW5ICkxXW1Rw0yip/1UVsWRHXg/x9BxmH7VVazdfaQWmGu6A==}
|
|
546
542
|
engines: {node: '>= 10'}
|
|
547
543
|
cpu: [x64]
|
|
548
544
|
os: [win32]
|
|
@@ -764,9 +760,9 @@ packages:
|
|
|
764
760
|
'@yarnpkg/lockfile@1.1.0':
|
|
765
761
|
resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==}
|
|
766
762
|
|
|
767
|
-
'@yarnpkg/parsers@3.0.
|
|
768
|
-
resolution: {integrity: sha512
|
|
769
|
-
engines: {node: '>=
|
|
763
|
+
'@yarnpkg/parsers@3.0.2':
|
|
764
|
+
resolution: {integrity: sha512-/HcYgtUSiJiot/XWGLOlGxPYUG65+/31V8oqk17vZLW1xlCoR4PampyePljOxY2n8/3jz9+tIFzICsyGujJZoA==}
|
|
765
|
+
engines: {node: '>=18.12.0'}
|
|
770
766
|
|
|
771
767
|
'@zip.js/zip.js@2.11.2':
|
|
772
768
|
resolution: {integrity: sha512-gvlhhtTzqoGcl3bpFpMieJgFiVGnEgD777JgERXhbU89cCnYc2Srl5gs+kcCoy31hfx+xD4UCDO1MB2+UtqcZA==}
|
|
@@ -1332,9 +1328,6 @@ packages:
|
|
|
1332
1328
|
duplexer3@0.1.5:
|
|
1333
1329
|
resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==}
|
|
1334
1330
|
|
|
1335
|
-
duplexer@0.1.2:
|
|
1336
|
-
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
|
|
1337
|
-
|
|
1338
1331
|
eastasianwidth@0.2.0:
|
|
1339
1332
|
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
1340
1333
|
|
|
@@ -2319,8 +2312,8 @@ packages:
|
|
|
2319
2312
|
nth-check@2.1.1:
|
|
2320
2313
|
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
|
|
2321
2314
|
|
|
2322
|
-
nx@
|
|
2323
|
-
resolution: {integrity: sha512
|
|
2315
|
+
nx@20.8.4:
|
|
2316
|
+
resolution: {integrity: sha512-/++x0OM3/UTmDR+wmPeV13tSxeTr+QGzj3flgtH9DiOPmQnn2CjHWAMZiOhcSh/hHoE/V3ySL4757InQUsVtjQ==}
|
|
2324
2317
|
hasBin: true
|
|
2325
2318
|
peerDependencies:
|
|
2326
2319
|
'@swc-node/register': ^1.8.0
|
|
@@ -2612,6 +2605,10 @@ packages:
|
|
|
2612
2605
|
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
|
2613
2606
|
engines: {node: '>=8'}
|
|
2614
2607
|
|
|
2608
|
+
resolve.exports@2.0.3:
|
|
2609
|
+
resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==}
|
|
2610
|
+
engines: {node: '>=10'}
|
|
2611
|
+
|
|
2615
2612
|
responselike@1.0.2:
|
|
2616
2613
|
resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==}
|
|
2617
2614
|
|
|
@@ -2818,11 +2815,6 @@ packages:
|
|
|
2818
2815
|
strnum@2.4.2:
|
|
2819
2816
|
resolution: {integrity: sha512-rDG3Ah4TV0k1hWvLSzkZtMmLN9+eS+h3knq4MP6A42Y3Yh5qGNnOUs1jJkoSr8FG5dsL28c7KgkIBzSEykqtuw==}
|
|
2820
2817
|
|
|
2821
|
-
strong-log-transformer@2.1.0:
|
|
2822
|
-
resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==}
|
|
2823
|
-
engines: {node: '>=4'}
|
|
2824
|
-
hasBin: true
|
|
2825
|
-
|
|
2826
2818
|
supports-color@7.2.0:
|
|
2827
2819
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
2828
2820
|
engines: {node: '>=8'}
|
|
@@ -3138,6 +3130,11 @@ packages:
|
|
|
3138
3130
|
yallist@3.1.1:
|
|
3139
3131
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
3140
3132
|
|
|
3133
|
+
yaml@2.9.1:
|
|
3134
|
+
resolution: {integrity: sha512-3NxN8+78OdzbT7C/WjGsyfPAtJaN3FNDsWxv7Y7mcDsT/oOmgW8BpyQQFFBnvZE3j9Y2Sdz1ULFLezL7Eb2yFw==}
|
|
3135
|
+
engines: {node: '>= 14.6'}
|
|
3136
|
+
hasBin: true
|
|
3137
|
+
|
|
3141
3138
|
yargs-parser@20.2.9:
|
|
3142
3139
|
resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==}
|
|
3143
3140
|
engines: {node: '>=10'}
|
|
@@ -3200,7 +3197,7 @@ snapshots:
|
|
|
3200
3197
|
'@babel/code-frame': 7.29.7
|
|
3201
3198
|
'@babel/generator': 7.29.8
|
|
3202
3199
|
'@babel/helper-compilation-targets': 7.29.7
|
|
3203
|
-
'@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))
|
|
3200
|
+
'@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))
|
|
3204
3201
|
'@babel/helpers': 7.29.7
|
|
3205
3202
|
'@babel/parser': 7.29.8
|
|
3206
3203
|
'@babel/template': 7.29.7
|
|
@@ -3233,17 +3230,17 @@ snapshots:
|
|
|
3233
3230
|
|
|
3234
3231
|
'@babel/helper-globals@7.29.7': {}
|
|
3235
3232
|
|
|
3236
|
-
'@babel/helper-module-imports@7.29.7
|
|
3233
|
+
'@babel/helper-module-imports@7.29.7':
|
|
3237
3234
|
dependencies:
|
|
3238
3235
|
'@babel/traverse': 7.29.8(supports-color@8.1.1)
|
|
3239
3236
|
'@babel/types': 7.29.8
|
|
3240
3237
|
transitivePeerDependencies:
|
|
3241
3238
|
- supports-color
|
|
3242
3239
|
|
|
3243
|
-
'@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7(supports-color@8.1.1))
|
|
3240
|
+
'@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7(supports-color@8.1.1))':
|
|
3244
3241
|
dependencies:
|
|
3245
3242
|
'@babel/core': 7.29.7(supports-color@8.1.1)
|
|
3246
|
-
'@babel/helper-module-imports': 7.29.7
|
|
3243
|
+
'@babel/helper-module-imports': 7.29.7
|
|
3247
3244
|
'@babel/helper-validator-identifier': 7.29.7
|
|
3248
3245
|
'@babel/traverse': 7.29.8(supports-color@8.1.1)
|
|
3249
3246
|
transitivePeerDependencies:
|
|
@@ -3582,44 +3579,34 @@ snapshots:
|
|
|
3582
3579
|
|
|
3583
3580
|
'@nodable/entities@3.0.0': {}
|
|
3584
3581
|
|
|
3585
|
-
'@
|
|
3586
|
-
dependencies:
|
|
3587
|
-
nx: 19.8.4(debug@4.4.3(supports-color@8.1.1))(supports-color@8.1.1)
|
|
3588
|
-
tslib: 2.8.1
|
|
3589
|
-
transitivePeerDependencies:
|
|
3590
|
-
- '@swc-node/register'
|
|
3591
|
-
- '@swc/core'
|
|
3592
|
-
- debug
|
|
3593
|
-
- supports-color
|
|
3594
|
-
|
|
3595
|
-
'@nx/nx-darwin-arm64@19.8.4':
|
|
3582
|
+
'@nx/nx-darwin-arm64@20.8.4':
|
|
3596
3583
|
optional: true
|
|
3597
3584
|
|
|
3598
|
-
'@nx/nx-darwin-x64@
|
|
3585
|
+
'@nx/nx-darwin-x64@20.8.4':
|
|
3599
3586
|
optional: true
|
|
3600
3587
|
|
|
3601
|
-
'@nx/nx-freebsd-x64@
|
|
3588
|
+
'@nx/nx-freebsd-x64@20.8.4':
|
|
3602
3589
|
optional: true
|
|
3603
3590
|
|
|
3604
|
-
'@nx/nx-linux-arm-gnueabihf@
|
|
3591
|
+
'@nx/nx-linux-arm-gnueabihf@20.8.4':
|
|
3605
3592
|
optional: true
|
|
3606
3593
|
|
|
3607
|
-
'@nx/nx-linux-arm64-gnu@
|
|
3594
|
+
'@nx/nx-linux-arm64-gnu@20.8.4':
|
|
3608
3595
|
optional: true
|
|
3609
3596
|
|
|
3610
|
-
'@nx/nx-linux-arm64-musl@
|
|
3597
|
+
'@nx/nx-linux-arm64-musl@20.8.4':
|
|
3611
3598
|
optional: true
|
|
3612
3599
|
|
|
3613
|
-
'@nx/nx-linux-x64-gnu@
|
|
3600
|
+
'@nx/nx-linux-x64-gnu@20.8.4':
|
|
3614
3601
|
optional: true
|
|
3615
3602
|
|
|
3616
|
-
'@nx/nx-linux-x64-musl@
|
|
3603
|
+
'@nx/nx-linux-x64-musl@20.8.4':
|
|
3617
3604
|
optional: true
|
|
3618
3605
|
|
|
3619
|
-
'@nx/nx-win32-arm64-msvc@
|
|
3606
|
+
'@nx/nx-win32-arm64-msvc@20.8.4':
|
|
3620
3607
|
optional: true
|
|
3621
3608
|
|
|
3622
|
-
'@nx/nx-win32-x64-msvc@
|
|
3609
|
+
'@nx/nx-win32-x64-msvc@20.8.4':
|
|
3623
3610
|
optional: true
|
|
3624
3611
|
|
|
3625
3612
|
'@pkgjs/parseargs@0.11.0':
|
|
@@ -3629,12 +3616,12 @@ snapshots:
|
|
|
3629
3616
|
dependencies:
|
|
3630
3617
|
spacetrim: 0.11.59
|
|
3631
3618
|
|
|
3632
|
-
'@puppeteer/browsers@1.9.1
|
|
3619
|
+
'@puppeteer/browsers@1.9.1':
|
|
3633
3620
|
dependencies:
|
|
3634
|
-
debug: 4.3.4
|
|
3635
|
-
extract-zip: 2.0.1
|
|
3621
|
+
debug: 4.3.4
|
|
3622
|
+
extract-zip: 2.0.1
|
|
3636
3623
|
progress: 2.0.3
|
|
3637
|
-
proxy-agent: 6.3.1
|
|
3624
|
+
proxy-agent: 6.3.1
|
|
3638
3625
|
tar-fs: 3.0.4
|
|
3639
3626
|
unbzip2-stream: 1.4.3
|
|
3640
3627
|
yargs: 17.7.2
|
|
@@ -3644,12 +3631,12 @@ snapshots:
|
|
|
3644
3631
|
- react-native-b4a
|
|
3645
3632
|
- supports-color
|
|
3646
3633
|
|
|
3647
|
-
'@puppeteer/browsers@2.13.2
|
|
3634
|
+
'@puppeteer/browsers@2.13.2':
|
|
3648
3635
|
dependencies:
|
|
3649
3636
|
debug: 4.4.3(supports-color@8.1.1)
|
|
3650
|
-
extract-zip: 2.0.1
|
|
3637
|
+
extract-zip: 2.0.1
|
|
3651
3638
|
progress: 2.0.3
|
|
3652
|
-
proxy-agent: 6.5.0
|
|
3639
|
+
proxy-agent: 6.5.0
|
|
3653
3640
|
semver: 7.8.5
|
|
3654
3641
|
tar-fs: 3.1.3
|
|
3655
3642
|
yargs: 17.7.3
|
|
@@ -3767,15 +3754,15 @@ snapshots:
|
|
|
3767
3754
|
convert-source-map: 2.0.0
|
|
3768
3755
|
tinyrainbow: 3.1.1
|
|
3769
3756
|
|
|
3770
|
-
'@wdio/cli@9.31.6(@types/node@20.19.43)(expect-webdriverio@6.0.10)
|
|
3757
|
+
'@wdio/cli@9.31.6(@types/node@20.19.43)(expect-webdriverio@6.0.10)':
|
|
3771
3758
|
dependencies:
|
|
3772
3759
|
'@vitest/snapshot': 2.1.9
|
|
3773
|
-
'@wdio/config': 9.31.6
|
|
3774
|
-
'@wdio/globals': 9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6
|
|
3760
|
+
'@wdio/config': 9.31.6
|
|
3761
|
+
'@wdio/globals': 9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6)
|
|
3775
3762
|
'@wdio/logger': 9.29.1
|
|
3776
3763
|
'@wdio/protocols': 9.31.5
|
|
3777
3764
|
'@wdio/types': 9.31.2
|
|
3778
|
-
'@wdio/utils': 9.31.6
|
|
3765
|
+
'@wdio/utils': 9.31.6
|
|
3779
3766
|
async-exit-hook: 2.0.1
|
|
3780
3767
|
chalk: 5.6.2
|
|
3781
3768
|
chokidar: 4.0.3
|
|
@@ -3787,7 +3774,7 @@ snapshots:
|
|
|
3787
3774
|
lodash.union: 4.6.0
|
|
3788
3775
|
read-pkg-up: 10.1.0
|
|
3789
3776
|
tsx: 4.23.13
|
|
3790
|
-
webdriverio: 9.31.6
|
|
3777
|
+
webdriverio: 9.31.6
|
|
3791
3778
|
yargs: 17.7.3
|
|
3792
3779
|
transitivePeerDependencies:
|
|
3793
3780
|
- '@types/node'
|
|
@@ -3800,11 +3787,11 @@ snapshots:
|
|
|
3800
3787
|
- supports-color
|
|
3801
3788
|
- utf-8-validate
|
|
3802
3789
|
|
|
3803
|
-
'@wdio/config@8.46.0
|
|
3790
|
+
'@wdio/config@8.46.0':
|
|
3804
3791
|
dependencies:
|
|
3805
3792
|
'@wdio/logger': 8.38.0
|
|
3806
3793
|
'@wdio/types': 8.41.0
|
|
3807
|
-
'@wdio/utils': 8.46.0
|
|
3794
|
+
'@wdio/utils': 8.46.0
|
|
3808
3795
|
decamelize: 6.0.1
|
|
3809
3796
|
deepmerge-ts: 5.1.0
|
|
3810
3797
|
glob: 10.5.0
|
|
@@ -3815,11 +3802,11 @@ snapshots:
|
|
|
3815
3802
|
- react-native-b4a
|
|
3816
3803
|
- supports-color
|
|
3817
3804
|
|
|
3818
|
-
'@wdio/config@9.31.6
|
|
3805
|
+
'@wdio/config@9.31.6':
|
|
3819
3806
|
dependencies:
|
|
3820
3807
|
'@wdio/logger': 9.29.1
|
|
3821
3808
|
'@wdio/types': 9.31.2
|
|
3822
|
-
'@wdio/utils': 9.31.6
|
|
3809
|
+
'@wdio/utils': 9.31.6
|
|
3823
3810
|
deepmerge-ts: 8.0.2
|
|
3824
3811
|
glob: 10.5.0
|
|
3825
3812
|
import-meta-resolve: 4.2.0
|
|
@@ -3837,14 +3824,14 @@ snapshots:
|
|
|
3837
3824
|
'@types/node': 22.20.1
|
|
3838
3825
|
'@wdio/logger': 8.38.0
|
|
3839
3826
|
'@wdio/types': 8.41.0
|
|
3840
|
-
babel-plugin-istanbul: 7.0.1
|
|
3827
|
+
babel-plugin-istanbul: 7.0.1
|
|
3841
3828
|
devtools-protocol: 0.0.1400418
|
|
3842
3829
|
istanbul-lib-coverage: 3.2.2
|
|
3843
3830
|
istanbul-lib-report: 3.0.1
|
|
3844
3831
|
istanbul-reports: 3.2.0
|
|
3845
|
-
lighthouse: 8.6.0
|
|
3846
|
-
puppeteer-core: 21.11.0
|
|
3847
|
-
webdriverio: 8.46.0
|
|
3832
|
+
lighthouse: 8.6.0
|
|
3833
|
+
puppeteer-core: 21.11.0
|
|
3834
|
+
webdriverio: 8.46.0
|
|
3848
3835
|
transitivePeerDependencies:
|
|
3849
3836
|
- bare-abort-controller
|
|
3850
3837
|
- bare-buffer
|
|
@@ -3861,21 +3848,21 @@ snapshots:
|
|
|
3861
3848
|
'@wdio/types': 9.31.2
|
|
3862
3849
|
chalk: 5.6.2
|
|
3863
3850
|
|
|
3864
|
-
'@wdio/globals@9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6
|
|
3851
|
+
'@wdio/globals@9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6)':
|
|
3865
3852
|
dependencies:
|
|
3866
|
-
expect-webdriverio: 6.0.10(@wdio/globals@9.31.3)(@wdio/logger@9.29.1)(webdriverio@9.31.6
|
|
3867
|
-
webdriverio: 9.31.6
|
|
3853
|
+
expect-webdriverio: 6.0.10(@wdio/globals@9.31.3)(@wdio/logger@9.29.1)(webdriverio@9.31.6)
|
|
3854
|
+
webdriverio: 9.31.6
|
|
3868
3855
|
|
|
3869
|
-
'@wdio/local-runner@9.31.6(@wdio/globals@9.31.3)(
|
|
3856
|
+
'@wdio/local-runner@9.31.6(@wdio/globals@9.31.3)(webdriverio@9.31.6)':
|
|
3870
3857
|
dependencies:
|
|
3871
3858
|
'@types/node': 20.19.43
|
|
3872
3859
|
'@wdio/logger': 9.29.1
|
|
3873
3860
|
'@wdio/repl': 9.16.2
|
|
3874
|
-
'@wdio/runner': 9.31.6(expect-webdriverio@6.0.10)(
|
|
3861
|
+
'@wdio/runner': 9.31.6(expect-webdriverio@6.0.10)(webdriverio@9.31.6)
|
|
3875
3862
|
'@wdio/types': 9.31.2
|
|
3876
3863
|
'@wdio/xvfb': 9.31.2
|
|
3877
3864
|
exit-hook: 4.0.0
|
|
3878
|
-
expect-webdriverio: 6.0.10(@wdio/globals@9.31.3)(@wdio/logger@9.29.1)(webdriverio@9.31.6
|
|
3865
|
+
expect-webdriverio: 6.0.10(@wdio/globals@9.31.3)(@wdio/logger@9.29.1)(webdriverio@9.31.6)
|
|
3879
3866
|
split2: 4.2.0
|
|
3880
3867
|
stream-buffers: 3.0.3
|
|
3881
3868
|
transitivePeerDependencies:
|
|
@@ -3903,13 +3890,13 @@ snapshots:
|
|
|
3903
3890
|
safe-regex2: 5.1.1
|
|
3904
3891
|
strip-ansi: 7.2.0
|
|
3905
3892
|
|
|
3906
|
-
'@wdio/mocha-framework@9.31.6
|
|
3893
|
+
'@wdio/mocha-framework@9.31.6':
|
|
3907
3894
|
dependencies:
|
|
3908
3895
|
'@types/mocha': 10.0.10
|
|
3909
3896
|
'@types/node': 20.19.43
|
|
3910
3897
|
'@wdio/logger': 9.29.1
|
|
3911
3898
|
'@wdio/types': 9.31.2
|
|
3912
|
-
'@wdio/utils': 9.31.6
|
|
3899
|
+
'@wdio/utils': 9.31.6
|
|
3913
3900
|
mocha: 10.8.2
|
|
3914
3901
|
transitivePeerDependencies:
|
|
3915
3902
|
- bare-abort-controller
|
|
@@ -3937,19 +3924,19 @@ snapshots:
|
|
|
3937
3924
|
diff: 8.0.4
|
|
3938
3925
|
object-inspect: 1.13.4
|
|
3939
3926
|
|
|
3940
|
-
'@wdio/runner@9.31.6(expect-webdriverio@6.0.10)(
|
|
3927
|
+
'@wdio/runner@9.31.6(expect-webdriverio@6.0.10)(webdriverio@9.31.6)':
|
|
3941
3928
|
dependencies:
|
|
3942
3929
|
'@types/node': 20.19.43
|
|
3943
|
-
'@wdio/config': 9.31.6
|
|
3930
|
+
'@wdio/config': 9.31.6
|
|
3944
3931
|
'@wdio/dot-reporter': 9.31.2
|
|
3945
|
-
'@wdio/globals': 9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6
|
|
3932
|
+
'@wdio/globals': 9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6)
|
|
3946
3933
|
'@wdio/logger': 9.29.1
|
|
3947
3934
|
'@wdio/types': 9.31.2
|
|
3948
|
-
'@wdio/utils': 9.31.6
|
|
3935
|
+
'@wdio/utils': 9.31.6
|
|
3949
3936
|
deepmerge-ts: 8.0.2
|
|
3950
|
-
expect-webdriverio: 6.0.10(@wdio/globals@9.31.3)(@wdio/logger@9.29.1)(webdriverio@9.31.6
|
|
3951
|
-
webdriver: 9.31.6
|
|
3952
|
-
webdriverio: 9.31.6
|
|
3937
|
+
expect-webdriverio: 6.0.10(@wdio/globals@9.31.3)(@wdio/logger@9.29.1)(webdriverio@9.31.6)
|
|
3938
|
+
webdriver: 9.31.6
|
|
3939
|
+
webdriverio: 9.31.6
|
|
3953
3940
|
transitivePeerDependencies:
|
|
3954
3941
|
- bare-abort-controller
|
|
3955
3942
|
- bare-buffer
|
|
@@ -3974,43 +3961,43 @@ snapshots:
|
|
|
3974
3961
|
dependencies:
|
|
3975
3962
|
'@types/node': 20.19.43
|
|
3976
3963
|
|
|
3977
|
-
'@wdio/utils@8.46.0
|
|
3964
|
+
'@wdio/utils@8.46.0':
|
|
3978
3965
|
dependencies:
|
|
3979
|
-
'@puppeteer/browsers': 1.9.1
|
|
3966
|
+
'@puppeteer/browsers': 1.9.1
|
|
3980
3967
|
'@wdio/logger': 8.38.0
|
|
3981
3968
|
'@wdio/types': 8.41.0
|
|
3982
3969
|
decamelize: 6.0.1
|
|
3983
3970
|
deepmerge-ts: 5.1.0
|
|
3984
3971
|
edgedriver: 5.6.1
|
|
3985
|
-
geckodriver: 4.2.1
|
|
3972
|
+
geckodriver: 4.2.1
|
|
3986
3973
|
get-port: 7.2.0
|
|
3987
3974
|
import-meta-resolve: 4.2.0
|
|
3988
3975
|
locate-app: 2.5.0
|
|
3989
3976
|
safaridriver: 0.1.2
|
|
3990
3977
|
split2: 4.2.0
|
|
3991
|
-
wait-port: 1.1.0
|
|
3978
|
+
wait-port: 1.1.0
|
|
3992
3979
|
transitivePeerDependencies:
|
|
3993
3980
|
- bare-abort-controller
|
|
3994
3981
|
- bare-buffer
|
|
3995
3982
|
- react-native-b4a
|
|
3996
3983
|
- supports-color
|
|
3997
3984
|
|
|
3998
|
-
'@wdio/utils@9.31.6
|
|
3985
|
+
'@wdio/utils@9.31.6':
|
|
3999
3986
|
dependencies:
|
|
4000
|
-
'@puppeteer/browsers': 2.13.2
|
|
3987
|
+
'@puppeteer/browsers': 2.13.2
|
|
4001
3988
|
'@wdio/logger': 9.29.1
|
|
4002
3989
|
'@wdio/types': 9.31.2
|
|
4003
3990
|
decamelize: 6.0.1
|
|
4004
3991
|
deepmerge-ts: 8.0.2
|
|
4005
|
-
edgedriver: 6.3.0
|
|
4006
|
-
geckodriver: 6.1.1
|
|
3992
|
+
edgedriver: 6.3.0
|
|
3993
|
+
geckodriver: 6.1.1
|
|
4007
3994
|
get-port: 7.2.0
|
|
4008
3995
|
import-meta-resolve: 4.2.0
|
|
4009
3996
|
locate-app: 2.5.0
|
|
4010
3997
|
mitt: 3.0.1
|
|
4011
3998
|
safaridriver: 1.0.1
|
|
4012
3999
|
split2: 4.2.0
|
|
4013
|
-
wait-port: 1.1.0
|
|
4000
|
+
wait-port: 1.1.0
|
|
4014
4001
|
transitivePeerDependencies:
|
|
4015
4002
|
- bare-abort-controller
|
|
4016
4003
|
- bare-buffer
|
|
@@ -4023,7 +4010,7 @@ snapshots:
|
|
|
4023
4010
|
|
|
4024
4011
|
'@yarnpkg/lockfile@1.1.0': {}
|
|
4025
4012
|
|
|
4026
|
-
'@yarnpkg/parsers@3.0.
|
|
4013
|
+
'@yarnpkg/parsers@3.0.2':
|
|
4027
4014
|
dependencies:
|
|
4028
4015
|
js-yaml: 3.15.2
|
|
4029
4016
|
tslib: 2.8.1
|
|
@@ -4038,7 +4025,7 @@ snapshots:
|
|
|
4038
4025
|
dependencies:
|
|
4039
4026
|
event-target-shim: 5.0.1
|
|
4040
4027
|
|
|
4041
|
-
agent-base@6.0.2
|
|
4028
|
+
agent-base@6.0.2:
|
|
4042
4029
|
dependencies:
|
|
4043
4030
|
debug: 4.4.3(supports-color@8.1.1)
|
|
4044
4031
|
transitivePeerDependencies:
|
|
@@ -4115,11 +4102,11 @@ snapshots:
|
|
|
4115
4102
|
|
|
4116
4103
|
axe-core@4.2.3: {}
|
|
4117
4104
|
|
|
4118
|
-
axios@1.20.0
|
|
4105
|
+
axios@1.20.0:
|
|
4119
4106
|
dependencies:
|
|
4120
|
-
follow-redirects: 1.16.0
|
|
4107
|
+
follow-redirects: 1.16.0
|
|
4121
4108
|
form-data: 4.0.6
|
|
4122
|
-
https-proxy-agent: 5.0.1
|
|
4109
|
+
https-proxy-agent: 5.0.1
|
|
4123
4110
|
proxy-from-env: 2.1.0
|
|
4124
4111
|
transitivePeerDependencies:
|
|
4125
4112
|
- debug
|
|
@@ -4127,12 +4114,12 @@ snapshots:
|
|
|
4127
4114
|
|
|
4128
4115
|
b4a@1.8.1: {}
|
|
4129
4116
|
|
|
4130
|
-
babel-plugin-istanbul@7.0.1
|
|
4117
|
+
babel-plugin-istanbul@7.0.1:
|
|
4131
4118
|
dependencies:
|
|
4132
4119
|
'@babel/helper-plugin-utils': 7.29.7
|
|
4133
4120
|
'@istanbuljs/load-nyc-config': 1.1.0
|
|
4134
4121
|
'@istanbuljs/schema': 0.1.6
|
|
4135
|
-
istanbul-lib-instrument: 6.0.3
|
|
4122
|
+
istanbul-lib-instrument: 6.0.3
|
|
4136
4123
|
test-exclude: 6.0.0
|
|
4137
4124
|
transitivePeerDependencies:
|
|
4138
4125
|
- supports-color
|
|
@@ -4337,12 +4324,12 @@ snapshots:
|
|
|
4337
4324
|
dependencies:
|
|
4338
4325
|
readdirp: 4.1.2
|
|
4339
4326
|
|
|
4340
|
-
chrome-launcher@0.14.2
|
|
4327
|
+
chrome-launcher@0.14.2:
|
|
4341
4328
|
dependencies:
|
|
4342
4329
|
'@types/node': 20.19.43
|
|
4343
4330
|
escape-string-regexp: 4.0.0
|
|
4344
4331
|
is-wsl: 2.2.0
|
|
4345
|
-
lighthouse-logger: 1.4.2
|
|
4332
|
+
lighthouse-logger: 1.4.2
|
|
4346
4333
|
transitivePeerDependencies:
|
|
4347
4334
|
- supports-color
|
|
4348
4335
|
|
|
@@ -4490,17 +4477,13 @@ snapshots:
|
|
|
4490
4477
|
|
|
4491
4478
|
data-uri-to-buffer@6.0.2: {}
|
|
4492
4479
|
|
|
4493
|
-
debug@2.6.9
|
|
4480
|
+
debug@2.6.9:
|
|
4494
4481
|
dependencies:
|
|
4495
4482
|
ms: 2.0.0
|
|
4496
|
-
optionalDependencies:
|
|
4497
|
-
supports-color: 8.1.1
|
|
4498
4483
|
|
|
4499
|
-
debug@4.3.4
|
|
4484
|
+
debug@4.3.4:
|
|
4500
4485
|
dependencies:
|
|
4501
4486
|
ms: 2.1.2
|
|
4502
|
-
optionalDependencies:
|
|
4503
|
-
supports-color: 8.1.1
|
|
4504
4487
|
|
|
4505
4488
|
debug@4.4.3(supports-color@8.1.1):
|
|
4506
4489
|
dependencies:
|
|
@@ -4598,8 +4581,6 @@ snapshots:
|
|
|
4598
4581
|
|
|
4599
4582
|
duplexer3@0.1.5: {}
|
|
4600
4583
|
|
|
4601
|
-
duplexer@0.1.2: {}
|
|
4602
|
-
|
|
4603
4584
|
eastasianwidth@0.2.0: {}
|
|
4604
4585
|
|
|
4605
4586
|
easy-table@1.2.0:
|
|
@@ -4623,15 +4604,15 @@ snapshots:
|
|
|
4623
4604
|
node-fetch: 3.3.2
|
|
4624
4605
|
which: 4.0.0
|
|
4625
4606
|
|
|
4626
|
-
edgedriver@6.3.0
|
|
4607
|
+
edgedriver@6.3.0:
|
|
4627
4608
|
dependencies:
|
|
4628
4609
|
'@wdio/logger': 9.29.1
|
|
4629
4610
|
'@zip.js/zip.js': 2.11.2
|
|
4630
4611
|
decamelize: 6.0.1
|
|
4631
4612
|
edge-paths: 3.0.5
|
|
4632
4613
|
fast-xml-parser: 5.11.1
|
|
4633
|
-
http-proxy-agent: 7.0.2
|
|
4634
|
-
https-proxy-agent: 7.0.6
|
|
4614
|
+
http-proxy-agent: 7.0.2
|
|
4615
|
+
https-proxy-agent: 7.0.6
|
|
4635
4616
|
which: 6.0.1
|
|
4636
4617
|
transitivePeerDependencies:
|
|
4637
4618
|
- supports-color
|
|
@@ -4769,15 +4750,15 @@ snapshots:
|
|
|
4769
4750
|
|
|
4770
4751
|
exit-hook@4.0.0: {}
|
|
4771
4752
|
|
|
4772
|
-
expect-webdriverio@6.0.10(@wdio/globals@9.31.3)(@wdio/logger@9.29.1)(webdriverio@9.31.6
|
|
4753
|
+
expect-webdriverio@6.0.10(@wdio/globals@9.31.3)(@wdio/logger@9.29.1)(webdriverio@9.31.6):
|
|
4773
4754
|
dependencies:
|
|
4774
4755
|
'@vitest/snapshot': 4.1.11
|
|
4775
|
-
'@wdio/globals': 9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6
|
|
4756
|
+
'@wdio/globals': 9.31.3(expect-webdriverio@6.0.10)(webdriverio@9.31.6)
|
|
4776
4757
|
'@wdio/logger': 9.29.1
|
|
4777
4758
|
deep-eql: 5.0.2
|
|
4778
4759
|
expect: 30.5.1
|
|
4779
4760
|
jest-matcher-utils: 30.5.1
|
|
4780
|
-
webdriverio: 9.31.6
|
|
4761
|
+
webdriverio: 9.31.6
|
|
4781
4762
|
|
|
4782
4763
|
expect@30.5.1:
|
|
4783
4764
|
dependencies:
|
|
@@ -4788,7 +4769,7 @@ snapshots:
|
|
|
4788
4769
|
jest-mock: 30.5.1
|
|
4789
4770
|
jest-util: 30.5.1
|
|
4790
4771
|
|
|
4791
|
-
extract-zip@2.0.1
|
|
4772
|
+
extract-zip@2.0.1:
|
|
4792
4773
|
dependencies:
|
|
4793
4774
|
debug: 4.4.3(supports-color@8.1.1)
|
|
4794
4775
|
get-stream: 5.2.0
|
|
@@ -4862,9 +4843,7 @@ snapshots:
|
|
|
4862
4843
|
|
|
4863
4844
|
flat@5.0.2: {}
|
|
4864
4845
|
|
|
4865
|
-
follow-redirects@1.16.0
|
|
4866
|
-
optionalDependencies:
|
|
4867
|
-
debug: 4.4.3(supports-color@8.1.1)
|
|
4846
|
+
follow-redirects@1.16.0: {}
|
|
4868
4847
|
|
|
4869
4848
|
foreground-child@3.3.1:
|
|
4870
4849
|
dependencies:
|
|
@@ -4905,12 +4884,12 @@ snapshots:
|
|
|
4905
4884
|
|
|
4906
4885
|
function-bind@1.1.2: {}
|
|
4907
4886
|
|
|
4908
|
-
geckodriver@4.2.1
|
|
4887
|
+
geckodriver@4.2.1:
|
|
4909
4888
|
dependencies:
|
|
4910
4889
|
'@wdio/logger': 8.38.0
|
|
4911
4890
|
decamelize: 6.0.1
|
|
4912
|
-
http-proxy-agent: 7.0.2
|
|
4913
|
-
https-proxy-agent: 7.0.6
|
|
4891
|
+
http-proxy-agent: 7.0.2
|
|
4892
|
+
https-proxy-agent: 7.0.6
|
|
4914
4893
|
node-fetch: 3.3.2
|
|
4915
4894
|
tar-fs: 3.1.3
|
|
4916
4895
|
unzipper: 0.10.14
|
|
@@ -4921,13 +4900,13 @@ snapshots:
|
|
|
4921
4900
|
- react-native-b4a
|
|
4922
4901
|
- supports-color
|
|
4923
4902
|
|
|
4924
|
-
geckodriver@6.1.1
|
|
4903
|
+
geckodriver@6.1.1:
|
|
4925
4904
|
dependencies:
|
|
4926
4905
|
'@wdio/logger': 9.29.1
|
|
4927
4906
|
'@zip.js/zip.js': 2.11.2
|
|
4928
4907
|
decamelize: 6.0.1
|
|
4929
|
-
http-proxy-agent: 7.0.2
|
|
4930
|
-
https-proxy-agent: 7.0.6
|
|
4908
|
+
http-proxy-agent: 7.0.2
|
|
4909
|
+
https-proxy-agent: 7.0.6
|
|
4931
4910
|
modern-tar: 0.7.7
|
|
4932
4911
|
transitivePeerDependencies:
|
|
4933
4912
|
- supports-color
|
|
@@ -4973,7 +4952,7 @@ snapshots:
|
|
|
4973
4952
|
'@sec-ant/readable-stream': 0.4.1
|
|
4974
4953
|
is-stream: 4.0.1
|
|
4975
4954
|
|
|
4976
|
-
get-uri@6.0.5
|
|
4955
|
+
get-uri@6.0.5:
|
|
4977
4956
|
dependencies:
|
|
4978
4957
|
basic-ftp: 5.3.1
|
|
4979
4958
|
data-uri-to-buffer: 6.0.2
|
|
@@ -5090,7 +5069,7 @@ snapshots:
|
|
|
5090
5069
|
|
|
5091
5070
|
http-link-header@0.8.0: {}
|
|
5092
5071
|
|
|
5093
|
-
http-proxy-agent@7.0.2
|
|
5072
|
+
http-proxy-agent@7.0.2:
|
|
5094
5073
|
dependencies:
|
|
5095
5074
|
agent-base: 7.1.4
|
|
5096
5075
|
debug: 4.4.3(supports-color@8.1.1)
|
|
@@ -5102,14 +5081,14 @@ snapshots:
|
|
|
5102
5081
|
quick-lru: 5.1.1
|
|
5103
5082
|
resolve-alpn: 1.2.1
|
|
5104
5083
|
|
|
5105
|
-
https-proxy-agent@5.0.1
|
|
5084
|
+
https-proxy-agent@5.0.1:
|
|
5106
5085
|
dependencies:
|
|
5107
|
-
agent-base: 6.0.2
|
|
5086
|
+
agent-base: 6.0.2
|
|
5108
5087
|
debug: 4.4.3(supports-color@8.1.1)
|
|
5109
5088
|
transitivePeerDependencies:
|
|
5110
5089
|
- supports-color
|
|
5111
5090
|
|
|
5112
|
-
https-proxy-agent@7.0.6
|
|
5091
|
+
https-proxy-agent@7.0.6:
|
|
5113
5092
|
dependencies:
|
|
5114
5093
|
agent-base: 7.1.4
|
|
5115
5094
|
debug: 4.4.3(supports-color@8.1.1)
|
|
@@ -5242,7 +5221,7 @@ snapshots:
|
|
|
5242
5221
|
|
|
5243
5222
|
istanbul-lib-coverage@3.2.2: {}
|
|
5244
5223
|
|
|
5245
|
-
istanbul-lib-instrument@6.0.3
|
|
5224
|
+
istanbul-lib-instrument@6.0.3:
|
|
5246
5225
|
dependencies:
|
|
5247
5226
|
'@babel/core': 7.29.7(supports-color@8.1.1)
|
|
5248
5227
|
'@babel/parser': 7.29.8
|
|
@@ -5387,19 +5366,19 @@ snapshots:
|
|
|
5387
5366
|
dependencies:
|
|
5388
5367
|
immediate: 3.0.6
|
|
5389
5368
|
|
|
5390
|
-
lighthouse-logger@1.4.2
|
|
5369
|
+
lighthouse-logger@1.4.2:
|
|
5391
5370
|
dependencies:
|
|
5392
|
-
debug: 2.6.9
|
|
5371
|
+
debug: 2.6.9
|
|
5393
5372
|
marky: 1.3.0
|
|
5394
5373
|
transitivePeerDependencies:
|
|
5395
5374
|
- supports-color
|
|
5396
5375
|
|
|
5397
5376
|
lighthouse-stack-packs@1.12.3: {}
|
|
5398
5377
|
|
|
5399
|
-
lighthouse@8.6.0
|
|
5378
|
+
lighthouse@8.6.0:
|
|
5400
5379
|
dependencies:
|
|
5401
5380
|
axe-core: 4.2.3
|
|
5402
|
-
chrome-launcher: 0.14.2
|
|
5381
|
+
chrome-launcher: 0.14.2
|
|
5403
5382
|
configstore: 5.0.1
|
|
5404
5383
|
csp_evaluator: 1.1.0
|
|
5405
5384
|
cssstyle: 1.2.1
|
|
@@ -5408,7 +5387,7 @@ snapshots:
|
|
|
5408
5387
|
intl-messageformat: 4.4.0
|
|
5409
5388
|
jpeg-js: 0.4.4
|
|
5410
5389
|
js-library-detector: 6.7.0
|
|
5411
|
-
lighthouse-logger: 1.4.2
|
|
5390
|
+
lighthouse-logger: 1.4.2
|
|
5412
5391
|
lighthouse-stack-packs: 1.12.3
|
|
5413
5392
|
lodash.clonedeep: 4.5.0
|
|
5414
5393
|
lodash.get: 4.4.2
|
|
@@ -5648,14 +5627,13 @@ snapshots:
|
|
|
5648
5627
|
dependencies:
|
|
5649
5628
|
boolbase: 1.0.0
|
|
5650
5629
|
|
|
5651
|
-
nx@
|
|
5630
|
+
nx@20.8.4:
|
|
5652
5631
|
dependencies:
|
|
5653
5632
|
'@napi-rs/wasm-runtime': 0.2.4
|
|
5654
|
-
'@nrwl/tao': 19.8.4(debug@4.4.3(supports-color@8.1.1))(supports-color@8.1.1)
|
|
5655
5633
|
'@yarnpkg/lockfile': 1.1.0
|
|
5656
|
-
'@yarnpkg/parsers': 3.0.
|
|
5634
|
+
'@yarnpkg/parsers': 3.0.2
|
|
5657
5635
|
'@zkochan/js-yaml': 0.0.7
|
|
5658
|
-
axios: 1.20.0
|
|
5636
|
+
axios: 1.20.0
|
|
5659
5637
|
chalk: 4.1.2
|
|
5660
5638
|
cli-cursor: 3.1.0
|
|
5661
5639
|
cli-spinners: 2.6.1
|
|
@@ -5675,26 +5653,27 @@ snapshots:
|
|
|
5675
5653
|
npm-run-path: 4.0.1
|
|
5676
5654
|
open: 8.4.2
|
|
5677
5655
|
ora: 5.3.0
|
|
5656
|
+
resolve.exports: 2.0.3
|
|
5678
5657
|
semver: 7.8.5
|
|
5679
5658
|
string-width: 4.2.3
|
|
5680
|
-
strong-log-transformer: 2.1.0
|
|
5681
5659
|
tar-stream: 2.2.0
|
|
5682
5660
|
tmp: 0.2.7
|
|
5683
5661
|
tsconfig-paths: 4.2.0
|
|
5684
5662
|
tslib: 2.8.1
|
|
5663
|
+
yaml: 2.9.1
|
|
5685
5664
|
yargs: 17.7.3
|
|
5686
5665
|
yargs-parser: 21.1.1
|
|
5687
5666
|
optionalDependencies:
|
|
5688
|
-
'@nx/nx-darwin-arm64':
|
|
5689
|
-
'@nx/nx-darwin-x64':
|
|
5690
|
-
'@nx/nx-freebsd-x64':
|
|
5691
|
-
'@nx/nx-linux-arm-gnueabihf':
|
|
5692
|
-
'@nx/nx-linux-arm64-gnu':
|
|
5693
|
-
'@nx/nx-linux-arm64-musl':
|
|
5694
|
-
'@nx/nx-linux-x64-gnu':
|
|
5695
|
-
'@nx/nx-linux-x64-musl':
|
|
5696
|
-
'@nx/nx-win32-arm64-msvc':
|
|
5697
|
-
'@nx/nx-win32-x64-msvc':
|
|
5667
|
+
'@nx/nx-darwin-arm64': 20.8.4
|
|
5668
|
+
'@nx/nx-darwin-x64': 20.8.4
|
|
5669
|
+
'@nx/nx-freebsd-x64': 20.8.4
|
|
5670
|
+
'@nx/nx-linux-arm-gnueabihf': 20.8.4
|
|
5671
|
+
'@nx/nx-linux-arm64-gnu': 20.8.4
|
|
5672
|
+
'@nx/nx-linux-arm64-musl': 20.8.4
|
|
5673
|
+
'@nx/nx-linux-x64-gnu': 20.8.4
|
|
5674
|
+
'@nx/nx-linux-x64-musl': 20.8.4
|
|
5675
|
+
'@nx/nx-win32-arm64-msvc': 20.8.4
|
|
5676
|
+
'@nx/nx-win32-x64-msvc': 20.8.4
|
|
5698
5677
|
transitivePeerDependencies:
|
|
5699
5678
|
- debug
|
|
5700
5679
|
- supports-color
|
|
@@ -5760,16 +5739,16 @@ snapshots:
|
|
|
5760
5739
|
|
|
5761
5740
|
p-try@2.2.0: {}
|
|
5762
5741
|
|
|
5763
|
-
pac-proxy-agent@7.2.0
|
|
5742
|
+
pac-proxy-agent@7.2.0:
|
|
5764
5743
|
dependencies:
|
|
5765
5744
|
'@tootallnate/quickjs-emscripten': 0.23.0
|
|
5766
5745
|
agent-base: 7.1.4
|
|
5767
5746
|
debug: 4.4.3(supports-color@8.1.1)
|
|
5768
|
-
get-uri: 6.0.5
|
|
5769
|
-
http-proxy-agent: 7.0.2
|
|
5770
|
-
https-proxy-agent: 7.0.6
|
|
5747
|
+
get-uri: 6.0.5
|
|
5748
|
+
http-proxy-agent: 7.0.2
|
|
5749
|
+
https-proxy-agent: 7.0.6
|
|
5771
5750
|
pac-resolver: 7.0.1
|
|
5772
|
-
socks-proxy-agent: 8.0.5
|
|
5751
|
+
socks-proxy-agent: 8.0.5
|
|
5773
5752
|
transitivePeerDependencies:
|
|
5774
5753
|
- supports-color
|
|
5775
5754
|
|
|
@@ -5868,29 +5847,29 @@ snapshots:
|
|
|
5868
5847
|
|
|
5869
5848
|
progress@2.0.3: {}
|
|
5870
5849
|
|
|
5871
|
-
proxy-agent@6.3.1
|
|
5850
|
+
proxy-agent@6.3.1:
|
|
5872
5851
|
dependencies:
|
|
5873
5852
|
agent-base: 7.1.4
|
|
5874
|
-
debug: 4.3.4
|
|
5875
|
-
http-proxy-agent: 7.0.2
|
|
5876
|
-
https-proxy-agent: 7.0.6
|
|
5853
|
+
debug: 4.3.4
|
|
5854
|
+
http-proxy-agent: 7.0.2
|
|
5855
|
+
https-proxy-agent: 7.0.6
|
|
5877
5856
|
lru-cache: 7.18.3
|
|
5878
|
-
pac-proxy-agent: 7.2.0
|
|
5857
|
+
pac-proxy-agent: 7.2.0
|
|
5879
5858
|
proxy-from-env: 1.1.0
|
|
5880
|
-
socks-proxy-agent: 8.0.5
|
|
5859
|
+
socks-proxy-agent: 8.0.5
|
|
5881
5860
|
transitivePeerDependencies:
|
|
5882
5861
|
- supports-color
|
|
5883
5862
|
|
|
5884
|
-
proxy-agent@6.5.0
|
|
5863
|
+
proxy-agent@6.5.0:
|
|
5885
5864
|
dependencies:
|
|
5886
5865
|
agent-base: 7.1.4
|
|
5887
5866
|
debug: 4.4.3(supports-color@8.1.1)
|
|
5888
|
-
http-proxy-agent: 7.0.2
|
|
5889
|
-
https-proxy-agent: 7.0.6
|
|
5867
|
+
http-proxy-agent: 7.0.2
|
|
5868
|
+
https-proxy-agent: 7.0.6
|
|
5890
5869
|
lru-cache: 7.18.3
|
|
5891
|
-
pac-proxy-agent: 7.2.0
|
|
5870
|
+
pac-proxy-agent: 7.2.0
|
|
5892
5871
|
proxy-from-env: 1.1.0
|
|
5893
|
-
socks-proxy-agent: 8.0.5
|
|
5872
|
+
socks-proxy-agent: 8.0.5
|
|
5894
5873
|
transitivePeerDependencies:
|
|
5895
5874
|
- supports-color
|
|
5896
5875
|
|
|
@@ -5909,12 +5888,12 @@ snapshots:
|
|
|
5909
5888
|
dependencies:
|
|
5910
5889
|
escape-goat: 2.1.1
|
|
5911
5890
|
|
|
5912
|
-
puppeteer-core@21.11.0
|
|
5891
|
+
puppeteer-core@21.11.0:
|
|
5913
5892
|
dependencies:
|
|
5914
|
-
'@puppeteer/browsers': 1.9.1
|
|
5893
|
+
'@puppeteer/browsers': 1.9.1
|
|
5915
5894
|
chromium-bidi: 0.5.8(devtools-protocol@0.0.1232444)
|
|
5916
5895
|
cross-fetch: 4.0.0
|
|
5917
|
-
debug: 4.3.4
|
|
5896
|
+
debug: 4.3.4
|
|
5918
5897
|
devtools-protocol: 0.0.1232444
|
|
5919
5898
|
ws: 8.16.0
|
|
5920
5899
|
transitivePeerDependencies:
|
|
@@ -6018,6 +5997,8 @@ snapshots:
|
|
|
6018
5997
|
|
|
6019
5998
|
resolve-from@5.0.0: {}
|
|
6020
5999
|
|
|
6000
|
+
resolve.exports@2.0.3: {}
|
|
6001
|
+
|
|
6021
6002
|
responselike@1.0.2:
|
|
6022
6003
|
dependencies:
|
|
6023
6004
|
lowercase-keys: 1.0.1
|
|
@@ -6103,7 +6084,7 @@ snapshots:
|
|
|
6103
6084
|
|
|
6104
6085
|
smart-buffer@4.2.0: {}
|
|
6105
6086
|
|
|
6106
|
-
socks-proxy-agent@8.0.5
|
|
6087
|
+
socks-proxy-agent@8.0.5:
|
|
6107
6088
|
dependencies:
|
|
6108
6089
|
agent-base: 7.1.4
|
|
6109
6090
|
debug: 4.4.3(supports-color@8.1.1)
|
|
@@ -6204,12 +6185,6 @@ snapshots:
|
|
|
6204
6185
|
dependencies:
|
|
6205
6186
|
anynum: 1.0.1
|
|
6206
6187
|
|
|
6207
|
-
strong-log-transformer@2.1.0:
|
|
6208
|
-
dependencies:
|
|
6209
|
-
duplexer: 0.1.2
|
|
6210
|
-
minimist: 1.2.8
|
|
6211
|
-
through: 2.3.8
|
|
6212
|
-
|
|
6213
6188
|
supports-color@7.2.0:
|
|
6214
6189
|
dependencies:
|
|
6215
6190
|
has-flag: 4.0.0
|
|
@@ -6403,7 +6378,7 @@ snapshots:
|
|
|
6403
6378
|
spdx-correct: 3.2.0
|
|
6404
6379
|
spdx-expression-parse: 3.0.1
|
|
6405
6380
|
|
|
6406
|
-
wait-port@1.1.0
|
|
6381
|
+
wait-port@1.1.0:
|
|
6407
6382
|
dependencies:
|
|
6408
6383
|
chalk: 4.1.2
|
|
6409
6384
|
commander: 9.5.0
|
|
@@ -6417,15 +6392,15 @@ snapshots:
|
|
|
6417
6392
|
|
|
6418
6393
|
web-streams-polyfill@3.3.3: {}
|
|
6419
6394
|
|
|
6420
|
-
webdriver@8.46.0
|
|
6395
|
+
webdriver@8.46.0:
|
|
6421
6396
|
dependencies:
|
|
6422
6397
|
'@types/node': 22.20.1
|
|
6423
6398
|
'@types/ws': 8.18.1
|
|
6424
|
-
'@wdio/config': 8.46.0
|
|
6399
|
+
'@wdio/config': 8.46.0
|
|
6425
6400
|
'@wdio/logger': 8.38.0
|
|
6426
6401
|
'@wdio/protocols': 8.44.0
|
|
6427
6402
|
'@wdio/types': 8.41.0
|
|
6428
|
-
'@wdio/utils': 8.46.0
|
|
6403
|
+
'@wdio/utils': 8.46.0
|
|
6429
6404
|
deepmerge-ts: 5.1.0
|
|
6430
6405
|
got: 12.6.1
|
|
6431
6406
|
ky: 0.33.3
|
|
@@ -6438,17 +6413,17 @@ snapshots:
|
|
|
6438
6413
|
- supports-color
|
|
6439
6414
|
- utf-8-validate
|
|
6440
6415
|
|
|
6441
|
-
webdriver@9.31.6
|
|
6416
|
+
webdriver@9.31.6:
|
|
6442
6417
|
dependencies:
|
|
6443
6418
|
'@types/node': 20.19.43
|
|
6444
6419
|
'@types/ws': 8.18.1
|
|
6445
|
-
'@wdio/config': 9.31.6
|
|
6420
|
+
'@wdio/config': 9.31.6
|
|
6446
6421
|
'@wdio/logger': 9.29.1
|
|
6447
6422
|
'@wdio/protocols': 9.31.5
|
|
6448
6423
|
'@wdio/types': 9.31.2
|
|
6449
|
-
'@wdio/utils': 9.31.6
|
|
6424
|
+
'@wdio/utils': 9.31.6
|
|
6450
6425
|
deepmerge-ts: 8.0.2
|
|
6451
|
-
https-proxy-agent: 7.0.6
|
|
6426
|
+
https-proxy-agent: 7.0.6
|
|
6452
6427
|
undici: 6.28.1
|
|
6453
6428
|
ws: 8.21.3
|
|
6454
6429
|
transitivePeerDependencies:
|
|
@@ -6459,15 +6434,15 @@ snapshots:
|
|
|
6459
6434
|
- supports-color
|
|
6460
6435
|
- utf-8-validate
|
|
6461
6436
|
|
|
6462
|
-
webdriverio@8.46.0
|
|
6437
|
+
webdriverio@8.46.0:
|
|
6463
6438
|
dependencies:
|
|
6464
6439
|
'@types/node': 22.20.1
|
|
6465
|
-
'@wdio/config': 8.46.0
|
|
6440
|
+
'@wdio/config': 8.46.0
|
|
6466
6441
|
'@wdio/logger': 8.38.0
|
|
6467
6442
|
'@wdio/protocols': 8.44.0
|
|
6468
6443
|
'@wdio/repl': 8.40.3
|
|
6469
6444
|
'@wdio/types': 8.41.0
|
|
6470
|
-
'@wdio/utils': 8.46.0
|
|
6445
|
+
'@wdio/utils': 8.46.0
|
|
6471
6446
|
archiver: 7.0.1
|
|
6472
6447
|
aria-query: 5.3.2
|
|
6473
6448
|
css-shorthand-properties: 1.1.2
|
|
@@ -6480,12 +6455,12 @@ snapshots:
|
|
|
6480
6455
|
lodash.clonedeep: 4.5.0
|
|
6481
6456
|
lodash.zip: 4.2.0
|
|
6482
6457
|
minimatch: 9.0.9
|
|
6483
|
-
puppeteer-core: 21.11.0
|
|
6458
|
+
puppeteer-core: 21.11.0
|
|
6484
6459
|
query-selector-shadow-dom: 1.0.1
|
|
6485
6460
|
resq: 1.11.0
|
|
6486
6461
|
rgb2hex: 0.2.5
|
|
6487
6462
|
serialize-error: 11.0.3
|
|
6488
|
-
webdriver: 8.46.0
|
|
6463
|
+
webdriver: 8.46.0
|
|
6489
6464
|
transitivePeerDependencies:
|
|
6490
6465
|
- bare-abort-controller
|
|
6491
6466
|
- bare-buffer
|
|
@@ -6495,16 +6470,16 @@ snapshots:
|
|
|
6495
6470
|
- supports-color
|
|
6496
6471
|
- utf-8-validate
|
|
6497
6472
|
|
|
6498
|
-
webdriverio@9.31.6
|
|
6473
|
+
webdriverio@9.31.6:
|
|
6499
6474
|
dependencies:
|
|
6500
6475
|
'@types/node': 20.19.43
|
|
6501
6476
|
'@types/sinonjs__fake-timers': 8.1.5
|
|
6502
|
-
'@wdio/config': 9.31.6
|
|
6477
|
+
'@wdio/config': 9.31.6
|
|
6503
6478
|
'@wdio/logger': 9.29.1
|
|
6504
6479
|
'@wdio/protocols': 9.31.5
|
|
6505
6480
|
'@wdio/repl': 9.16.2
|
|
6506
6481
|
'@wdio/types': 9.31.2
|
|
6507
|
-
'@wdio/utils': 9.31.6
|
|
6482
|
+
'@wdio/utils': 9.31.6
|
|
6508
6483
|
archiver: 7.0.1
|
|
6509
6484
|
aria-query: 5.3.2
|
|
6510
6485
|
cheerio: 1.2.0
|
|
@@ -6521,7 +6496,7 @@ snapshots:
|
|
|
6521
6496
|
rgb2hex: 0.2.5
|
|
6522
6497
|
serialize-error: 12.0.0
|
|
6523
6498
|
urlpattern-polyfill: 10.1.0
|
|
6524
|
-
webdriver: 9.31.6
|
|
6499
|
+
webdriver: 9.31.6
|
|
6525
6500
|
transitivePeerDependencies:
|
|
6526
6501
|
- bare-abort-controller
|
|
6527
6502
|
- bare-buffer
|
|
@@ -6602,6 +6577,8 @@ snapshots:
|
|
|
6602
6577
|
|
|
6603
6578
|
yallist@3.1.1: {}
|
|
6604
6579
|
|
|
6580
|
+
yaml@2.9.1: {}
|
|
6581
|
+
|
|
6605
6582
|
yargs-parser@20.2.9: {}
|
|
6606
6583
|
|
|
6607
6584
|
yargs-parser@21.1.1: {}
|