appium-xcuitest-driver 7.17.1 → 7.17.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/CHANGELOG.md +12 -0
- package/npm-shrinkwrap.json +112 -49
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [7.17.3](https://github.com/appium/appium-xcuitest-driver/compare/v7.17.2...v7.17.3) (2024-06-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* system prompt for Apple ID sign translation for simulators ([#2405](https://github.com/appium/appium-xcuitest-driver/issues/2405)) ([453fe68](https://github.com/appium/appium-xcuitest-driver/commit/453fe680e0da7988821e50d9779bbec2763371fc))
|
|
6
|
+
|
|
7
|
+
## [7.17.2](https://github.com/appium/appium-xcuitest-driver/compare/v7.17.1...v7.17.2) (2024-06-04)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps-dev:** bump semantic-release from 23.1.1 to 24.0.0 and conventional-changelog-conventionalcommits to 8.0.0 ([#2403](https://github.com/appium/appium-xcuitest-driver/issues/2403)) ([4058b4c](https://github.com/appium/appium-xcuitest-driver/commit/4058b4c33687b11bdc90b3a22acd67330aaab46c))
|
|
12
|
+
|
|
1
13
|
## [7.17.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.17.0...v7.17.1) (2024-06-03)
|
|
2
14
|
|
|
3
15
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.17.
|
|
3
|
+
"version": "7.17.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.17.
|
|
9
|
+
"version": "7.17.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
13
13
|
"appium-idb": "^1.6.13",
|
|
14
14
|
"appium-ios-device": "^2.5.4",
|
|
15
|
-
"appium-ios-simulator": "^6.1.
|
|
15
|
+
"appium-ios-simulator": "^6.1.7",
|
|
16
16
|
"appium-remote-debugger": "^11.1.0",
|
|
17
17
|
"appium-webdriveragent": "^8.7.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"chai": "^4.3.7",
|
|
57
57
|
"chai-as-promised": "^7.1.1",
|
|
58
58
|
"chai-subset": "^1.6.0",
|
|
59
|
-
"conventional-changelog-conventionalcommits": "^
|
|
59
|
+
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
60
60
|
"mocha": "^10.2.0",
|
|
61
61
|
"mocha-junit-reporter": "^2.2.1",
|
|
62
62
|
"mocha-multi-reporters": "^1.5.1",
|
|
63
63
|
"pem": "^1.14.8",
|
|
64
64
|
"prettier": "^3.0.0",
|
|
65
65
|
"rimraf": "^5.0.1",
|
|
66
|
-
"semantic-release": "^
|
|
66
|
+
"semantic-release": "^24.0.0",
|
|
67
67
|
"sharp": "^0.x",
|
|
68
68
|
"sinon": "^18.0.0",
|
|
69
69
|
"sinon-chai": "^3.7.0",
|
|
@@ -119,6 +119,17 @@
|
|
|
119
119
|
"spdy": "4.0.2"
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
|
+
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
123
|
+
"version": "4.18.3",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
|
|
125
|
+
"integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
|
|
126
|
+
"engines": {
|
|
127
|
+
"node": ">=16"
|
|
128
|
+
},
|
|
129
|
+
"funding": {
|
|
130
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
122
133
|
"node_modules/@appium/docutils": {
|
|
123
134
|
"version": "1.0.8",
|
|
124
135
|
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.8.tgz",
|
|
@@ -153,6 +164,32 @@
|
|
|
153
164
|
"npm": ">=8"
|
|
154
165
|
}
|
|
155
166
|
},
|
|
167
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
168
|
+
"version": "2.1.3",
|
|
169
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.3.tgz",
|
|
170
|
+
"integrity": "sha512-OBxmDvVOGavBQscCaKn365B5KuQ04uGRekAcKbwCu/2M1YvICpeNgVpqR+z9AhWSYOdB4zKLLwk4M1fyfAwPjw==",
|
|
171
|
+
"dependencies": {
|
|
172
|
+
"bluebird": "^3.7.2",
|
|
173
|
+
"lodash": "^4.17.21",
|
|
174
|
+
"shell-quote": "^1.8.1",
|
|
175
|
+
"source-map-support": "^0.x"
|
|
176
|
+
},
|
|
177
|
+
"engines": {
|
|
178
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
179
|
+
"npm": ">=8"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
183
|
+
"version": "4.18.3",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
|
|
185
|
+
"integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
|
|
186
|
+
"engines": {
|
|
187
|
+
"node": ">=16"
|
|
188
|
+
},
|
|
189
|
+
"funding": {
|
|
190
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
156
193
|
"node_modules/@appium/schema": {
|
|
157
194
|
"version": "0.5.0",
|
|
158
195
|
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
|
|
@@ -247,6 +284,32 @@
|
|
|
247
284
|
"sharp": "0.33.4"
|
|
248
285
|
}
|
|
249
286
|
},
|
|
287
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
288
|
+
"version": "2.1.3",
|
|
289
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.3.tgz",
|
|
290
|
+
"integrity": "sha512-OBxmDvVOGavBQscCaKn365B5KuQ04uGRekAcKbwCu/2M1YvICpeNgVpqR+z9AhWSYOdB4zKLLwk4M1fyfAwPjw==",
|
|
291
|
+
"dependencies": {
|
|
292
|
+
"bluebird": "^3.7.2",
|
|
293
|
+
"lodash": "^4.17.21",
|
|
294
|
+
"shell-quote": "^1.8.1",
|
|
295
|
+
"source-map-support": "^0.x"
|
|
296
|
+
},
|
|
297
|
+
"engines": {
|
|
298
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
299
|
+
"npm": ">=8"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"node_modules/@appium/support/node_modules/type-fest": {
|
|
303
|
+
"version": "4.18.3",
|
|
304
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
|
|
305
|
+
"integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
|
|
306
|
+
"engines": {
|
|
307
|
+
"node": ">=16"
|
|
308
|
+
},
|
|
309
|
+
"funding": {
|
|
310
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
311
|
+
}
|
|
312
|
+
},
|
|
250
313
|
"node_modules/@appium/tsconfig": {
|
|
251
314
|
"version": "0.3.3",
|
|
252
315
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
|
|
@@ -276,6 +339,17 @@
|
|
|
276
339
|
"npm": ">=8"
|
|
277
340
|
}
|
|
278
341
|
},
|
|
342
|
+
"node_modules/@appium/types/node_modules/type-fest": {
|
|
343
|
+
"version": "4.18.3",
|
|
344
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
|
|
345
|
+
"integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
|
|
346
|
+
"engines": {
|
|
347
|
+
"node": ">=16"
|
|
348
|
+
},
|
|
349
|
+
"funding": {
|
|
350
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
279
353
|
"node_modules/@babel/code-frame": {
|
|
280
354
|
"version": "7.24.6",
|
|
281
355
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz",
|
|
@@ -647,9 +721,9 @@
|
|
|
647
721
|
}
|
|
648
722
|
},
|
|
649
723
|
"node_modules/@types/node": {
|
|
650
|
-
"version": "20.14.
|
|
651
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.
|
|
652
|
-
"integrity": "sha512-
|
|
724
|
+
"version": "20.14.1",
|
|
725
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.1.tgz",
|
|
726
|
+
"integrity": "sha512-T2MzSGEu+ysB/FkWfqmhV3PLyQlowdptmmgD20C6QxsS8Fmv5SjpZ1ayXaEC0S21/h5UJ9iA6W/5vSNU5l00OA==",
|
|
653
727
|
"dependencies": {
|
|
654
728
|
"undici-types": "~5.26.4"
|
|
655
729
|
}
|
|
@@ -812,9 +886,9 @@
|
|
|
812
886
|
}
|
|
813
887
|
},
|
|
814
888
|
"node_modules/appium-idb": {
|
|
815
|
-
"version": "1.8.
|
|
816
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.
|
|
817
|
-
"integrity": "sha512-
|
|
889
|
+
"version": "1.8.15",
|
|
890
|
+
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.15.tgz",
|
|
891
|
+
"integrity": "sha512-w3f0bbzNU+k4U4uwxAkvMSSp64w+iN+pzMz1j056zJ6jfQ92t2OgGrBFrxJhPWspniAvcS3F5aL+kSeXNuSI5w==",
|
|
818
892
|
"dependencies": {
|
|
819
893
|
"@appium/support": "^4.0.0",
|
|
820
894
|
"asyncbox": "^3.0.0",
|
|
@@ -829,9 +903,9 @@
|
|
|
829
903
|
}
|
|
830
904
|
},
|
|
831
905
|
"node_modules/appium-ios-device": {
|
|
832
|
-
"version": "2.7.
|
|
833
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.
|
|
834
|
-
"integrity": "sha512-
|
|
906
|
+
"version": "2.7.17",
|
|
907
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.17.tgz",
|
|
908
|
+
"integrity": "sha512-jUENYcuGclDGhCdf5yDrOq8jsMt73BF9uMsM743mNs13TTFtApHKeoY/ATfBJGIx6ziFqAtGYCWf8b7dm7JOcg==",
|
|
835
909
|
"dependencies": {
|
|
836
910
|
"@appium/support": "^4.0.0",
|
|
837
911
|
"asyncbox": "^3.0.0",
|
|
@@ -850,9 +924,9 @@
|
|
|
850
924
|
}
|
|
851
925
|
},
|
|
852
926
|
"node_modules/appium-ios-simulator": {
|
|
853
|
-
"version": "6.1.
|
|
854
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.
|
|
855
|
-
"integrity": "sha512-
|
|
927
|
+
"version": "6.1.7",
|
|
928
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.7.tgz",
|
|
929
|
+
"integrity": "sha512-2iw6nJm8Uut80vjyC0JiK61W0+9fymtoJvabhniJ2L0gg4BnjO8rus8eulOe+W9DSgyxuJ/psI/LE22oaS462A==",
|
|
856
930
|
"dependencies": {
|
|
857
931
|
"@appium/support": "^4.0.0",
|
|
858
932
|
"@xmldom/xmldom": "^0.x",
|
|
@@ -872,9 +946,9 @@
|
|
|
872
946
|
}
|
|
873
947
|
},
|
|
874
948
|
"node_modules/appium-remote-debugger": {
|
|
875
|
-
"version": "11.1.
|
|
876
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.1.
|
|
877
|
-
"integrity": "sha512-
|
|
949
|
+
"version": "11.1.4",
|
|
950
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.1.4.tgz",
|
|
951
|
+
"integrity": "sha512-h08/tAr1hkVdXc0aKRdW+SZOOIn+1p15bfCLMAJWavPTbjGdaxivDRQvrLYB0/jIdrt6l632dGtMHU1uz7BCkw==",
|
|
878
952
|
"dependencies": {
|
|
879
953
|
"@appium/base-driver": "^9.0.0",
|
|
880
954
|
"@appium/support": "^4.0.0",
|
|
@@ -894,9 +968,9 @@
|
|
|
894
968
|
}
|
|
895
969
|
},
|
|
896
970
|
"node_modules/appium-webdriveragent": {
|
|
897
|
-
"version": "8.7.
|
|
898
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.7.
|
|
899
|
-
"integrity": "sha512-
|
|
971
|
+
"version": "8.7.2",
|
|
972
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.7.2.tgz",
|
|
973
|
+
"integrity": "sha512-k6eopflva8thAYigKQsP3iSVUwdd7ae/Qj/cB9wsxo4FoINI3ntL6IoR+GGlfv7BkYTceH/sE4aHpIFuxKLedA==",
|
|
900
974
|
"dependencies": {
|
|
901
975
|
"@appium/base-driver": "^9.0.0",
|
|
902
976
|
"@appium/strongbox": "^0.x",
|
|
@@ -917,9 +991,9 @@
|
|
|
917
991
|
}
|
|
918
992
|
},
|
|
919
993
|
"node_modules/appium-xcode": {
|
|
920
|
-
"version": "5.2.
|
|
921
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.
|
|
922
|
-
"integrity": "sha512-
|
|
994
|
+
"version": "5.2.14",
|
|
995
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.14.tgz",
|
|
996
|
+
"integrity": "sha512-vdJYQnQyfyIY+br74p68XAE78ym9lPAc/lOfzqANRerp3Apzfbx6q0sPeWNghL1gNS57UI09AASqfq4ROKUopg==",
|
|
923
997
|
"dependencies": {
|
|
924
998
|
"@appium/support": "^4.0.0",
|
|
925
999
|
"@types/lodash": "^4.14.192",
|
|
@@ -2288,9 +2362,9 @@
|
|
|
2288
2362
|
}
|
|
2289
2363
|
},
|
|
2290
2364
|
"node_modules/jackspeak": {
|
|
2291
|
-
"version": "3.
|
|
2292
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.
|
|
2293
|
-
"integrity": "sha512-
|
|
2365
|
+
"version": "3.3.0",
|
|
2366
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.3.0.tgz",
|
|
2367
|
+
"integrity": "sha512-glPiBfKguqA7v8JsXO3iLjJWZ9FV1vNpoI0I9hI9Mnk5yetO9uPLSpiCEmiVijAssv2f54HpvtzvAHfhPieiDQ==",
|
|
2294
2368
|
"dependencies": {
|
|
2295
2369
|
"@isaacs/cliui": "^8.0.2"
|
|
2296
2370
|
},
|
|
@@ -2755,9 +2829,9 @@
|
|
|
2755
2829
|
}
|
|
2756
2830
|
},
|
|
2757
2831
|
"node_modules/node-simctl": {
|
|
2758
|
-
"version": "7.4.
|
|
2759
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.4.
|
|
2760
|
-
"integrity": "sha512-
|
|
2832
|
+
"version": "7.4.5",
|
|
2833
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.4.5.tgz",
|
|
2834
|
+
"integrity": "sha512-GqNIoWIQgnL2auJQnq0aGRC4N5HeN3Tj47IuCEpM7DwpcEXGbotER3mt1romkeBtY0iIvGomh/apR8M8FJeetw==",
|
|
2761
2835
|
"dependencies": {
|
|
2762
2836
|
"asyncbox": "^3.0.0",
|
|
2763
2837
|
"bluebird": "^3.5.1",
|
|
@@ -3780,9 +3854,9 @@
|
|
|
3780
3854
|
}
|
|
3781
3855
|
},
|
|
3782
3856
|
"node_modules/teen_process": {
|
|
3783
|
-
"version": "2.1.
|
|
3784
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.
|
|
3785
|
-
"integrity": "sha512-
|
|
3857
|
+
"version": "2.1.4",
|
|
3858
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.4.tgz",
|
|
3859
|
+
"integrity": "sha512-TEaxCYk/aCBsNBCZmgUNXqtCWq8RX94nGoyYYu7YiNR+RnmawMFshTkYe1SFhiNCX6FsYb6wL/irs6NhvfoF5g==",
|
|
3786
3860
|
"dependencies": {
|
|
3787
3861
|
"bluebird": "^3.7.2",
|
|
3788
3862
|
"lodash": "^4.17.21",
|
|
@@ -3824,20 +3898,9 @@
|
|
|
3824
3898
|
}
|
|
3825
3899
|
},
|
|
3826
3900
|
"node_modules/tslib": {
|
|
3827
|
-
"version": "2.6.
|
|
3828
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.
|
|
3829
|
-
"integrity": "sha512-
|
|
3830
|
-
},
|
|
3831
|
-
"node_modules/type-fest": {
|
|
3832
|
-
"version": "4.18.3",
|
|
3833
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
|
|
3834
|
-
"integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
|
|
3835
|
-
"engines": {
|
|
3836
|
-
"node": ">=16"
|
|
3837
|
-
},
|
|
3838
|
-
"funding": {
|
|
3839
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3840
|
-
}
|
|
3901
|
+
"version": "2.6.3",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
3903
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
|
|
3841
3904
|
},
|
|
3842
3905
|
"node_modules/type-is": {
|
|
3843
3906
|
"version": "1.6.18",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.17.
|
|
11
|
+
"version": "7.17.3",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@colors/colors": "^1.6.0",
|
|
80
80
|
"appium-idb": "^1.6.13",
|
|
81
81
|
"appium-ios-device": "^2.5.4",
|
|
82
|
-
"appium-ios-simulator": "^6.1.
|
|
82
|
+
"appium-ios-simulator": "^6.1.7",
|
|
83
83
|
"appium-remote-debugger": "^11.1.0",
|
|
84
84
|
"appium-webdriveragent": "^8.7.0",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
@@ -156,14 +156,14 @@
|
|
|
156
156
|
"chai": "^4.3.7",
|
|
157
157
|
"chai-as-promised": "^7.1.1",
|
|
158
158
|
"chai-subset": "^1.6.0",
|
|
159
|
-
"conventional-changelog-conventionalcommits": "^
|
|
159
|
+
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
160
160
|
"mocha": "^10.2.0",
|
|
161
161
|
"mocha-junit-reporter": "^2.2.1",
|
|
162
162
|
"mocha-multi-reporters": "^1.5.1",
|
|
163
163
|
"pem": "^1.14.8",
|
|
164
164
|
"prettier": "^3.0.0",
|
|
165
165
|
"rimraf": "^5.0.1",
|
|
166
|
-
"semantic-release": "^
|
|
166
|
+
"semantic-release": "^24.0.0",
|
|
167
167
|
"sharp": "^0.x",
|
|
168
168
|
"sinon": "^18.0.0",
|
|
169
169
|
"sinon-chai": "^3.7.0",
|