momentic-mobile 0.0.16 → 0.0.18
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/bin/cli.js +979 -853
- package/npm-shrinkwrap.json +196 -126
- package/package.json +1 -1
- package/static/assets/{index-fZ6PP-En.js → index-AX0rsQnl.js} +109 -109
- package/static/assets/index-EHMi8Yfl.css +1 -0
- package/static/index.html +2 -2
- package/static/assets/index-K7k0TIiO.css +0 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "momentic-mobile",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "momentic-mobile",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.18",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@actions/exec": "^1.1.1",
|
|
12
12
|
"@actions/io": "^1.1.3",
|
|
@@ -216,6 +216,18 @@
|
|
|
216
216
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
|
+
"node_modules/@appium/docutils/node_modules/semver": {
|
|
220
|
+
"version": "7.7.2",
|
|
221
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
222
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
223
|
+
"license": "ISC",
|
|
224
|
+
"bin": {
|
|
225
|
+
"semver": "bin/semver.js"
|
|
226
|
+
},
|
|
227
|
+
"engines": {
|
|
228
|
+
"node": ">=10"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
219
231
|
"node_modules/@appium/docutils/node_modules/supports-color": {
|
|
220
232
|
"version": "7.2.0",
|
|
221
233
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
@@ -332,6 +344,18 @@
|
|
|
332
344
|
"proxy-from-env": "^1.1.0"
|
|
333
345
|
}
|
|
334
346
|
},
|
|
347
|
+
"node_modules/@appium/support/node_modules/semver": {
|
|
348
|
+
"version": "7.7.2",
|
|
349
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
350
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
351
|
+
"license": "ISC",
|
|
352
|
+
"bin": {
|
|
353
|
+
"semver": "bin/semver.js"
|
|
354
|
+
},
|
|
355
|
+
"engines": {
|
|
356
|
+
"node": ">=10"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
335
359
|
"node_modules/@appium/support/node_modules/uuid": {
|
|
336
360
|
"version": "11.1.0",
|
|
337
361
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
|
@@ -416,12 +440,12 @@
|
|
|
416
440
|
}
|
|
417
441
|
},
|
|
418
442
|
"node_modules/@dabh/diagnostics": {
|
|
419
|
-
"version": "2.0.
|
|
420
|
-
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.
|
|
421
|
-
"integrity": "sha512-
|
|
443
|
+
"version": "2.0.8",
|
|
444
|
+
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.8.tgz",
|
|
445
|
+
"integrity": "sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q==",
|
|
422
446
|
"license": "MIT",
|
|
423
447
|
"dependencies": {
|
|
424
|
-
"colorspace": "1.1.
|
|
448
|
+
"@so-ric/colorspace": "^1.1.6",
|
|
425
449
|
"enabled": "2.0.x",
|
|
426
450
|
"kuler": "^2.0.0"
|
|
427
451
|
}
|
|
@@ -2928,6 +2952,62 @@
|
|
|
2928
2952
|
"lilconfig": ">=2"
|
|
2929
2953
|
}
|
|
2930
2954
|
},
|
|
2955
|
+
"node_modules/@so-ric/colorspace": {
|
|
2956
|
+
"version": "1.1.6",
|
|
2957
|
+
"resolved": "https://registry.npmjs.org/@so-ric/colorspace/-/colorspace-1.1.6.tgz",
|
|
2958
|
+
"integrity": "sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==",
|
|
2959
|
+
"license": "MIT",
|
|
2960
|
+
"dependencies": {
|
|
2961
|
+
"color": "^5.0.2",
|
|
2962
|
+
"text-hex": "1.0.x"
|
|
2963
|
+
}
|
|
2964
|
+
},
|
|
2965
|
+
"node_modules/@so-ric/colorspace/node_modules/color": {
|
|
2966
|
+
"version": "5.0.2",
|
|
2967
|
+
"resolved": "https://registry.npmjs.org/color/-/color-5.0.2.tgz",
|
|
2968
|
+
"integrity": "sha512-e2hz5BzbUPcYlIRHo8ieAhYgoajrJr+hWoceg6E345TPsATMUKqDgzt8fSXZJJbxfpiPzkWyphz8yn8At7q3fA==",
|
|
2969
|
+
"license": "MIT",
|
|
2970
|
+
"dependencies": {
|
|
2971
|
+
"color-convert": "^3.0.1",
|
|
2972
|
+
"color-string": "^2.0.0"
|
|
2973
|
+
},
|
|
2974
|
+
"engines": {
|
|
2975
|
+
"node": ">=18"
|
|
2976
|
+
}
|
|
2977
|
+
},
|
|
2978
|
+
"node_modules/@so-ric/colorspace/node_modules/color-convert": {
|
|
2979
|
+
"version": "3.1.2",
|
|
2980
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.2.tgz",
|
|
2981
|
+
"integrity": "sha512-UNqkvCDXstVck3kdowtOTWROIJQwafjOfXSmddoDrXo4cewMKmusCeF22Q24zvjR8nwWib/3S/dfyzPItPEiJg==",
|
|
2982
|
+
"license": "MIT",
|
|
2983
|
+
"dependencies": {
|
|
2984
|
+
"color-name": "^2.0.0"
|
|
2985
|
+
},
|
|
2986
|
+
"engines": {
|
|
2987
|
+
"node": ">=14.6"
|
|
2988
|
+
}
|
|
2989
|
+
},
|
|
2990
|
+
"node_modules/@so-ric/colorspace/node_modules/color-name": {
|
|
2991
|
+
"version": "2.0.2",
|
|
2992
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz",
|
|
2993
|
+
"integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==",
|
|
2994
|
+
"license": "MIT",
|
|
2995
|
+
"engines": {
|
|
2996
|
+
"node": ">=12.20"
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
"node_modules/@so-ric/colorspace/node_modules/color-string": {
|
|
3000
|
+
"version": "2.1.2",
|
|
3001
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.2.tgz",
|
|
3002
|
+
"integrity": "sha512-RxmjYxbWemV9gKu4zPgiZagUxbH3RQpEIO77XoSSX0ivgABDZ+h8Zuash/EMFLTI4N9QgFPOJ6JQpPZKFxa+dA==",
|
|
3003
|
+
"license": "MIT",
|
|
3004
|
+
"dependencies": {
|
|
3005
|
+
"color-name": "^2.0.0"
|
|
3006
|
+
},
|
|
3007
|
+
"engines": {
|
|
3008
|
+
"node": ">=18"
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
2931
3011
|
"node_modules/@socket.io/component-emitter": {
|
|
2932
3012
|
"version": "3.1.2",
|
|
2933
3013
|
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
|
|
@@ -2995,12 +3075,12 @@
|
|
|
2995
3075
|
}
|
|
2996
3076
|
},
|
|
2997
3077
|
"node_modules/@types/node": {
|
|
2998
|
-
"version": "24.
|
|
2999
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
3000
|
-
"integrity": "sha512-
|
|
3078
|
+
"version": "24.7.1",
|
|
3079
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.1.tgz",
|
|
3080
|
+
"integrity": "sha512-CmyhGZanP88uuC5GpWU9q+fI61j2SkhO3UGMUdfYRE6Bcy0ccyzn1Rqj9YAB/ZY4kOXmNf0ocah5GtphmLMP6Q==",
|
|
3001
3081
|
"license": "MIT",
|
|
3002
3082
|
"dependencies": {
|
|
3003
|
-
"undici-types": "~7.
|
|
3083
|
+
"undici-types": "~7.14.0"
|
|
3004
3084
|
}
|
|
3005
3085
|
},
|
|
3006
3086
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -3082,37 +3162,38 @@
|
|
|
3082
3162
|
}
|
|
3083
3163
|
},
|
|
3084
3164
|
"node_modules/@wdio/appium-service": {
|
|
3085
|
-
"version": "9.
|
|
3086
|
-
"resolved": "https://registry.npmjs.org/@wdio/appium-service/-/appium-service-9.
|
|
3087
|
-
"integrity": "sha512-
|
|
3165
|
+
"version": "9.20.0",
|
|
3166
|
+
"resolved": "https://registry.npmjs.org/@wdio/appium-service/-/appium-service-9.20.0.tgz",
|
|
3167
|
+
"integrity": "sha512-BOQ/Vgv1p7EkjuFUkHiAaM9QgXKXfWm8kvTn0SBR8I4fqMawobMk3C3fZimPuPMRAkuKsvto0LH1oKR/YZXQog==",
|
|
3088
3168
|
"license": "MIT",
|
|
3089
3169
|
"dependencies": {
|
|
3090
|
-
"@wdio/config": "9.
|
|
3170
|
+
"@wdio/config": "9.20.0",
|
|
3091
3171
|
"@wdio/logger": "9.18.0",
|
|
3092
|
-
"@wdio/types": "9.
|
|
3093
|
-
"@wdio/utils": "9.
|
|
3172
|
+
"@wdio/types": "9.20.0",
|
|
3173
|
+
"@wdio/utils": "9.20.0",
|
|
3094
3174
|
"change-case": "^5.4.3",
|
|
3095
3175
|
"get-port": "^7.0.0",
|
|
3096
3176
|
"import-meta-resolve": "^4.0.0",
|
|
3097
3177
|
"tree-kill": "^1.2.2",
|
|
3098
|
-
"webdriverio": "9.
|
|
3178
|
+
"webdriverio": "9.20.0"
|
|
3099
3179
|
},
|
|
3100
3180
|
"engines": {
|
|
3101
3181
|
"node": ">=18.20.0"
|
|
3102
3182
|
}
|
|
3103
3183
|
},
|
|
3104
3184
|
"node_modules/@wdio/config": {
|
|
3105
|
-
"version": "9.
|
|
3106
|
-
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-9.
|
|
3107
|
-
"integrity": "sha512-
|
|
3185
|
+
"version": "9.20.0",
|
|
3186
|
+
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-9.20.0.tgz",
|
|
3187
|
+
"integrity": "sha512-ggwd3EMsVj/LTcbYw2h+hma+/7fQ1cTXMuy9B5WTkLjDlOtbLjsqs9QLt4BLIo1cdsxvAw/UVpRVUuYy7rTmtQ==",
|
|
3108
3188
|
"license": "MIT",
|
|
3109
3189
|
"dependencies": {
|
|
3110
3190
|
"@wdio/logger": "9.18.0",
|
|
3111
|
-
"@wdio/types": "9.
|
|
3112
|
-
"@wdio/utils": "9.
|
|
3191
|
+
"@wdio/types": "9.20.0",
|
|
3192
|
+
"@wdio/utils": "9.20.0",
|
|
3113
3193
|
"deepmerge-ts": "^7.0.3",
|
|
3114
3194
|
"glob": "^10.2.2",
|
|
3115
|
-
"import-meta-resolve": "^4.0.0"
|
|
3195
|
+
"import-meta-resolve": "^4.0.0",
|
|
3196
|
+
"jiti": "^2.5.1"
|
|
3116
3197
|
},
|
|
3117
3198
|
"engines": {
|
|
3118
3199
|
"node": ">=18.20.0"
|
|
@@ -3153,9 +3234,9 @@
|
|
|
3153
3234
|
}
|
|
3154
3235
|
},
|
|
3155
3236
|
"node_modules/@wdio/repl/node_modules/@types/node": {
|
|
3156
|
-
"version": "20.19.
|
|
3157
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
3158
|
-
"integrity": "sha512-
|
|
3237
|
+
"version": "20.19.20",
|
|
3238
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.20.tgz",
|
|
3239
|
+
"integrity": "sha512-2Q7WS25j4pS1cS8yw3d6buNCVJukOTeQ39bAnwR6sOJbaxvyCGebzTMypDFN82CxBLnl+lSWVdCCWbRY6y9yZQ==",
|
|
3159
3240
|
"license": "MIT",
|
|
3160
3241
|
"dependencies": {
|
|
3161
3242
|
"undici-types": "~6.21.0"
|
|
@@ -3168,9 +3249,9 @@
|
|
|
3168
3249
|
"license": "MIT"
|
|
3169
3250
|
},
|
|
3170
3251
|
"node_modules/@wdio/types": {
|
|
3171
|
-
"version": "9.
|
|
3172
|
-
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-9.
|
|
3173
|
-
"integrity": "sha512-
|
|
3252
|
+
"version": "9.20.0",
|
|
3253
|
+
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-9.20.0.tgz",
|
|
3254
|
+
"integrity": "sha512-zMmAtse2UMCSOW76mvK3OejauAdcFGuKopNRH7crI0gwKTZtvV89yXWRziz9cVXpFgfmJCjf9edxKFWdhuF5yw==",
|
|
3174
3255
|
"license": "MIT",
|
|
3175
3256
|
"dependencies": {
|
|
3176
3257
|
"@types/node": "^20.1.0"
|
|
@@ -3180,9 +3261,9 @@
|
|
|
3180
3261
|
}
|
|
3181
3262
|
},
|
|
3182
3263
|
"node_modules/@wdio/types/node_modules/@types/node": {
|
|
3183
|
-
"version": "20.19.
|
|
3184
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
3185
|
-
"integrity": "sha512-
|
|
3264
|
+
"version": "20.19.20",
|
|
3265
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.20.tgz",
|
|
3266
|
+
"integrity": "sha512-2Q7WS25j4pS1cS8yw3d6buNCVJukOTeQ39bAnwR6sOJbaxvyCGebzTMypDFN82CxBLnl+lSWVdCCWbRY6y9yZQ==",
|
|
3186
3267
|
"license": "MIT",
|
|
3187
3268
|
"dependencies": {
|
|
3188
3269
|
"undici-types": "~6.21.0"
|
|
@@ -3195,14 +3276,14 @@
|
|
|
3195
3276
|
"license": "MIT"
|
|
3196
3277
|
},
|
|
3197
3278
|
"node_modules/@wdio/utils": {
|
|
3198
|
-
"version": "9.
|
|
3199
|
-
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-9.
|
|
3200
|
-
"integrity": "sha512-
|
|
3279
|
+
"version": "9.20.0",
|
|
3280
|
+
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-9.20.0.tgz",
|
|
3281
|
+
"integrity": "sha512-T1ze005kncUTocYImSBQc/FAVcOwP/vOU4MDJFgzz/RTcps600qcKX98sVdWM5/ukXCVkjOufWteDHIbX5/tEA==",
|
|
3201
3282
|
"license": "MIT",
|
|
3202
3283
|
"dependencies": {
|
|
3203
3284
|
"@puppeteer/browsers": "^2.2.0",
|
|
3204
3285
|
"@wdio/logger": "9.18.0",
|
|
3205
|
-
"@wdio/types": "9.
|
|
3286
|
+
"@wdio/types": "9.20.0",
|
|
3206
3287
|
"decamelize": "^6.0.0",
|
|
3207
3288
|
"deepmerge-ts": "^7.0.3",
|
|
3208
3289
|
"edgedriver": "^6.1.2",
|
|
@@ -3229,14 +3310,14 @@
|
|
|
3229
3310
|
}
|
|
3230
3311
|
},
|
|
3231
3312
|
"node_modules/@zip.js/zip.js": {
|
|
3232
|
-
"version": "2.8.
|
|
3233
|
-
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.
|
|
3234
|
-
"integrity": "sha512-
|
|
3313
|
+
"version": "2.8.7",
|
|
3314
|
+
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.7.tgz",
|
|
3315
|
+
"integrity": "sha512-8daf29EMM3gUpH/vSBSCYo2bY/wbamgRPxPpE2b+cDnbOLBHAcZikWad79R4Guemth/qtipzEHrZMq1lFXxWIA==",
|
|
3235
3316
|
"license": "BSD-3-Clause",
|
|
3236
3317
|
"engines": {
|
|
3237
3318
|
"bun": ">=0.7.0",
|
|
3238
3319
|
"deno": ">=1.0.0",
|
|
3239
|
-
"node": ">=
|
|
3320
|
+
"node": ">=18.0.0"
|
|
3240
3321
|
}
|
|
3241
3322
|
},
|
|
3242
3323
|
"node_modules/abbrev": {
|
|
@@ -8366,6 +8447,18 @@
|
|
|
8366
8447
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
8367
8448
|
"license": "MIT"
|
|
8368
8449
|
},
|
|
8450
|
+
"node_modules/appium/node_modules/semver": {
|
|
8451
|
+
"version": "7.7.2",
|
|
8452
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
8453
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
8454
|
+
"license": "ISC",
|
|
8455
|
+
"bin": {
|
|
8456
|
+
"semver": "bin/semver.js"
|
|
8457
|
+
},
|
|
8458
|
+
"engines": {
|
|
8459
|
+
"node": ">=10"
|
|
8460
|
+
}
|
|
8461
|
+
},
|
|
8369
8462
|
"node_modules/appium/node_modules/string-width": {
|
|
8370
8463
|
"version": "4.2.3",
|
|
8371
8464
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -8604,9 +8697,9 @@
|
|
|
8604
8697
|
}
|
|
8605
8698
|
},
|
|
8606
8699
|
"node_modules/b4a": {
|
|
8607
|
-
"version": "1.7.
|
|
8608
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.
|
|
8609
|
-
"integrity": "sha512-
|
|
8700
|
+
"version": "1.7.3",
|
|
8701
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
|
|
8702
|
+
"integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
|
|
8610
8703
|
"license": "Apache-2.0",
|
|
8611
8704
|
"peerDependencies": {
|
|
8612
8705
|
"react-native-b4a": "*"
|
|
@@ -8630,9 +8723,9 @@
|
|
|
8630
8723
|
"license": "Apache-2.0"
|
|
8631
8724
|
},
|
|
8632
8725
|
"node_modules/bare-fs": {
|
|
8633
|
-
"version": "4.4.
|
|
8634
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.4.
|
|
8635
|
-
"integrity": "sha512-
|
|
8726
|
+
"version": "4.4.7",
|
|
8727
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.4.7.tgz",
|
|
8728
|
+
"integrity": "sha512-huJQxUWc2d1T+6dxnC/FoYpBgEHzJp33mYZqFtQqTTPPyP9xPvmjC16VpR4wTte4ZKd5VxkFAcfDYi51iwWMcg==",
|
|
8636
8729
|
"license": "Apache-2.0",
|
|
8637
8730
|
"optional": true,
|
|
8638
8731
|
"dependencies": {
|
|
@@ -9244,6 +9337,7 @@
|
|
|
9244
9337
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
9245
9338
|
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
9246
9339
|
"license": "MIT",
|
|
9340
|
+
"optional": true,
|
|
9247
9341
|
"dependencies": {
|
|
9248
9342
|
"color-name": "^1.0.0",
|
|
9249
9343
|
"simple-swizzle": "^0.2.2"
|
|
@@ -9255,41 +9349,6 @@
|
|
|
9255
9349
|
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
|
|
9256
9350
|
"license": "MIT"
|
|
9257
9351
|
},
|
|
9258
|
-
"node_modules/colorspace": {
|
|
9259
|
-
"version": "1.1.4",
|
|
9260
|
-
"resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz",
|
|
9261
|
-
"integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==",
|
|
9262
|
-
"license": "MIT",
|
|
9263
|
-
"dependencies": {
|
|
9264
|
-
"color": "^3.1.3",
|
|
9265
|
-
"text-hex": "1.0.x"
|
|
9266
|
-
}
|
|
9267
|
-
},
|
|
9268
|
-
"node_modules/colorspace/node_modules/color": {
|
|
9269
|
-
"version": "3.2.1",
|
|
9270
|
-
"resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
|
|
9271
|
-
"integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
|
|
9272
|
-
"license": "MIT",
|
|
9273
|
-
"dependencies": {
|
|
9274
|
-
"color-convert": "^1.9.3",
|
|
9275
|
-
"color-string": "^1.6.0"
|
|
9276
|
-
}
|
|
9277
|
-
},
|
|
9278
|
-
"node_modules/colorspace/node_modules/color-convert": {
|
|
9279
|
-
"version": "1.9.3",
|
|
9280
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
9281
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
9282
|
-
"license": "MIT",
|
|
9283
|
-
"dependencies": {
|
|
9284
|
-
"color-name": "1.1.3"
|
|
9285
|
-
}
|
|
9286
|
-
},
|
|
9287
|
-
"node_modules/colorspace/node_modules/color-name": {
|
|
9288
|
-
"version": "1.1.3",
|
|
9289
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
9290
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
9291
|
-
"license": "MIT"
|
|
9292
|
-
},
|
|
9293
9352
|
"node_modules/combined-stream": {
|
|
9294
9353
|
"version": "1.0.8",
|
|
9295
9354
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
@@ -9738,9 +9797,9 @@
|
|
|
9738
9797
|
}
|
|
9739
9798
|
},
|
|
9740
9799
|
"node_modules/detect-libc": {
|
|
9741
|
-
"version": "2.1.
|
|
9742
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.
|
|
9743
|
-
"integrity": "sha512-
|
|
9800
|
+
"version": "2.1.2",
|
|
9801
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
9802
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
9744
9803
|
"license": "Apache-2.0",
|
|
9745
9804
|
"optional": true,
|
|
9746
9805
|
"engines": {
|
|
@@ -9838,9 +9897,9 @@
|
|
|
9838
9897
|
}
|
|
9839
9898
|
},
|
|
9840
9899
|
"node_modules/dotenv": {
|
|
9841
|
-
"version": "17.2.
|
|
9842
|
-
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.
|
|
9843
|
-
"integrity": "sha512-
|
|
9900
|
+
"version": "17.2.3",
|
|
9901
|
+
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz",
|
|
9902
|
+
"integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
|
|
9844
9903
|
"license": "BSD-2-Clause",
|
|
9845
9904
|
"engines": {
|
|
9846
9905
|
"node": ">=12"
|
|
@@ -10552,9 +10611,9 @@
|
|
|
10552
10611
|
"license": "BSD-3-Clause"
|
|
10553
10612
|
},
|
|
10554
10613
|
"node_modules/fast-xml-parser": {
|
|
10555
|
-
"version": "5.
|
|
10556
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
10557
|
-
"integrity": "sha512-
|
|
10614
|
+
"version": "5.3.0",
|
|
10615
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz",
|
|
10616
|
+
"integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==",
|
|
10558
10617
|
"funding": [
|
|
10559
10618
|
{
|
|
10560
10619
|
"type": "github",
|
|
@@ -11382,9 +11441,9 @@
|
|
|
11382
11441
|
"license": "MIT"
|
|
11383
11442
|
},
|
|
11384
11443
|
"node_modules/import-in-the-middle": {
|
|
11385
|
-
"version": "1.14.
|
|
11386
|
-
"resolved": "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-1.14.
|
|
11387
|
-
"integrity": "sha512-
|
|
11444
|
+
"version": "1.14.4",
|
|
11445
|
+
"resolved": "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-1.14.4.tgz",
|
|
11446
|
+
"integrity": "sha512-eWjxh735SJLFJJDs5X82JQ2405OdJeAHDBnaoFCfdr5GVc7AWc9xU7KbrF+3Xd5F2ccP1aQFKtY+65X6EfKZ7A==",
|
|
11388
11447
|
"license": "Apache-2.0",
|
|
11389
11448
|
"dependencies": {
|
|
11390
11449
|
"acorn": "^8.14.0",
|
|
@@ -11671,6 +11730,15 @@
|
|
|
11671
11730
|
"node": ">=18"
|
|
11672
11731
|
}
|
|
11673
11732
|
},
|
|
11733
|
+
"node_modules/jiti": {
|
|
11734
|
+
"version": "2.6.1",
|
|
11735
|
+
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
|
|
11736
|
+
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
|
|
11737
|
+
"license": "MIT",
|
|
11738
|
+
"bin": {
|
|
11739
|
+
"jiti": "lib/jiti-cli.mjs"
|
|
11740
|
+
}
|
|
11741
|
+
},
|
|
11674
11742
|
"node_modules/joi": {
|
|
11675
11743
|
"version": "17.13.3",
|
|
11676
11744
|
"resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz",
|
|
@@ -14215,9 +14283,9 @@
|
|
|
14215
14283
|
"optional": true
|
|
14216
14284
|
},
|
|
14217
14285
|
"node_modules/semver": {
|
|
14218
|
-
"version": "7.7.
|
|
14219
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
14220
|
-
"integrity": "sha512-
|
|
14286
|
+
"version": "7.7.3",
|
|
14287
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
14288
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
14221
14289
|
"license": "ISC",
|
|
14222
14290
|
"bin": {
|
|
14223
14291
|
"semver": "bin/semver.js"
|
|
@@ -14589,6 +14657,7 @@
|
|
|
14589
14657
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
14590
14658
|
"integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
|
|
14591
14659
|
"license": "MIT",
|
|
14660
|
+
"optional": true,
|
|
14592
14661
|
"dependencies": {
|
|
14593
14662
|
"is-arrayish": "^0.3.1"
|
|
14594
14663
|
}
|
|
@@ -14597,7 +14666,8 @@
|
|
|
14597
14666
|
"version": "0.3.4",
|
|
14598
14667
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
|
|
14599
14668
|
"integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
|
|
14600
|
-
"license": "MIT"
|
|
14669
|
+
"license": "MIT",
|
|
14670
|
+
"optional": true
|
|
14601
14671
|
},
|
|
14602
14672
|
"node_modules/slimdom": {
|
|
14603
14673
|
"version": "4.3.5",
|
|
@@ -15376,12 +15446,12 @@
|
|
|
15376
15446
|
"license": "0BSD"
|
|
15377
15447
|
},
|
|
15378
15448
|
"node_modules/twilio": {
|
|
15379
|
-
"version": "5.
|
|
15380
|
-
"resolved": "https://registry.npmjs.org/twilio/-/twilio-5.
|
|
15381
|
-
"integrity": "sha512-
|
|
15449
|
+
"version": "5.10.2",
|
|
15450
|
+
"resolved": "https://registry.npmjs.org/twilio/-/twilio-5.10.2.tgz",
|
|
15451
|
+
"integrity": "sha512-pkMdXK0PJHR0elu3GmaDlYt4DDWPkkmuJLVUQjnctehu01IgbAp+VZ2ctbUSh1anDuqKqimAIuMnW9xmKith6w==",
|
|
15382
15452
|
"license": "MIT",
|
|
15383
15453
|
"dependencies": {
|
|
15384
|
-
"axios": "^1.
|
|
15454
|
+
"axios": "^1.12.0",
|
|
15385
15455
|
"dayjs": "^1.11.9",
|
|
15386
15456
|
"https-proxy-agent": "^5.0.0",
|
|
15387
15457
|
"jsonwebtoken": "^9.0.2",
|
|
@@ -15475,9 +15545,9 @@
|
|
|
15475
15545
|
}
|
|
15476
15546
|
},
|
|
15477
15547
|
"node_modules/undici-types": {
|
|
15478
|
-
"version": "7.
|
|
15479
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
15480
|
-
"integrity": "sha512-
|
|
15548
|
+
"version": "7.14.0",
|
|
15549
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz",
|
|
15550
|
+
"integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==",
|
|
15481
15551
|
"license": "MIT"
|
|
15482
15552
|
},
|
|
15483
15553
|
"node_modules/universal-github-app-jwt": {
|
|
@@ -15695,18 +15765,18 @@
|
|
|
15695
15765
|
}
|
|
15696
15766
|
},
|
|
15697
15767
|
"node_modules/webdriver": {
|
|
15698
|
-
"version": "9.
|
|
15699
|
-
"resolved": "https://registry.npmjs.org/webdriver/-/webdriver-9.
|
|
15700
|
-
"integrity": "sha512-
|
|
15768
|
+
"version": "9.20.0",
|
|
15769
|
+
"resolved": "https://registry.npmjs.org/webdriver/-/webdriver-9.20.0.tgz",
|
|
15770
|
+
"integrity": "sha512-Kk+AGV1xWLNHVpzUynQJDULMzbcO3IjXo3s0BzfC30OpGxhpaNmoazMQodhtv0Lp242Mb1VYXD89dCb4oAHc4w==",
|
|
15701
15771
|
"license": "MIT",
|
|
15702
15772
|
"dependencies": {
|
|
15703
15773
|
"@types/node": "^20.1.0",
|
|
15704
15774
|
"@types/ws": "^8.5.3",
|
|
15705
|
-
"@wdio/config": "9.
|
|
15775
|
+
"@wdio/config": "9.20.0",
|
|
15706
15776
|
"@wdio/logger": "9.18.0",
|
|
15707
15777
|
"@wdio/protocols": "9.16.2",
|
|
15708
|
-
"@wdio/types": "9.
|
|
15709
|
-
"@wdio/utils": "9.
|
|
15778
|
+
"@wdio/types": "9.20.0",
|
|
15779
|
+
"@wdio/utils": "9.20.0",
|
|
15710
15780
|
"deepmerge-ts": "^7.0.3",
|
|
15711
15781
|
"https-proxy-agent": "^7.0.6",
|
|
15712
15782
|
"undici": "^6.21.3",
|
|
@@ -15717,18 +15787,18 @@
|
|
|
15717
15787
|
}
|
|
15718
15788
|
},
|
|
15719
15789
|
"node_modules/webdriver/node_modules/@types/node": {
|
|
15720
|
-
"version": "20.19.
|
|
15721
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
15722
|
-
"integrity": "sha512-
|
|
15790
|
+
"version": "20.19.20",
|
|
15791
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.20.tgz",
|
|
15792
|
+
"integrity": "sha512-2Q7WS25j4pS1cS8yw3d6buNCVJukOTeQ39bAnwR6sOJbaxvyCGebzTMypDFN82CxBLnl+lSWVdCCWbRY6y9yZQ==",
|
|
15723
15793
|
"license": "MIT",
|
|
15724
15794
|
"dependencies": {
|
|
15725
15795
|
"undici-types": "~6.21.0"
|
|
15726
15796
|
}
|
|
15727
15797
|
},
|
|
15728
15798
|
"node_modules/webdriver/node_modules/undici": {
|
|
15729
|
-
"version": "6.
|
|
15730
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
15731
|
-
"integrity": "sha512-
|
|
15799
|
+
"version": "6.22.0",
|
|
15800
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.22.0.tgz",
|
|
15801
|
+
"integrity": "sha512-hU/10obOIu62MGYjdskASR3CUAiYaFTtC9Pa6vHyf//mAipSvSQg6od2CnJswq7fvzNS3zJhxoRkgNVaHurWKw==",
|
|
15732
15802
|
"license": "MIT",
|
|
15733
15803
|
"engines": {
|
|
15734
15804
|
"node": ">=18.17"
|
|
@@ -15741,19 +15811,19 @@
|
|
|
15741
15811
|
"license": "MIT"
|
|
15742
15812
|
},
|
|
15743
15813
|
"node_modules/webdriverio": {
|
|
15744
|
-
"version": "9.
|
|
15745
|
-
"resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.
|
|
15746
|
-
"integrity": "sha512-
|
|
15814
|
+
"version": "9.20.0",
|
|
15815
|
+
"resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.20.0.tgz",
|
|
15816
|
+
"integrity": "sha512-cqaXfahTzCFaQLlk++feZaze6tAsW8OSdaVRgmOGJRII1z2A4uh4YGHtusTpqOiZAST7OBPqycOwfh01G/Ktbg==",
|
|
15747
15817
|
"license": "MIT",
|
|
15748
15818
|
"dependencies": {
|
|
15749
15819
|
"@types/node": "^20.11.30",
|
|
15750
15820
|
"@types/sinonjs__fake-timers": "^8.1.5",
|
|
15751
|
-
"@wdio/config": "9.
|
|
15821
|
+
"@wdio/config": "9.20.0",
|
|
15752
15822
|
"@wdio/logger": "9.18.0",
|
|
15753
15823
|
"@wdio/protocols": "9.16.2",
|
|
15754
15824
|
"@wdio/repl": "9.16.2",
|
|
15755
|
-
"@wdio/types": "9.
|
|
15756
|
-
"@wdio/utils": "9.
|
|
15825
|
+
"@wdio/types": "9.20.0",
|
|
15826
|
+
"@wdio/utils": "9.20.0",
|
|
15757
15827
|
"archiver": "^7.0.1",
|
|
15758
15828
|
"aria-query": "^5.3.0",
|
|
15759
15829
|
"cheerio": "^1.0.0-rc.12",
|
|
@@ -15770,7 +15840,7 @@
|
|
|
15770
15840
|
"rgb2hex": "0.2.5",
|
|
15771
15841
|
"serialize-error": "^12.0.0",
|
|
15772
15842
|
"urlpattern-polyfill": "^10.0.0",
|
|
15773
|
-
"webdriver": "9.
|
|
15843
|
+
"webdriver": "9.20.0"
|
|
15774
15844
|
},
|
|
15775
15845
|
"engines": {
|
|
15776
15846
|
"node": ">=18.20.0"
|
|
@@ -15785,9 +15855,9 @@
|
|
|
15785
15855
|
}
|
|
15786
15856
|
},
|
|
15787
15857
|
"node_modules/webdriverio/node_modules/@types/node": {
|
|
15788
|
-
"version": "20.19.
|
|
15789
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
15790
|
-
"integrity": "sha512-
|
|
15858
|
+
"version": "20.19.20",
|
|
15859
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.20.tgz",
|
|
15860
|
+
"integrity": "sha512-2Q7WS25j4pS1cS8yw3d6buNCVJukOTeQ39bAnwR6sOJbaxvyCGebzTMypDFN82CxBLnl+lSWVdCCWbRY6y9yZQ==",
|
|
15791
15861
|
"license": "MIT",
|
|
15792
15862
|
"dependencies": {
|
|
15793
15863
|
"undici-types": "~6.21.0"
|