appium-mac2-driver 3.3.0 → 3.3.2
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/CHANGELOG.md +12 -0
- package/build/lib/commands/execute.d.ts.map +1 -1
- package/build/lib/commands/execute.js +1 -5
- package/build/lib/commands/execute.js.map +1 -1
- package/build/lib/commands/gestures.d.ts.map +1 -1
- package/build/lib/commands/gestures.js +6 -7
- package/build/lib/commands/gestures.js.map +1 -1
- package/build/lib/commands/helpers.d.ts.map +1 -1
- package/build/lib/commands/helpers.js +1 -5
- package/build/lib/commands/helpers.js.map +1 -1
- package/build/lib/commands/native-record-screen.d.ts.map +1 -1
- package/build/lib/commands/native-record-screen.js +6 -6
- package/build/lib/commands/native-record-screen.js.map +1 -1
- package/build/lib/commands/record-screen.d.ts +33 -2
- package/build/lib/commands/record-screen.d.ts.map +1 -1
- package/build/lib/commands/record-screen.js +24 -6
- package/build/lib/commands/record-screen.js.map +1 -1
- package/build/lib/driver.d.ts +4 -2
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +7 -6
- package/build/lib/driver.js.map +1 -1
- package/build/lib/execute-method-map.d.ts +2 -2
- package/build/lib/execute-method-map.js +2 -2
- package/build/lib/execute-method-map.js.map +1 -1
- package/build/lib/utils.d.ts +4 -8
- package/build/lib/utils.d.ts.map +1 -1
- package/build/lib/utils.js +33 -10
- package/build/lib/utils.js.map +1 -1
- package/build/lib/wda-mac.d.ts.map +1 -1
- package/build/lib/wda-mac.js +14 -13
- package/build/lib/wda-mac.js.map +1 -1
- package/lib/commands/execute.ts +1 -2
- package/lib/commands/gestures.ts +8 -4
- package/lib/commands/helpers.ts +1 -2
- package/lib/commands/native-record-screen.ts +6 -6
- package/lib/commands/record-screen.ts +69 -7
- package/lib/driver.ts +7 -6
- package/lib/execute-method-map.ts +2 -2
- package/lib/utils.ts +33 -7
- package/lib/wda-mac.ts +15 -14
- package/npm-shrinkwrap.json +133 -221
- package/package.json +1 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-mac2-driver",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-mac2-driver",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"asyncbox": "^6.0.1",
|
|
16
16
|
"axios": "^1.x",
|
|
17
17
|
"bluebird": "^3.5.1",
|
|
18
|
-
"lodash": "^4.17.4",
|
|
19
18
|
"portscanner": "2.2.0",
|
|
20
19
|
"teen_process": "^4.0.4"
|
|
21
20
|
},
|
|
@@ -27,7 +26,6 @@
|
|
|
27
26
|
"@semantic-release/git": "^10.0.1",
|
|
28
27
|
"@types/bluebird": "^3.5.38",
|
|
29
28
|
"@types/chai-as-promised": "^8.0.2",
|
|
30
|
-
"@types/lodash": "^4.14.196",
|
|
31
29
|
"@types/mocha": "^10.0.1",
|
|
32
30
|
"@types/node": "^25.0.0",
|
|
33
31
|
"@types/sinon": "^21.0.0",
|
|
@@ -51,14 +49,14 @@
|
|
|
51
49
|
}
|
|
52
50
|
},
|
|
53
51
|
"node_modules/@appium/logger": {
|
|
54
|
-
"version": "2.0.
|
|
55
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
56
|
-
"integrity": "sha512-
|
|
52
|
+
"version": "2.0.7",
|
|
53
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.7.tgz",
|
|
54
|
+
"integrity": "sha512-WqagwYDZlPsSkICrXL9wB1E7qgErnwmYc/Q6NLVAC2ckXkWioh3fZ49AK5zevbJCnnkQbU2y8497Mk4xWDetkg==",
|
|
57
55
|
"license": "ISC",
|
|
58
56
|
"dependencies": {
|
|
59
57
|
"console-control-strings": "1.1.0",
|
|
60
58
|
"lodash": "4.18.1",
|
|
61
|
-
"lru-cache": "11.3.
|
|
59
|
+
"lru-cache": "11.3.5",
|
|
62
60
|
"set-blocking": "2.0.0"
|
|
63
61
|
},
|
|
64
62
|
"engines": {
|
|
@@ -80,9 +78,9 @@
|
|
|
80
78
|
}
|
|
81
79
|
},
|
|
82
80
|
"node_modules/@appium/strongbox": {
|
|
83
|
-
"version": "1.1.
|
|
84
|
-
"resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-1.1.
|
|
85
|
-
"integrity": "sha512-
|
|
81
|
+
"version": "1.1.1",
|
|
82
|
+
"resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-1.1.1.tgz",
|
|
83
|
+
"integrity": "sha512-cBpvgD3r8OyLUoZXamY3mVTe3V+Fy6bFQulpyRCLi7DTtt4rwkIHzvn3h+81t0XMVFLxlOiJNXN2SkOFpRQ3eg==",
|
|
86
84
|
"license": "Apache-2.0",
|
|
87
85
|
"dependencies": {
|
|
88
86
|
"env-paths": "4.0.0",
|
|
@@ -94,14 +92,14 @@
|
|
|
94
92
|
}
|
|
95
93
|
},
|
|
96
94
|
"node_modules/@appium/support": {
|
|
97
|
-
"version": "7.1.
|
|
98
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.1.
|
|
99
|
-
"integrity": "sha512-
|
|
95
|
+
"version": "7.1.1",
|
|
96
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.1.1.tgz",
|
|
97
|
+
"integrity": "sha512-WJewvoQxDOaVKjlvjVwifNDMQUVdCy0Edcxobl6I7pJzSE2O15Bi3BEq5AMzDpaXs7DtjZTLkHT29Tin9KHV3Q==",
|
|
100
98
|
"license": "Apache-2.0",
|
|
101
99
|
"dependencies": {
|
|
102
|
-
"@appium/logger": "2.0.
|
|
100
|
+
"@appium/logger": "2.0.7",
|
|
103
101
|
"@appium/tsconfig": "1.1.2",
|
|
104
|
-
"@appium/types": "1.3.
|
|
102
|
+
"@appium/types": "1.3.1",
|
|
105
103
|
"@colors/colors": "1.6.0",
|
|
106
104
|
"archiver": "7.0.1",
|
|
107
105
|
"asyncbox": "6.1.0",
|
|
@@ -128,9 +126,9 @@
|
|
|
128
126
|
"semver": "7.7.4",
|
|
129
127
|
"shell-quote": "1.8.3",
|
|
130
128
|
"supports-color": "10.2.2",
|
|
131
|
-
"teen_process": "4.1.
|
|
132
|
-
"type-fest": "5.
|
|
133
|
-
"uuid": "
|
|
129
|
+
"teen_process": "4.1.1",
|
|
130
|
+
"type-fest": "5.6.0",
|
|
131
|
+
"uuid": "14.0.0",
|
|
134
132
|
"which": "6.0.1",
|
|
135
133
|
"yauzl": "3.3.0"
|
|
136
134
|
},
|
|
@@ -142,10 +140,34 @@
|
|
|
142
140
|
"sharp": "0.34.5"
|
|
143
141
|
}
|
|
144
142
|
},
|
|
143
|
+
"node_modules/@appium/support/node_modules/asyncbox": {
|
|
144
|
+
"version": "6.1.0",
|
|
145
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.1.0.tgz",
|
|
146
|
+
"integrity": "sha512-KZwKNVnDdDe0ubN+fFMuHhSljZNHnbjdJABImoqFzQP61oIg6sMlhXIqOIu3WRd7YwW89q+eVj2Ty/Ax5dbh2Q==",
|
|
147
|
+
"license": "Apache-2.0",
|
|
148
|
+
"dependencies": {
|
|
149
|
+
"p-limit": "^7.2.0"
|
|
150
|
+
},
|
|
151
|
+
"engines": {
|
|
152
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
153
|
+
"npm": ">=10"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
157
|
+
"version": "1.15.0",
|
|
158
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
159
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
160
|
+
"license": "MIT",
|
|
161
|
+
"dependencies": {
|
|
162
|
+
"follow-redirects": "^1.15.11",
|
|
163
|
+
"form-data": "^4.0.5",
|
|
164
|
+
"proxy-from-env": "^2.1.0"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
145
167
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
146
|
-
"version": "4.1.
|
|
147
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
148
|
-
"integrity": "sha512-
|
|
168
|
+
"version": "4.1.1",
|
|
169
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.1.tgz",
|
|
170
|
+
"integrity": "sha512-E9gaYuVaWrvbxzZDgZ/MjWkPKqiKETBWSRy06qz1GOyKU22mI76JrxzaGbeddcHcmW8ZFXPowPv1ad3a7S+Xvg==",
|
|
149
171
|
"license": "Apache-2.0",
|
|
150
172
|
"dependencies": {
|
|
151
173
|
"lodash": "^4.17.21",
|
|
@@ -170,15 +192,15 @@
|
|
|
170
192
|
}
|
|
171
193
|
},
|
|
172
194
|
"node_modules/@appium/types": {
|
|
173
|
-
"version": "1.3.
|
|
174
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.3.
|
|
175
|
-
"integrity": "sha512-
|
|
195
|
+
"version": "1.3.1",
|
|
196
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.3.1.tgz",
|
|
197
|
+
"integrity": "sha512-SWTntQ8EAI1m6P2LWqcqASGkRLk5HiKv2V2x7DSfknS8AsiF2ymr6T6oPJ7hUrTkEUA/3ncTSZji5Oq4h5TjzA==",
|
|
176
198
|
"license": "Apache-2.0",
|
|
177
199
|
"dependencies": {
|
|
178
|
-
"@appium/logger": "2.0.
|
|
200
|
+
"@appium/logger": "2.0.7",
|
|
179
201
|
"@appium/schema": "1.1.0",
|
|
180
202
|
"@appium/tsconfig": "1.1.2",
|
|
181
|
-
"type-fest": "5.
|
|
203
|
+
"type-fest": "5.6.0"
|
|
182
204
|
},
|
|
183
205
|
"engines": {
|
|
184
206
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -218,9 +240,9 @@
|
|
|
218
240
|
}
|
|
219
241
|
},
|
|
220
242
|
"node_modules/@emnapi/runtime": {
|
|
221
|
-
"version": "1.
|
|
222
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.
|
|
223
|
-
"integrity": "sha512-
|
|
243
|
+
"version": "1.10.0",
|
|
244
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
245
|
+
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
224
246
|
"extraneous": true,
|
|
225
247
|
"license": "MIT",
|
|
226
248
|
"dependencies": {
|
|
@@ -388,9 +410,9 @@
|
|
|
388
410
|
"license": "MIT"
|
|
389
411
|
},
|
|
390
412
|
"node_modules/@xmldom/xmldom": {
|
|
391
|
-
"version": "0.8.
|
|
392
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.
|
|
393
|
-
"integrity": "sha512-
|
|
413
|
+
"version": "0.8.13",
|
|
414
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
|
|
415
|
+
"integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
|
|
394
416
|
"license": "MIT",
|
|
395
417
|
"engines": {
|
|
396
418
|
"node": ">=10.0.0"
|
|
@@ -436,16 +458,13 @@
|
|
|
436
458
|
}
|
|
437
459
|
},
|
|
438
460
|
"node_modules/appium-xcode": {
|
|
439
|
-
"version": "6.1
|
|
440
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.
|
|
441
|
-
"integrity": "sha512-
|
|
461
|
+
"version": "6.2.1",
|
|
462
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.2.1.tgz",
|
|
463
|
+
"integrity": "sha512-vY7D7GSm/m9KvRwJjk0AP9U+hT/MRoLN5OEohC2/vvbe5hxGp2H0nhUFYal2/6VwrL5U/P1zQKEIFUe3O8g0Dw==",
|
|
442
464
|
"license": "Apache-2.0",
|
|
443
465
|
"dependencies": {
|
|
444
466
|
"@appium/support": "^7.0.0-rc.1",
|
|
445
467
|
"asyncbox": "^6.0.1",
|
|
446
|
-
"bluebird": "^3.7.2",
|
|
447
|
-
"lodash": "^4.17.4",
|
|
448
|
-
"plist": "^3.0.1",
|
|
449
468
|
"semver": "^7.0.0",
|
|
450
469
|
"teen_process": "^4.0.4"
|
|
451
470
|
},
|
|
@@ -491,9 +510,9 @@
|
|
|
491
510
|
}
|
|
492
511
|
},
|
|
493
512
|
"node_modules/archiver-utils/node_modules/brace-expansion": {
|
|
494
|
-
"version": "2.0
|
|
495
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
496
|
-
"integrity": "sha512-
|
|
513
|
+
"version": "2.1.0",
|
|
514
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
515
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
497
516
|
"license": "MIT",
|
|
498
517
|
"dependencies": {
|
|
499
518
|
"balanced-match": "^1.0.0"
|
|
@@ -571,9 +590,9 @@
|
|
|
571
590
|
"license": "MIT"
|
|
572
591
|
},
|
|
573
592
|
"node_modules/asyncbox": {
|
|
574
|
-
"version": "6.
|
|
575
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.
|
|
576
|
-
"integrity": "sha512-
|
|
593
|
+
"version": "6.2.0",
|
|
594
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
595
|
+
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
577
596
|
"license": "Apache-2.0",
|
|
578
597
|
"dependencies": {
|
|
579
598
|
"p-limit": "^7.2.0"
|
|
@@ -590,20 +609,20 @@
|
|
|
590
609
|
"license": "MIT"
|
|
591
610
|
},
|
|
592
611
|
"node_modules/axios": {
|
|
593
|
-
"version": "1.
|
|
594
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
595
|
-
"integrity": "sha512-
|
|
612
|
+
"version": "1.16.0",
|
|
613
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
|
|
614
|
+
"integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
|
|
596
615
|
"license": "MIT",
|
|
597
616
|
"dependencies": {
|
|
598
|
-
"follow-redirects": "^1.
|
|
617
|
+
"follow-redirects": "^1.16.0",
|
|
599
618
|
"form-data": "^4.0.5",
|
|
600
619
|
"proxy-from-env": "^2.1.0"
|
|
601
620
|
}
|
|
602
621
|
},
|
|
603
622
|
"node_modules/b4a": {
|
|
604
|
-
"version": "1.8.
|
|
605
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.
|
|
606
|
-
"integrity": "sha512-
|
|
623
|
+
"version": "1.8.1",
|
|
624
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.1.tgz",
|
|
625
|
+
"integrity": "sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==",
|
|
607
626
|
"license": "Apache-2.0",
|
|
608
627
|
"peerDependencies": {
|
|
609
628
|
"react-native-b4a": "*"
|
|
@@ -635,9 +654,9 @@
|
|
|
635
654
|
}
|
|
636
655
|
},
|
|
637
656
|
"node_modules/bare-fs": {
|
|
638
|
-
"version": "4.7.
|
|
639
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.
|
|
640
|
-
"integrity": "sha512-
|
|
657
|
+
"version": "4.7.1",
|
|
658
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.1.tgz",
|
|
659
|
+
"integrity": "sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==",
|
|
641
660
|
"license": "Apache-2.0",
|
|
642
661
|
"dependencies": {
|
|
643
662
|
"bare-events": "^2.5.4",
|
|
@@ -659,9 +678,9 @@
|
|
|
659
678
|
}
|
|
660
679
|
},
|
|
661
680
|
"node_modules/bare-os": {
|
|
662
|
-
"version": "3.
|
|
663
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.
|
|
664
|
-
"integrity": "sha512-
|
|
681
|
+
"version": "3.9.1",
|
|
682
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.1.tgz",
|
|
683
|
+
"integrity": "sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==",
|
|
665
684
|
"license": "Apache-2.0",
|
|
666
685
|
"engines": {
|
|
667
686
|
"bare": ">=1.14.0"
|
|
@@ -677,9 +696,9 @@
|
|
|
677
696
|
}
|
|
678
697
|
},
|
|
679
698
|
"node_modules/bare-stream": {
|
|
680
|
-
"version": "2.13.
|
|
681
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.
|
|
682
|
-
"integrity": "sha512-
|
|
699
|
+
"version": "2.13.1",
|
|
700
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.1.tgz",
|
|
701
|
+
"integrity": "sha512-Vp0cnjYyrEC4whYTymQ+YZi6pBpfiICZO3cfRG8sy67ZNWe951urv1x4eW1BKNngw3U+3fPYb5JQvHbCtxH7Ow==",
|
|
683
702
|
"license": "Apache-2.0",
|
|
684
703
|
"dependencies": {
|
|
685
704
|
"streamx": "^2.25.0",
|
|
@@ -703,9 +722,9 @@
|
|
|
703
722
|
}
|
|
704
723
|
},
|
|
705
724
|
"node_modules/bare-url": {
|
|
706
|
-
"version": "2.4.
|
|
707
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.
|
|
708
|
-
"integrity": "sha512-
|
|
725
|
+
"version": "2.4.3",
|
|
726
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.3.tgz",
|
|
727
|
+
"integrity": "sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==",
|
|
709
728
|
"license": "Apache-2.0",
|
|
710
729
|
"dependencies": {
|
|
711
730
|
"bare-path": "^3.0.0"
|
|
@@ -795,23 +814,6 @@
|
|
|
795
814
|
"node": ">= 0.4"
|
|
796
815
|
}
|
|
797
816
|
},
|
|
798
|
-
"node_modules/call-bound": {
|
|
799
|
-
"version": "1.0.4",
|
|
800
|
-
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
801
|
-
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
802
|
-
"extraneous": true,
|
|
803
|
-
"license": "MIT",
|
|
804
|
-
"dependencies": {
|
|
805
|
-
"call-bind-apply-helpers": "^1.0.2",
|
|
806
|
-
"get-intrinsic": "^1.3.0"
|
|
807
|
-
},
|
|
808
|
-
"engines": {
|
|
809
|
-
"node": ">= 0.4"
|
|
810
|
-
},
|
|
811
|
-
"funding": {
|
|
812
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
817
|
"node_modules/chalk": {
|
|
816
818
|
"version": "4.1.2",
|
|
817
819
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -1053,16 +1055,6 @@
|
|
|
1053
1055
|
"node": ">=8"
|
|
1054
1056
|
}
|
|
1055
1057
|
},
|
|
1056
|
-
"node_modules/diff": {
|
|
1057
|
-
"version": "8.0.4",
|
|
1058
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
1059
|
-
"integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
|
|
1060
|
-
"extraneous": true,
|
|
1061
|
-
"license": "BSD-3-Clause",
|
|
1062
|
-
"engines": {
|
|
1063
|
-
"node": ">=0.3.1"
|
|
1064
|
-
}
|
|
1065
|
-
},
|
|
1066
1058
|
"node_modules/dunder-proto": {
|
|
1067
1059
|
"version": "1.0.1",
|
|
1068
1060
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
@@ -1221,9 +1213,9 @@
|
|
|
1221
1213
|
}
|
|
1222
1214
|
},
|
|
1223
1215
|
"node_modules/follow-redirects": {
|
|
1224
|
-
"version": "1.
|
|
1225
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.
|
|
1226
|
-
"integrity": "sha512-
|
|
1216
|
+
"version": "1.16.0",
|
|
1217
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
1218
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
1227
1219
|
"funding": [
|
|
1228
1220
|
{
|
|
1229
1221
|
"type": "individual",
|
|
@@ -1546,9 +1538,9 @@
|
|
|
1546
1538
|
}
|
|
1547
1539
|
},
|
|
1548
1540
|
"node_modules/hasown": {
|
|
1549
|
-
"version": "2.0.
|
|
1550
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
1551
|
-
"integrity": "sha512-
|
|
1541
|
+
"version": "2.0.3",
|
|
1542
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
|
|
1543
|
+
"integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
|
|
1552
1544
|
"license": "MIT",
|
|
1553
1545
|
"dependencies": {
|
|
1554
1546
|
"function-bind": "^1.1.2"
|
|
@@ -1558,9 +1550,9 @@
|
|
|
1558
1550
|
}
|
|
1559
1551
|
},
|
|
1560
1552
|
"node_modules/hosted-git-info": {
|
|
1561
|
-
"version": "9.0.
|
|
1562
|
-
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.
|
|
1563
|
-
"integrity": "sha512-
|
|
1553
|
+
"version": "9.0.3",
|
|
1554
|
+
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.3.tgz",
|
|
1555
|
+
"integrity": "sha512-Hc+ghLoSt6QaYZUv0WBiIvmMDZuZZ7oaDvdH8MbfOO4lOsxdXLEvuC6ePoGs9H1X9oCLyq6+NVN0MKqD+ydxyg==",
|
|
1564
1556
|
"license": "ISC",
|
|
1565
1557
|
"dependencies": {
|
|
1566
1558
|
"lru-cache": "^11.1.0"
|
|
@@ -1661,6 +1653,12 @@
|
|
|
1661
1653
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1662
1654
|
}
|
|
1663
1655
|
},
|
|
1656
|
+
"node_modules/isarray": {
|
|
1657
|
+
"version": "1.0.0",
|
|
1658
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
1659
|
+
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
1660
|
+
"license": "MIT"
|
|
1661
|
+
},
|
|
1664
1662
|
"node_modules/isexe": {
|
|
1665
1663
|
"version": "4.0.0",
|
|
1666
1664
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
@@ -1744,12 +1742,6 @@
|
|
|
1744
1742
|
"node": ">= 0.6.3"
|
|
1745
1743
|
}
|
|
1746
1744
|
},
|
|
1747
|
-
"node_modules/lazystream/node_modules/isarray": {
|
|
1748
|
-
"version": "1.0.0",
|
|
1749
|
-
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
1750
|
-
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
1751
|
-
"license": "MIT"
|
|
1752
|
-
},
|
|
1753
1745
|
"node_modules/lazystream/node_modules/readable-stream": {
|
|
1754
1746
|
"version": "2.3.8",
|
|
1755
1747
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
@@ -1812,9 +1804,9 @@
|
|
|
1812
1804
|
}
|
|
1813
1805
|
},
|
|
1814
1806
|
"node_modules/lru-cache": {
|
|
1815
|
-
"version": "11.3.
|
|
1816
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.
|
|
1817
|
-
"integrity": "sha512-
|
|
1807
|
+
"version": "11.3.5",
|
|
1808
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
|
|
1809
|
+
"integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
|
|
1818
1810
|
"license": "BlueOak-1.0.0",
|
|
1819
1811
|
"engines": {
|
|
1820
1812
|
"node": "20 || >=22"
|
|
@@ -1886,19 +1878,6 @@
|
|
|
1886
1878
|
"node": ">=0.10.0"
|
|
1887
1879
|
}
|
|
1888
1880
|
},
|
|
1889
|
-
"node_modules/object-inspect": {
|
|
1890
|
-
"version": "1.13.4",
|
|
1891
|
-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
1892
|
-
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
1893
|
-
"extraneous": true,
|
|
1894
|
-
"license": "MIT",
|
|
1895
|
-
"engines": {
|
|
1896
|
-
"node": ">= 0.4"
|
|
1897
|
-
},
|
|
1898
|
-
"funding": {
|
|
1899
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1900
|
-
}
|
|
1901
|
-
},
|
|
1902
1881
|
"node_modules/once": {
|
|
1903
1882
|
"version": "1.4.0",
|
|
1904
1883
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
@@ -2173,9 +2152,9 @@
|
|
|
2173
2152
|
}
|
|
2174
2153
|
},
|
|
2175
2154
|
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
2176
|
-
"version": "2.0
|
|
2177
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
2178
|
-
"integrity": "sha512-
|
|
2155
|
+
"version": "2.1.0",
|
|
2156
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
2157
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
2179
2158
|
"license": "MIT",
|
|
2180
2159
|
"dependencies": {
|
|
2181
2160
|
"balanced-match": "^1.0.0"
|
|
@@ -2320,82 +2299,6 @@
|
|
|
2320
2299
|
"url": "https://github.com/sponsors/ljharb"
|
|
2321
2300
|
}
|
|
2322
2301
|
},
|
|
2323
|
-
"node_modules/side-channel": {
|
|
2324
|
-
"version": "1.1.0",
|
|
2325
|
-
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
|
2326
|
-
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
2327
|
-
"extraneous": true,
|
|
2328
|
-
"license": "MIT",
|
|
2329
|
-
"dependencies": {
|
|
2330
|
-
"es-errors": "^1.3.0",
|
|
2331
|
-
"object-inspect": "^1.13.3",
|
|
2332
|
-
"side-channel-list": "^1.0.0",
|
|
2333
|
-
"side-channel-map": "^1.0.1",
|
|
2334
|
-
"side-channel-weakmap": "^1.0.2"
|
|
2335
|
-
},
|
|
2336
|
-
"engines": {
|
|
2337
|
-
"node": ">= 0.4"
|
|
2338
|
-
},
|
|
2339
|
-
"funding": {
|
|
2340
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2341
|
-
}
|
|
2342
|
-
},
|
|
2343
|
-
"node_modules/side-channel-list": {
|
|
2344
|
-
"version": "1.0.1",
|
|
2345
|
-
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
|
|
2346
|
-
"integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
|
|
2347
|
-
"extraneous": true,
|
|
2348
|
-
"license": "MIT",
|
|
2349
|
-
"dependencies": {
|
|
2350
|
-
"es-errors": "^1.3.0",
|
|
2351
|
-
"object-inspect": "^1.13.4"
|
|
2352
|
-
},
|
|
2353
|
-
"engines": {
|
|
2354
|
-
"node": ">= 0.4"
|
|
2355
|
-
},
|
|
2356
|
-
"funding": {
|
|
2357
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2358
|
-
}
|
|
2359
|
-
},
|
|
2360
|
-
"node_modules/side-channel-map": {
|
|
2361
|
-
"version": "1.0.1",
|
|
2362
|
-
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
|
2363
|
-
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
2364
|
-
"extraneous": true,
|
|
2365
|
-
"license": "MIT",
|
|
2366
|
-
"dependencies": {
|
|
2367
|
-
"call-bound": "^1.0.2",
|
|
2368
|
-
"es-errors": "^1.3.0",
|
|
2369
|
-
"get-intrinsic": "^1.2.5",
|
|
2370
|
-
"object-inspect": "^1.13.3"
|
|
2371
|
-
},
|
|
2372
|
-
"engines": {
|
|
2373
|
-
"node": ">= 0.4"
|
|
2374
|
-
},
|
|
2375
|
-
"funding": {
|
|
2376
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2377
|
-
}
|
|
2378
|
-
},
|
|
2379
|
-
"node_modules/side-channel-weakmap": {
|
|
2380
|
-
"version": "1.0.2",
|
|
2381
|
-
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
|
2382
|
-
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
2383
|
-
"extraneous": true,
|
|
2384
|
-
"license": "MIT",
|
|
2385
|
-
"dependencies": {
|
|
2386
|
-
"call-bound": "^1.0.2",
|
|
2387
|
-
"es-errors": "^1.3.0",
|
|
2388
|
-
"get-intrinsic": "^1.2.5",
|
|
2389
|
-
"object-inspect": "^1.13.3",
|
|
2390
|
-
"side-channel-map": "^1.0.1"
|
|
2391
|
-
},
|
|
2392
|
-
"engines": {
|
|
2393
|
-
"node": ">= 0.4"
|
|
2394
|
-
},
|
|
2395
|
-
"funding": {
|
|
2396
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2397
|
-
}
|
|
2398
|
-
},
|
|
2399
2302
|
"node_modules/signal-exit": {
|
|
2400
2303
|
"version": "3.0.7",
|
|
2401
2304
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
@@ -2421,13 +2324,7 @@
|
|
|
2421
2324
|
"spdx-license-ids": "^3.0.0"
|
|
2422
2325
|
}
|
|
2423
2326
|
},
|
|
2424
|
-
"node_modules/spdx-
|
|
2425
|
-
"version": "2.5.0",
|
|
2426
|
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
2427
|
-
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
2428
|
-
"license": "CC-BY-3.0"
|
|
2429
|
-
},
|
|
2430
|
-
"node_modules/spdx-expression-parse": {
|
|
2327
|
+
"node_modules/spdx-correct/node_modules/spdx-expression-parse": {
|
|
2431
2328
|
"version": "3.0.1",
|
|
2432
2329
|
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
2433
2330
|
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
@@ -2437,6 +2334,12 @@
|
|
|
2437
2334
|
"spdx-license-ids": "^3.0.0"
|
|
2438
2335
|
}
|
|
2439
2336
|
},
|
|
2337
|
+
"node_modules/spdx-exceptions": {
|
|
2338
|
+
"version": "2.5.0",
|
|
2339
|
+
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
2340
|
+
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
2341
|
+
"license": "CC-BY-3.0"
|
|
2342
|
+
},
|
|
2440
2343
|
"node_modules/spdx-license-ids": {
|
|
2441
2344
|
"version": "3.0.23",
|
|
2442
2345
|
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
|
|
@@ -2599,9 +2502,9 @@
|
|
|
2599
2502
|
}
|
|
2600
2503
|
},
|
|
2601
2504
|
"node_modules/tar-stream": {
|
|
2602
|
-
"version": "3.
|
|
2603
|
-
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.
|
|
2604
|
-
"integrity": "sha512-
|
|
2505
|
+
"version": "3.2.0",
|
|
2506
|
+
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz",
|
|
2507
|
+
"integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==",
|
|
2605
2508
|
"license": "MIT",
|
|
2606
2509
|
"dependencies": {
|
|
2607
2510
|
"b4a": "^1.6.4",
|
|
@@ -2611,12 +2514,11 @@
|
|
|
2611
2514
|
}
|
|
2612
2515
|
},
|
|
2613
2516
|
"node_modules/teen_process": {
|
|
2614
|
-
"version": "4.1.
|
|
2615
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
2616
|
-
"integrity": "sha512-
|
|
2517
|
+
"version": "4.1.3",
|
|
2518
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
|
|
2519
|
+
"integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
|
|
2617
2520
|
"license": "Apache-2.0",
|
|
2618
2521
|
"dependencies": {
|
|
2619
|
-
"lodash": "^4.17.21",
|
|
2620
2522
|
"shell-quote": "^1.8.1"
|
|
2621
2523
|
},
|
|
2622
2524
|
"engines": {
|
|
@@ -2665,9 +2567,9 @@
|
|
|
2665
2567
|
"license": "0BSD"
|
|
2666
2568
|
},
|
|
2667
2569
|
"node_modules/type-fest": {
|
|
2668
|
-
"version": "5.
|
|
2669
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
2670
|
-
"integrity": "sha512-
|
|
2570
|
+
"version": "5.6.0",
|
|
2571
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.6.0.tgz",
|
|
2572
|
+
"integrity": "sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==",
|
|
2671
2573
|
"license": "(MIT OR CC0-1.0)",
|
|
2672
2574
|
"dependencies": {
|
|
2673
2575
|
"tagged-tag": "^1.0.0"
|
|
@@ -2713,9 +2615,9 @@
|
|
|
2713
2615
|
"license": "MIT"
|
|
2714
2616
|
},
|
|
2715
2617
|
"node_modules/uuid": {
|
|
2716
|
-
"version": "
|
|
2717
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
2718
|
-
"integrity": "sha512-
|
|
2618
|
+
"version": "14.0.0",
|
|
2619
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
|
|
2620
|
+
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
|
|
2719
2621
|
"funding": [
|
|
2720
2622
|
"https://github.com/sponsors/broofa",
|
|
2721
2623
|
"https://github.com/sponsors/ctavan"
|
|
@@ -2735,6 +2637,16 @@
|
|
|
2735
2637
|
"spdx-expression-parse": "^3.0.0"
|
|
2736
2638
|
}
|
|
2737
2639
|
},
|
|
2640
|
+
"node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
|
|
2641
|
+
"version": "3.0.1",
|
|
2642
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
2643
|
+
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
2644
|
+
"license": "MIT",
|
|
2645
|
+
"dependencies": {
|
|
2646
|
+
"spdx-exceptions": "^2.1.0",
|
|
2647
|
+
"spdx-license-ids": "^3.0.0"
|
|
2648
|
+
}
|
|
2649
|
+
},
|
|
2738
2650
|
"node_modules/which": {
|
|
2739
2651
|
"version": "6.0.1",
|
|
2740
2652
|
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"mac",
|
|
7
7
|
"XCTest"
|
|
8
8
|
],
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.2",
|
|
10
10
|
"author": "Appium Contributors",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"repository": {
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"asyncbox": "^6.0.1",
|
|
53
53
|
"axios": "^1.x",
|
|
54
54
|
"bluebird": "^3.5.1",
|
|
55
|
-
"lodash": "^4.17.4",
|
|
56
55
|
"portscanner": "2.2.0",
|
|
57
56
|
"teen_process": "^4.0.4"
|
|
58
57
|
},
|
|
@@ -80,7 +79,6 @@
|
|
|
80
79
|
"@semantic-release/git": "^10.0.1",
|
|
81
80
|
"@types/bluebird": "^3.5.38",
|
|
82
81
|
"@types/chai-as-promised": "^8.0.2",
|
|
83
|
-
"@types/lodash": "^4.14.196",
|
|
84
82
|
"@types/mocha": "^10.0.1",
|
|
85
83
|
"@types/node": "^25.0.0",
|
|
86
84
|
"@types/sinon": "^21.0.0",
|