@salesforce/plugin-lightning-dev 4.0.2 → 4.0.4
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 +3 -3
- package/npm-shrinkwrap.json +1244 -393
- package/oclif.lock +419 -181
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"@oclif/core": "^4.3.0",
|
|
18
18
|
"@salesforce/core": "^8.12.0",
|
|
19
19
|
"@salesforce/kit": "^3.1.6",
|
|
20
|
-
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.
|
|
20
|
+
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.8.2",
|
|
23
23
|
"glob": "^10.4.5",
|
|
24
24
|
"lightning-base-components": "1.27.2-alpha",
|
|
25
|
-
"lwc": "~8.
|
|
25
|
+
"lwc": "~8.20.0",
|
|
26
26
|
"node-fetch": "^3.3.2",
|
|
27
27
|
"xml2js": "^0.6.2"
|
|
28
28
|
},
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@oclif/plugin-command-snapshot": "^5.2.40",
|
|
31
31
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
32
32
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
33
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
34
|
-
"@types/node-fetch": "^2.6.
|
|
33
|
+
"@salesforce/plugin-command-reference": "^3.1.56",
|
|
34
|
+
"@types/node-fetch": "^2.6.12",
|
|
35
35
|
"@types/xml2js": "^0.4.14",
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
37
37
|
"eslint": "^8.57.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"eslint-plugin-sf-plugin": "^1.20.15",
|
|
42
42
|
"eslint-plugin-unicorn": "^50.0.1",
|
|
43
43
|
"esmock": "^2.7.0",
|
|
44
|
-
"oclif": "^4.
|
|
44
|
+
"oclif": "^4.18.1",
|
|
45
45
|
"ts-node": "^10.9.2",
|
|
46
46
|
"typescript": "^5.5.4"
|
|
47
47
|
},
|
|
@@ -49,6 +49,31 @@
|
|
|
49
49
|
"node": ">=18.0.0"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
+
"node_modules/@alcalzone/ansi-tokenize": {
|
|
53
|
+
"version": "0.1.3",
|
|
54
|
+
"resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
|
|
55
|
+
"integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"ansi-styles": "^6.2.1",
|
|
59
|
+
"is-fullwidth-code-point": "^4.0.0"
|
|
60
|
+
},
|
|
61
|
+
"engines": {
|
|
62
|
+
"node": ">=14.13.1"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point": {
|
|
66
|
+
"version": "4.0.0",
|
|
67
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
68
|
+
"integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
|
|
69
|
+
"license": "MIT",
|
|
70
|
+
"engines": {
|
|
71
|
+
"node": ">=12"
|
|
72
|
+
},
|
|
73
|
+
"funding": {
|
|
74
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
52
77
|
"node_modules/@ampproject/remapping": {
|
|
53
78
|
"version": "2.3.0",
|
|
54
79
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
@@ -2972,6 +2997,21 @@
|
|
|
2972
2997
|
"node": ">=18"
|
|
2973
2998
|
}
|
|
2974
2999
|
},
|
|
3000
|
+
"node_modules/@inquirer/checkbox/node_modules/ansi-styles": {
|
|
3001
|
+
"version": "4.3.0",
|
|
3002
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3003
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3004
|
+
"license": "MIT",
|
|
3005
|
+
"dependencies": {
|
|
3006
|
+
"color-convert": "^2.0.1"
|
|
3007
|
+
},
|
|
3008
|
+
"engines": {
|
|
3009
|
+
"node": ">=8"
|
|
3010
|
+
},
|
|
3011
|
+
"funding": {
|
|
3012
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3013
|
+
}
|
|
3014
|
+
},
|
|
2975
3015
|
"node_modules/@inquirer/checkbox/node_modules/signal-exit": {
|
|
2976
3016
|
"version": "4.1.0",
|
|
2977
3017
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2984,6 +3024,20 @@
|
|
|
2984
3024
|
"url": "https://github.com/sponsors/isaacs"
|
|
2985
3025
|
}
|
|
2986
3026
|
},
|
|
3027
|
+
"node_modules/@inquirer/checkbox/node_modules/wrap-ansi": {
|
|
3028
|
+
"version": "6.2.0",
|
|
3029
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3030
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3031
|
+
"license": "MIT",
|
|
3032
|
+
"dependencies": {
|
|
3033
|
+
"ansi-styles": "^4.0.0",
|
|
3034
|
+
"string-width": "^4.1.0",
|
|
3035
|
+
"strip-ansi": "^6.0.0"
|
|
3036
|
+
},
|
|
3037
|
+
"engines": {
|
|
3038
|
+
"node": ">=8"
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
2987
3041
|
"node_modules/@inquirer/confirm": {
|
|
2988
3042
|
"version": "3.2.0",
|
|
2989
3043
|
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
|
|
@@ -3021,6 +3075,21 @@
|
|
|
3021
3075
|
"node": ">=18"
|
|
3022
3076
|
}
|
|
3023
3077
|
},
|
|
3078
|
+
"node_modules/@inquirer/confirm/node_modules/ansi-styles": {
|
|
3079
|
+
"version": "4.3.0",
|
|
3080
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3081
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3082
|
+
"license": "MIT",
|
|
3083
|
+
"dependencies": {
|
|
3084
|
+
"color-convert": "^2.0.1"
|
|
3085
|
+
},
|
|
3086
|
+
"engines": {
|
|
3087
|
+
"node": ">=8"
|
|
3088
|
+
},
|
|
3089
|
+
"funding": {
|
|
3090
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3091
|
+
}
|
|
3092
|
+
},
|
|
3024
3093
|
"node_modules/@inquirer/confirm/node_modules/signal-exit": {
|
|
3025
3094
|
"version": "4.1.0",
|
|
3026
3095
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3033,6 +3102,20 @@
|
|
|
3033
3102
|
"url": "https://github.com/sponsors/isaacs"
|
|
3034
3103
|
}
|
|
3035
3104
|
},
|
|
3105
|
+
"node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
|
|
3106
|
+
"version": "6.2.0",
|
|
3107
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3108
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3109
|
+
"license": "MIT",
|
|
3110
|
+
"dependencies": {
|
|
3111
|
+
"ansi-styles": "^4.0.0",
|
|
3112
|
+
"string-width": "^4.1.0",
|
|
3113
|
+
"strip-ansi": "^6.0.0"
|
|
3114
|
+
},
|
|
3115
|
+
"engines": {
|
|
3116
|
+
"node": ">=8"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3036
3119
|
"node_modules/@inquirer/core": {
|
|
3037
3120
|
"version": "10.1.13",
|
|
3038
3121
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.13.tgz",
|
|
@@ -3089,6 +3172,22 @@
|
|
|
3089
3172
|
}
|
|
3090
3173
|
}
|
|
3091
3174
|
},
|
|
3175
|
+
"node_modules/@inquirer/core/node_modules/ansi-styles": {
|
|
3176
|
+
"version": "4.3.0",
|
|
3177
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3178
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3179
|
+
"dev": true,
|
|
3180
|
+
"license": "MIT",
|
|
3181
|
+
"dependencies": {
|
|
3182
|
+
"color-convert": "^2.0.1"
|
|
3183
|
+
},
|
|
3184
|
+
"engines": {
|
|
3185
|
+
"node": ">=8"
|
|
3186
|
+
},
|
|
3187
|
+
"funding": {
|
|
3188
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
3092
3191
|
"node_modules/@inquirer/core/node_modules/mute-stream": {
|
|
3093
3192
|
"version": "2.0.0",
|
|
3094
3193
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
@@ -3112,6 +3211,21 @@
|
|
|
3112
3211
|
"url": "https://github.com/sponsors/isaacs"
|
|
3113
3212
|
}
|
|
3114
3213
|
},
|
|
3214
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3215
|
+
"version": "6.2.0",
|
|
3216
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3217
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3218
|
+
"dev": true,
|
|
3219
|
+
"license": "MIT",
|
|
3220
|
+
"dependencies": {
|
|
3221
|
+
"ansi-styles": "^4.0.0",
|
|
3222
|
+
"string-width": "^4.1.0",
|
|
3223
|
+
"strip-ansi": "^6.0.0"
|
|
3224
|
+
},
|
|
3225
|
+
"engines": {
|
|
3226
|
+
"node": ">=8"
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
3115
3229
|
"node_modules/@inquirer/editor": {
|
|
3116
3230
|
"version": "2.2.0",
|
|
3117
3231
|
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-2.2.0.tgz",
|
|
@@ -3150,6 +3264,21 @@
|
|
|
3150
3264
|
"node": ">=18"
|
|
3151
3265
|
}
|
|
3152
3266
|
},
|
|
3267
|
+
"node_modules/@inquirer/editor/node_modules/ansi-styles": {
|
|
3268
|
+
"version": "4.3.0",
|
|
3269
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3270
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3271
|
+
"license": "MIT",
|
|
3272
|
+
"dependencies": {
|
|
3273
|
+
"color-convert": "^2.0.1"
|
|
3274
|
+
},
|
|
3275
|
+
"engines": {
|
|
3276
|
+
"node": ">=8"
|
|
3277
|
+
},
|
|
3278
|
+
"funding": {
|
|
3279
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
3153
3282
|
"node_modules/@inquirer/editor/node_modules/signal-exit": {
|
|
3154
3283
|
"version": "4.1.0",
|
|
3155
3284
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3162,6 +3291,20 @@
|
|
|
3162
3291
|
"url": "https://github.com/sponsors/isaacs"
|
|
3163
3292
|
}
|
|
3164
3293
|
},
|
|
3294
|
+
"node_modules/@inquirer/editor/node_modules/wrap-ansi": {
|
|
3295
|
+
"version": "6.2.0",
|
|
3296
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3297
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3298
|
+
"license": "MIT",
|
|
3299
|
+
"dependencies": {
|
|
3300
|
+
"ansi-styles": "^4.0.0",
|
|
3301
|
+
"string-width": "^4.1.0",
|
|
3302
|
+
"strip-ansi": "^6.0.0"
|
|
3303
|
+
},
|
|
3304
|
+
"engines": {
|
|
3305
|
+
"node": ">=8"
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3165
3308
|
"node_modules/@inquirer/expand": {
|
|
3166
3309
|
"version": "2.3.0",
|
|
3167
3310
|
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-2.3.0.tgz",
|
|
@@ -3200,6 +3343,21 @@
|
|
|
3200
3343
|
"node": ">=18"
|
|
3201
3344
|
}
|
|
3202
3345
|
},
|
|
3346
|
+
"node_modules/@inquirer/expand/node_modules/ansi-styles": {
|
|
3347
|
+
"version": "4.3.0",
|
|
3348
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3349
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3350
|
+
"license": "MIT",
|
|
3351
|
+
"dependencies": {
|
|
3352
|
+
"color-convert": "^2.0.1"
|
|
3353
|
+
},
|
|
3354
|
+
"engines": {
|
|
3355
|
+
"node": ">=8"
|
|
3356
|
+
},
|
|
3357
|
+
"funding": {
|
|
3358
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3203
3361
|
"node_modules/@inquirer/expand/node_modules/signal-exit": {
|
|
3204
3362
|
"version": "4.1.0",
|
|
3205
3363
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3212,6 +3370,20 @@
|
|
|
3212
3370
|
"url": "https://github.com/sponsors/isaacs"
|
|
3213
3371
|
}
|
|
3214
3372
|
},
|
|
3373
|
+
"node_modules/@inquirer/expand/node_modules/wrap-ansi": {
|
|
3374
|
+
"version": "6.2.0",
|
|
3375
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3376
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3377
|
+
"license": "MIT",
|
|
3378
|
+
"dependencies": {
|
|
3379
|
+
"ansi-styles": "^4.0.0",
|
|
3380
|
+
"string-width": "^4.1.0",
|
|
3381
|
+
"strip-ansi": "^6.0.0"
|
|
3382
|
+
},
|
|
3383
|
+
"engines": {
|
|
3384
|
+
"node": ">=8"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3215
3387
|
"node_modules/@inquirer/figures": {
|
|
3216
3388
|
"version": "1.0.10",
|
|
3217
3389
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.10.tgz",
|
|
@@ -3258,6 +3430,21 @@
|
|
|
3258
3430
|
"node": ">=18"
|
|
3259
3431
|
}
|
|
3260
3432
|
},
|
|
3433
|
+
"node_modules/@inquirer/input/node_modules/ansi-styles": {
|
|
3434
|
+
"version": "4.3.0",
|
|
3435
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3436
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3437
|
+
"license": "MIT",
|
|
3438
|
+
"dependencies": {
|
|
3439
|
+
"color-convert": "^2.0.1"
|
|
3440
|
+
},
|
|
3441
|
+
"engines": {
|
|
3442
|
+
"node": ">=8"
|
|
3443
|
+
},
|
|
3444
|
+
"funding": {
|
|
3445
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3446
|
+
}
|
|
3447
|
+
},
|
|
3261
3448
|
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
|
3262
3449
|
"version": "4.1.0",
|
|
3263
3450
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3270,6 +3457,20 @@
|
|
|
3270
3457
|
"url": "https://github.com/sponsors/isaacs"
|
|
3271
3458
|
}
|
|
3272
3459
|
},
|
|
3460
|
+
"node_modules/@inquirer/input/node_modules/wrap-ansi": {
|
|
3461
|
+
"version": "6.2.0",
|
|
3462
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3463
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3464
|
+
"license": "MIT",
|
|
3465
|
+
"dependencies": {
|
|
3466
|
+
"ansi-styles": "^4.0.0",
|
|
3467
|
+
"string-width": "^4.1.0",
|
|
3468
|
+
"strip-ansi": "^6.0.0"
|
|
3469
|
+
},
|
|
3470
|
+
"engines": {
|
|
3471
|
+
"node": ">=8"
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3273
3474
|
"node_modules/@inquirer/number": {
|
|
3274
3475
|
"version": "1.1.0",
|
|
3275
3476
|
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-1.1.0.tgz",
|
|
@@ -3307,6 +3508,21 @@
|
|
|
3307
3508
|
"node": ">=18"
|
|
3308
3509
|
}
|
|
3309
3510
|
},
|
|
3511
|
+
"node_modules/@inquirer/number/node_modules/ansi-styles": {
|
|
3512
|
+
"version": "4.3.0",
|
|
3513
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3514
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3515
|
+
"license": "MIT",
|
|
3516
|
+
"dependencies": {
|
|
3517
|
+
"color-convert": "^2.0.1"
|
|
3518
|
+
},
|
|
3519
|
+
"engines": {
|
|
3520
|
+
"node": ">=8"
|
|
3521
|
+
},
|
|
3522
|
+
"funding": {
|
|
3523
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3310
3526
|
"node_modules/@inquirer/number/node_modules/signal-exit": {
|
|
3311
3527
|
"version": "4.1.0",
|
|
3312
3528
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3319,6 +3535,20 @@
|
|
|
3319
3535
|
"url": "https://github.com/sponsors/isaacs"
|
|
3320
3536
|
}
|
|
3321
3537
|
},
|
|
3538
|
+
"node_modules/@inquirer/number/node_modules/wrap-ansi": {
|
|
3539
|
+
"version": "6.2.0",
|
|
3540
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3541
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3542
|
+
"license": "MIT",
|
|
3543
|
+
"dependencies": {
|
|
3544
|
+
"ansi-styles": "^4.0.0",
|
|
3545
|
+
"string-width": "^4.1.0",
|
|
3546
|
+
"strip-ansi": "^6.0.0"
|
|
3547
|
+
},
|
|
3548
|
+
"engines": {
|
|
3549
|
+
"node": ">=8"
|
|
3550
|
+
}
|
|
3551
|
+
},
|
|
3322
3552
|
"node_modules/@inquirer/password": {
|
|
3323
3553
|
"version": "2.2.0",
|
|
3324
3554
|
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
|
|
@@ -3357,6 +3587,21 @@
|
|
|
3357
3587
|
"node": ">=18"
|
|
3358
3588
|
}
|
|
3359
3589
|
},
|
|
3590
|
+
"node_modules/@inquirer/password/node_modules/ansi-styles": {
|
|
3591
|
+
"version": "4.3.0",
|
|
3592
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3593
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3594
|
+
"license": "MIT",
|
|
3595
|
+
"dependencies": {
|
|
3596
|
+
"color-convert": "^2.0.1"
|
|
3597
|
+
},
|
|
3598
|
+
"engines": {
|
|
3599
|
+
"node": ">=8"
|
|
3600
|
+
},
|
|
3601
|
+
"funding": {
|
|
3602
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3603
|
+
}
|
|
3604
|
+
},
|
|
3360
3605
|
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
3361
3606
|
"version": "4.1.0",
|
|
3362
3607
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3369,6 +3614,20 @@
|
|
|
3369
3614
|
"url": "https://github.com/sponsors/isaacs"
|
|
3370
3615
|
}
|
|
3371
3616
|
},
|
|
3617
|
+
"node_modules/@inquirer/password/node_modules/wrap-ansi": {
|
|
3618
|
+
"version": "6.2.0",
|
|
3619
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3620
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3621
|
+
"license": "MIT",
|
|
3622
|
+
"dependencies": {
|
|
3623
|
+
"ansi-styles": "^4.0.0",
|
|
3624
|
+
"string-width": "^4.1.0",
|
|
3625
|
+
"strip-ansi": "^6.0.0"
|
|
3626
|
+
},
|
|
3627
|
+
"engines": {
|
|
3628
|
+
"node": ">=8"
|
|
3629
|
+
}
|
|
3630
|
+
},
|
|
3372
3631
|
"node_modules/@inquirer/prompts": {
|
|
3373
3632
|
"version": "5.5.0",
|
|
3374
3633
|
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-5.5.0.tgz",
|
|
@@ -3428,6 +3687,21 @@
|
|
|
3428
3687
|
"node": ">=18"
|
|
3429
3688
|
}
|
|
3430
3689
|
},
|
|
3690
|
+
"node_modules/@inquirer/rawlist/node_modules/ansi-styles": {
|
|
3691
|
+
"version": "4.3.0",
|
|
3692
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3693
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3694
|
+
"license": "MIT",
|
|
3695
|
+
"dependencies": {
|
|
3696
|
+
"color-convert": "^2.0.1"
|
|
3697
|
+
},
|
|
3698
|
+
"engines": {
|
|
3699
|
+
"node": ">=8"
|
|
3700
|
+
},
|
|
3701
|
+
"funding": {
|
|
3702
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3431
3705
|
"node_modules/@inquirer/rawlist/node_modules/signal-exit": {
|
|
3432
3706
|
"version": "4.1.0",
|
|
3433
3707
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3440,8 +3714,22 @@
|
|
|
3440
3714
|
"url": "https://github.com/sponsors/isaacs"
|
|
3441
3715
|
}
|
|
3442
3716
|
},
|
|
3443
|
-
"node_modules/@inquirer/
|
|
3444
|
-
"version": "
|
|
3717
|
+
"node_modules/@inquirer/rawlist/node_modules/wrap-ansi": {
|
|
3718
|
+
"version": "6.2.0",
|
|
3719
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3720
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3721
|
+
"license": "MIT",
|
|
3722
|
+
"dependencies": {
|
|
3723
|
+
"ansi-styles": "^4.0.0",
|
|
3724
|
+
"string-width": "^4.1.0",
|
|
3725
|
+
"strip-ansi": "^6.0.0"
|
|
3726
|
+
},
|
|
3727
|
+
"engines": {
|
|
3728
|
+
"node": ">=8"
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
"node_modules/@inquirer/search": {
|
|
3732
|
+
"version": "1.1.0",
|
|
3445
3733
|
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-1.1.0.tgz",
|
|
3446
3734
|
"integrity": "sha512-h+/5LSj51dx7hp5xOn4QFnUaKeARwUCLs6mIhtkJ0JYPBLmEYjdHSYh7I6GrLg9LwpJ3xeX0FZgAG1q0QdCpVQ==",
|
|
3447
3735
|
"license": "MIT",
|
|
@@ -3479,6 +3767,21 @@
|
|
|
3479
3767
|
"node": ">=18"
|
|
3480
3768
|
}
|
|
3481
3769
|
},
|
|
3770
|
+
"node_modules/@inquirer/search/node_modules/ansi-styles": {
|
|
3771
|
+
"version": "4.3.0",
|
|
3772
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3773
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3774
|
+
"license": "MIT",
|
|
3775
|
+
"dependencies": {
|
|
3776
|
+
"color-convert": "^2.0.1"
|
|
3777
|
+
},
|
|
3778
|
+
"engines": {
|
|
3779
|
+
"node": ">=8"
|
|
3780
|
+
},
|
|
3781
|
+
"funding": {
|
|
3782
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3482
3785
|
"node_modules/@inquirer/search/node_modules/signal-exit": {
|
|
3483
3786
|
"version": "4.1.0",
|
|
3484
3787
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3491,6 +3794,20 @@
|
|
|
3491
3794
|
"url": "https://github.com/sponsors/isaacs"
|
|
3492
3795
|
}
|
|
3493
3796
|
},
|
|
3797
|
+
"node_modules/@inquirer/search/node_modules/wrap-ansi": {
|
|
3798
|
+
"version": "6.2.0",
|
|
3799
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3800
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3801
|
+
"license": "MIT",
|
|
3802
|
+
"dependencies": {
|
|
3803
|
+
"ansi-styles": "^4.0.0",
|
|
3804
|
+
"string-width": "^4.1.0",
|
|
3805
|
+
"strip-ansi": "^6.0.0"
|
|
3806
|
+
},
|
|
3807
|
+
"engines": {
|
|
3808
|
+
"node": ">=8"
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3494
3811
|
"node_modules/@inquirer/select": {
|
|
3495
3812
|
"version": "2.5.0",
|
|
3496
3813
|
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz",
|
|
@@ -3531,6 +3848,21 @@
|
|
|
3531
3848
|
"node": ">=18"
|
|
3532
3849
|
}
|
|
3533
3850
|
},
|
|
3851
|
+
"node_modules/@inquirer/select/node_modules/ansi-styles": {
|
|
3852
|
+
"version": "4.3.0",
|
|
3853
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3854
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3855
|
+
"license": "MIT",
|
|
3856
|
+
"dependencies": {
|
|
3857
|
+
"color-convert": "^2.0.1"
|
|
3858
|
+
},
|
|
3859
|
+
"engines": {
|
|
3860
|
+
"node": ">=8"
|
|
3861
|
+
},
|
|
3862
|
+
"funding": {
|
|
3863
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3864
|
+
}
|
|
3865
|
+
},
|
|
3534
3866
|
"node_modules/@inquirer/select/node_modules/signal-exit": {
|
|
3535
3867
|
"version": "4.1.0",
|
|
3536
3868
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3543,6 +3875,20 @@
|
|
|
3543
3875
|
"url": "https://github.com/sponsors/isaacs"
|
|
3544
3876
|
}
|
|
3545
3877
|
},
|
|
3878
|
+
"node_modules/@inquirer/select/node_modules/wrap-ansi": {
|
|
3879
|
+
"version": "6.2.0",
|
|
3880
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3881
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3882
|
+
"license": "MIT",
|
|
3883
|
+
"dependencies": {
|
|
3884
|
+
"ansi-styles": "^4.0.0",
|
|
3885
|
+
"string-width": "^4.1.0",
|
|
3886
|
+
"strip-ansi": "^6.0.0"
|
|
3887
|
+
},
|
|
3888
|
+
"engines": {
|
|
3889
|
+
"node": ">=8"
|
|
3890
|
+
}
|
|
3891
|
+
},
|
|
3546
3892
|
"node_modules/@inquirer/type": {
|
|
3547
3893
|
"version": "1.5.3",
|
|
3548
3894
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -3584,18 +3930,6 @@
|
|
|
3584
3930
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3585
3931
|
}
|
|
3586
3932
|
},
|
|
3587
|
-
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
3588
|
-
"version": "6.2.1",
|
|
3589
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
3590
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
3591
|
-
"license": "MIT",
|
|
3592
|
-
"engines": {
|
|
3593
|
-
"node": ">=12"
|
|
3594
|
-
},
|
|
3595
|
-
"funding": {
|
|
3596
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3597
|
-
}
|
|
3598
|
-
},
|
|
3599
3933
|
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
3600
3934
|
"version": "9.2.2",
|
|
3601
3935
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -4027,20 +4361,20 @@
|
|
|
4027
4361
|
}
|
|
4028
4362
|
},
|
|
4029
4363
|
"node_modules/@lwc/aria-reflection": {
|
|
4030
|
-
"version": "8.
|
|
4031
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.
|
|
4032
|
-
"integrity": "sha512-
|
|
4364
|
+
"version": "8.20.0",
|
|
4365
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.20.0.tgz",
|
|
4366
|
+
"integrity": "sha512-A63GsFSuCyyTBLzIRoz5rATh+5XGVuE6tN8jnNsBp0hU97NFFRoA+Wy9dTRnfg9w5dD/FzjE0kZ4AEdpziHlmg==",
|
|
4033
4367
|
"license": "MIT"
|
|
4034
4368
|
},
|
|
4035
4369
|
"node_modules/@lwc/babel-plugin-component": {
|
|
4036
|
-
"version": "8.
|
|
4037
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
4038
|
-
"integrity": "sha512-
|
|
4370
|
+
"version": "8.20.0",
|
|
4371
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.20.0.tgz",
|
|
4372
|
+
"integrity": "sha512-HuN37yQjytg4LLY4XRLKddmHdIWKQQLxP4/hKOHOHptLyricJJ4fRo+9+r2mFgo33wlGugMsaEpZ8LEo5VOQ7w==",
|
|
4039
4373
|
"license": "MIT",
|
|
4040
4374
|
"dependencies": {
|
|
4041
4375
|
"@babel/helper-module-imports": "7.25.9",
|
|
4042
|
-
"@lwc/errors": "8.
|
|
4043
|
-
"@lwc/shared": "8.
|
|
4376
|
+
"@lwc/errors": "8.20.0",
|
|
4377
|
+
"@lwc/shared": "8.20.0",
|
|
4044
4378
|
"line-column": "~1.0.2"
|
|
4045
4379
|
},
|
|
4046
4380
|
"peerDependencies": {
|
|
@@ -4048,9 +4382,9 @@
|
|
|
4048
4382
|
}
|
|
4049
4383
|
},
|
|
4050
4384
|
"node_modules/@lwc/compiler": {
|
|
4051
|
-
"version": "8.
|
|
4052
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.
|
|
4053
|
-
"integrity": "sha512-
|
|
4385
|
+
"version": "8.20.0",
|
|
4386
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.20.0.tgz",
|
|
4387
|
+
"integrity": "sha512-iGQscSD0bNNNjSr10XgmKxqiDyBMw/vzfTuiaMCEy0xQPa3OAv4VMsQhEMYKoaLu86hmzkozmInxcTUn13iFiA==",
|
|
4054
4388
|
"license": "MIT",
|
|
4055
4389
|
"dependencies": {
|
|
4056
4390
|
"@babel/core": "7.26.10",
|
|
@@ -4059,12 +4393,12 @@
|
|
|
4059
4393
|
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
4060
4394
|
"@babel/plugin-transform-object-rest-spread": "7.25.9",
|
|
4061
4395
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4062
|
-
"@lwc/babel-plugin-component": "8.
|
|
4063
|
-
"@lwc/errors": "8.
|
|
4064
|
-
"@lwc/shared": "8.
|
|
4065
|
-
"@lwc/ssr-compiler": "8.
|
|
4066
|
-
"@lwc/style-compiler": "8.
|
|
4067
|
-
"@lwc/template-compiler": "8.
|
|
4396
|
+
"@lwc/babel-plugin-component": "8.20.0",
|
|
4397
|
+
"@lwc/errors": "8.20.0",
|
|
4398
|
+
"@lwc/shared": "8.20.0",
|
|
4399
|
+
"@lwc/ssr-compiler": "8.20.0",
|
|
4400
|
+
"@lwc/style-compiler": "8.20.0",
|
|
4401
|
+
"@lwc/template-compiler": "8.20.0"
|
|
4068
4402
|
}
|
|
4069
4403
|
},
|
|
4070
4404
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
@@ -4081,32 +4415,32 @@
|
|
|
4081
4415
|
}
|
|
4082
4416
|
},
|
|
4083
4417
|
"node_modules/@lwc/engine-core": {
|
|
4084
|
-
"version": "8.
|
|
4085
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.
|
|
4086
|
-
"integrity": "sha512-
|
|
4418
|
+
"version": "8.20.0",
|
|
4419
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.20.0.tgz",
|
|
4420
|
+
"integrity": "sha512-jsLE9rQBgZXcF9s0Cypf4WmNppZTfBoCLwxIDYnXU1iyE5SWzfccxI+rg5axjIbxVMhXgBXOfZzdvG4c1uPssg==",
|
|
4087
4421
|
"license": "MIT",
|
|
4088
4422
|
"dependencies": {
|
|
4089
|
-
"@lwc/features": "8.
|
|
4090
|
-
"@lwc/shared": "8.
|
|
4091
|
-
"@lwc/signals": "8.
|
|
4423
|
+
"@lwc/features": "8.20.0",
|
|
4424
|
+
"@lwc/shared": "8.20.0",
|
|
4425
|
+
"@lwc/signals": "8.20.0"
|
|
4092
4426
|
}
|
|
4093
4427
|
},
|
|
4094
4428
|
"node_modules/@lwc/engine-dom": {
|
|
4095
|
-
"version": "8.
|
|
4096
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.
|
|
4097
|
-
"integrity": "sha512
|
|
4429
|
+
"version": "8.20.0",
|
|
4430
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.20.0.tgz",
|
|
4431
|
+
"integrity": "sha512-/rcwPfeQUhFp1e40bbFJfBQGbjsWfut5a3n11aM9/ec9jrRCGCzr+vPIdST+jgJaiZRIsVnT64legzHVOSn4gg==",
|
|
4098
4432
|
"license": "MIT"
|
|
4099
4433
|
},
|
|
4100
4434
|
"node_modules/@lwc/engine-server": {
|
|
4101
|
-
"version": "8.
|
|
4102
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.
|
|
4103
|
-
"integrity": "sha512-
|
|
4435
|
+
"version": "8.20.0",
|
|
4436
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.20.0.tgz",
|
|
4437
|
+
"integrity": "sha512-yZkvmoavSCgyo68nNbwP6myYtUDKA9wugoXiPXTEAHkRHrXUru/gchap6G08o383xfv3+r8jLTX2DnOStTK8Mg==",
|
|
4104
4438
|
"license": "MIT"
|
|
4105
4439
|
},
|
|
4106
4440
|
"node_modules/@lwc/errors": {
|
|
4107
|
-
"version": "8.
|
|
4108
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.
|
|
4109
|
-
"integrity": "sha512
|
|
4441
|
+
"version": "8.20.0",
|
|
4442
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.20.0.tgz",
|
|
4443
|
+
"integrity": "sha512-/+CM+E7t5O+e1+qfLz0Pua6RDde9/A7Jrxcb9e0nZrXnSRZy7omoO8q7weGc77Xsy2t3GiytC4q111qM+Ie/kg==",
|
|
4110
4444
|
"license": "MIT"
|
|
4111
4445
|
},
|
|
4112
4446
|
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
@@ -4758,12 +5092,12 @@
|
|
|
4758
5092
|
}
|
|
4759
5093
|
},
|
|
4760
5094
|
"node_modules/@lwc/features": {
|
|
4761
|
-
"version": "8.
|
|
4762
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.
|
|
4763
|
-
"integrity": "sha512-
|
|
5095
|
+
"version": "8.20.0",
|
|
5096
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.20.0.tgz",
|
|
5097
|
+
"integrity": "sha512-g7rg4jlfS5ApFgefTTY3YS0Hp08GEVSbR+C+En6wiHv8lCLrkZmzlU7V3FTJ84k9oguvZmnWS5eAy4M78pbTiw==",
|
|
4764
5098
|
"license": "MIT",
|
|
4765
5099
|
"dependencies": {
|
|
4766
|
-
"@lwc/shared": "8.
|
|
5100
|
+
"@lwc/shared": "8.20.0"
|
|
4767
5101
|
}
|
|
4768
5102
|
},
|
|
4769
5103
|
"node_modules/@lwc/lwc-dev-server": {
|
|
@@ -4928,23 +5262,23 @@
|
|
|
4928
5262
|
}
|
|
4929
5263
|
},
|
|
4930
5264
|
"node_modules/@lwc/module-resolver": {
|
|
4931
|
-
"version": "8.
|
|
4932
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.
|
|
4933
|
-
"integrity": "sha512-
|
|
5265
|
+
"version": "8.20.0",
|
|
5266
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.20.0.tgz",
|
|
5267
|
+
"integrity": "sha512-OioVnZl3h6PZ+rI054Qh7ifNxZ8HxLdQ42wMyQ+P3kdzjU6InUSrpOV+ivhd9xmDGqN/dX78QsW4JPbxqaUBWA==",
|
|
4934
5268
|
"license": "MIT",
|
|
4935
5269
|
"dependencies": {
|
|
4936
5270
|
"resolve": "~1.22.10"
|
|
4937
5271
|
}
|
|
4938
5272
|
},
|
|
4939
5273
|
"node_modules/@lwc/rollup-plugin": {
|
|
4940
|
-
"version": "8.
|
|
4941
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.
|
|
4942
|
-
"integrity": "sha512-
|
|
5274
|
+
"version": "8.20.0",
|
|
5275
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.20.0.tgz",
|
|
5276
|
+
"integrity": "sha512-aCyC5Iv5894UdTij2y8dJifW39U3ol2RGXQovzaO+WNEi2MDtQQvmg0Nid2kSNr9OKtLqcEpMdQXqu6/Hm1n5A==",
|
|
4943
5277
|
"license": "MIT",
|
|
4944
5278
|
"dependencies": {
|
|
4945
|
-
"@lwc/compiler": "8.
|
|
4946
|
-
"@lwc/module-resolver": "8.
|
|
4947
|
-
"@lwc/shared": "8.
|
|
5279
|
+
"@lwc/compiler": "8.20.0",
|
|
5280
|
+
"@lwc/module-resolver": "8.20.0",
|
|
5281
|
+
"@lwc/shared": "8.20.0",
|
|
4948
5282
|
"@rollup/pluginutils": "~5.1.4"
|
|
4949
5283
|
},
|
|
4950
5284
|
"peerDependencies": {
|
|
@@ -5540,38 +5874,38 @@
|
|
|
5540
5874
|
}
|
|
5541
5875
|
},
|
|
5542
5876
|
"node_modules/@lwc/shared": {
|
|
5543
|
-
"version": "8.
|
|
5544
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.
|
|
5545
|
-
"integrity": "sha512-
|
|
5877
|
+
"version": "8.20.0",
|
|
5878
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.20.0.tgz",
|
|
5879
|
+
"integrity": "sha512-SquToBeB+b96lDlr1IZIX0M7JEbkIPGpSjUT/dov+jVKyQ0f2PCDZuKCAhdrymOz2z9CkhBPkb1z3odxbC0uqg==",
|
|
5546
5880
|
"license": "MIT"
|
|
5547
5881
|
},
|
|
5548
5882
|
"node_modules/@lwc/signals": {
|
|
5549
|
-
"version": "8.
|
|
5550
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.
|
|
5551
|
-
"integrity": "sha512-
|
|
5883
|
+
"version": "8.20.0",
|
|
5884
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.20.0.tgz",
|
|
5885
|
+
"integrity": "sha512-vl4lIodfaWZeeHB0B4/ENBM+wntermVy0Lgat3zL9RCPFEMo1d+vRoRdNVKz9a5gj3Z3Rps/0hdhoDNRXxkePg==",
|
|
5552
5886
|
"license": "MIT"
|
|
5553
5887
|
},
|
|
5554
5888
|
"node_modules/@lwc/ssr-compiler": {
|
|
5555
|
-
"version": "8.
|
|
5556
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
5557
|
-
"integrity": "sha512-
|
|
5889
|
+
"version": "8.20.0",
|
|
5890
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.20.0.tgz",
|
|
5891
|
+
"integrity": "sha512-Lz4FUzq14JnVzl7P1jQGOjZW25hnp7iZ57BFL/2KO3Y+TPCzc8zmV9GhI82OXLV1IQPdxm9KlxDdZiyENRdvug==",
|
|
5558
5892
|
"license": "MIT",
|
|
5559
5893
|
"dependencies": {
|
|
5560
|
-
"@babel/types": "7.
|
|
5561
|
-
"@lwc/errors": "8.
|
|
5562
|
-
"@lwc/shared": "8.
|
|
5563
|
-
"@lwc/template-compiler": "8.
|
|
5894
|
+
"@babel/types": "7.27.0",
|
|
5895
|
+
"@lwc/errors": "8.20.0",
|
|
5896
|
+
"@lwc/shared": "8.20.0",
|
|
5897
|
+
"@lwc/template-compiler": "8.20.0",
|
|
5564
5898
|
"acorn": "8.14.1",
|
|
5565
5899
|
"astring": "^1.9.0",
|
|
5566
|
-
"estree-toolkit": "^1.7.
|
|
5900
|
+
"estree-toolkit": "^1.7.12",
|
|
5567
5901
|
"immer": "^10.1.1",
|
|
5568
5902
|
"meriyah": "^5.0.0"
|
|
5569
5903
|
}
|
|
5570
5904
|
},
|
|
5571
5905
|
"node_modules/@lwc/ssr-compiler/node_modules/@babel/types": {
|
|
5572
|
-
"version": "7.
|
|
5573
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
5574
|
-
"integrity": "sha512-
|
|
5906
|
+
"version": "7.27.0",
|
|
5907
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz",
|
|
5908
|
+
"integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==",
|
|
5575
5909
|
"license": "MIT",
|
|
5576
5910
|
"dependencies": {
|
|
5577
5911
|
"@babel/helper-string-parser": "^7.25.9",
|
|
@@ -5582,18 +5916,18 @@
|
|
|
5582
5916
|
}
|
|
5583
5917
|
},
|
|
5584
5918
|
"node_modules/@lwc/ssr-runtime": {
|
|
5585
|
-
"version": "8.
|
|
5586
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
5587
|
-
"integrity": "sha512-
|
|
5919
|
+
"version": "8.20.0",
|
|
5920
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.20.0.tgz",
|
|
5921
|
+
"integrity": "sha512-M4KKz3/+oen5eMPfcDCwuvWqhc4k1PLomNmreSJkgoSvuzGNdBaQABzcz7X8w3A41t09cvpVWyaRF0YuHxgaPw==",
|
|
5588
5922
|
"license": "MIT"
|
|
5589
5923
|
},
|
|
5590
5924
|
"node_modules/@lwc/style-compiler": {
|
|
5591
|
-
"version": "8.
|
|
5592
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.
|
|
5593
|
-
"integrity": "sha512-
|
|
5925
|
+
"version": "8.20.0",
|
|
5926
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.20.0.tgz",
|
|
5927
|
+
"integrity": "sha512-VSMxaFkd/oBGISFGbSekYX2Sh6vHvvpe+JZuoIqlhW5ZUi4wRHWcacWbjQ0zqlGnZPtdBt56L30HFhyWmFCwtA==",
|
|
5594
5928
|
"license": "MIT",
|
|
5595
5929
|
"dependencies": {
|
|
5596
|
-
"@lwc/shared": "8.
|
|
5930
|
+
"@lwc/shared": "8.20.0",
|
|
5597
5931
|
"postcss": "~8.5.3",
|
|
5598
5932
|
"postcss-selector-parser": "~7.1.0",
|
|
5599
5933
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -5641,37 +5975,37 @@
|
|
|
5641
5975
|
}
|
|
5642
5976
|
},
|
|
5643
5977
|
"node_modules/@lwc/synthetic-shadow": {
|
|
5644
|
-
"version": "8.
|
|
5645
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
5646
|
-
"integrity": "sha512-
|
|
5978
|
+
"version": "8.20.0",
|
|
5979
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.20.0.tgz",
|
|
5980
|
+
"integrity": "sha512-HMrFSCLD0O/Z2LqU+ifdiZFP3G6aO52J57jVzLVBtX/2yBzMPyxWh4JHl9nn5Ie5Vrx9r3lN/XGhOSiYEOEnjA==",
|
|
5647
5981
|
"license": "MIT"
|
|
5648
5982
|
},
|
|
5649
5983
|
"node_modules/@lwc/template-compiler": {
|
|
5650
|
-
"version": "8.
|
|
5651
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.
|
|
5652
|
-
"integrity": "sha512-
|
|
5984
|
+
"version": "8.20.0",
|
|
5985
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.20.0.tgz",
|
|
5986
|
+
"integrity": "sha512-4CAz4jEznSb3rt95GIqIDvDH4T+BirNs8/MPTfYYf1uy6LOEc4SLvQZJctmtF41V9aPd/cCiOF+htteooH/W9Q==",
|
|
5653
5987
|
"license": "MIT",
|
|
5654
5988
|
"dependencies": {
|
|
5655
|
-
"@lwc/errors": "8.
|
|
5656
|
-
"@lwc/shared": "8.
|
|
5989
|
+
"@lwc/errors": "8.20.0",
|
|
5990
|
+
"@lwc/shared": "8.20.0",
|
|
5657
5991
|
"acorn": "~8.14.1",
|
|
5658
5992
|
"astring": "~1.9.0",
|
|
5659
5993
|
"he": "~1.2.0"
|
|
5660
5994
|
}
|
|
5661
5995
|
},
|
|
5662
5996
|
"node_modules/@lwc/types": {
|
|
5663
|
-
"version": "8.
|
|
5664
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.
|
|
5665
|
-
"integrity": "sha512-
|
|
5997
|
+
"version": "8.20.0",
|
|
5998
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.20.0.tgz",
|
|
5999
|
+
"integrity": "sha512-y4+EiQKaUoAHUyAiKHca33MRDOb8zC6fuo8rrXI2dMBpBU2+7AtUZiz1FV3pGWd1TWPrKF5P9ty+7OUXTbInGg==",
|
|
5666
6000
|
"license": "MIT",
|
|
5667
6001
|
"dependencies": {
|
|
5668
|
-
"@lwc/engine-core": "8.
|
|
6002
|
+
"@lwc/engine-core": "8.20.0"
|
|
5669
6003
|
}
|
|
5670
6004
|
},
|
|
5671
6005
|
"node_modules/@lwc/wire-service": {
|
|
5672
|
-
"version": "8.
|
|
5673
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.
|
|
5674
|
-
"integrity": "sha512-
|
|
6006
|
+
"version": "8.20.0",
|
|
6007
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.20.0.tgz",
|
|
6008
|
+
"integrity": "sha512-O5glrJUZWyp81VzGFUj/KXTPIlXZeroekO0kWlUWM6dErYERQzcIkbN8bR59lcnptC6uKhrswECVS2haxBoHKQ==",
|
|
5675
6009
|
"license": "MIT"
|
|
5676
6010
|
},
|
|
5677
6011
|
"node_modules/@lwrjs/api": {
|
|
@@ -6520,9 +6854,9 @@
|
|
|
6520
6854
|
}
|
|
6521
6855
|
},
|
|
6522
6856
|
"node_modules/@oclif/core": {
|
|
6523
|
-
"version": "4.3.
|
|
6524
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
|
6525
|
-
"integrity": "sha512-
|
|
6857
|
+
"version": "4.3.3",
|
|
6858
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
|
|
6859
|
+
"integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
|
|
6526
6860
|
"license": "MIT",
|
|
6527
6861
|
"dependencies": {
|
|
6528
6862
|
"ansi-escapes": "^4.3.2",
|
|
@@ -6532,7 +6866,6 @@
|
|
|
6532
6866
|
"debug": "^4.4.0",
|
|
6533
6867
|
"ejs": "^3.1.10",
|
|
6534
6868
|
"get-package-type": "^0.1.0",
|
|
6535
|
-
"globby": "^11.1.0",
|
|
6536
6869
|
"indent-string": "^4.0.0",
|
|
6537
6870
|
"is-wsl": "^2.2.0",
|
|
6538
6871
|
"lilconfig": "^3.1.3",
|
|
@@ -6540,6 +6873,7 @@
|
|
|
6540
6873
|
"semver": "^7.6.3",
|
|
6541
6874
|
"string-width": "^4.2.3",
|
|
6542
6875
|
"supports-color": "^8",
|
|
6876
|
+
"tinyglobby": "^0.2.14",
|
|
6543
6877
|
"widest-line": "^3.1.0",
|
|
6544
6878
|
"wordwrap": "^1.0.0",
|
|
6545
6879
|
"wrap-ansi": "^7.0.0"
|
|
@@ -6548,6 +6882,21 @@
|
|
|
6548
6882
|
"node": ">=18.0.0"
|
|
6549
6883
|
}
|
|
6550
6884
|
},
|
|
6885
|
+
"node_modules/@oclif/core/node_modules/ansi-styles": {
|
|
6886
|
+
"version": "4.3.0",
|
|
6887
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
6888
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
6889
|
+
"license": "MIT",
|
|
6890
|
+
"dependencies": {
|
|
6891
|
+
"color-convert": "^2.0.1"
|
|
6892
|
+
},
|
|
6893
|
+
"engines": {
|
|
6894
|
+
"node": ">=8"
|
|
6895
|
+
},
|
|
6896
|
+
"funding": {
|
|
6897
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6898
|
+
}
|
|
6899
|
+
},
|
|
6551
6900
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
6552
6901
|
"version": "9.0.5",
|
|
6553
6902
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
@@ -7010,6 +7359,59 @@
|
|
|
7010
7359
|
"node": ">=18.0.0"
|
|
7011
7360
|
}
|
|
7012
7361
|
},
|
|
7362
|
+
"node_modules/@oclif/table": {
|
|
7363
|
+
"version": "0.4.8",
|
|
7364
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.8.tgz",
|
|
7365
|
+
"integrity": "sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw==",
|
|
7366
|
+
"license": "MIT",
|
|
7367
|
+
"dependencies": {
|
|
7368
|
+
"@types/react": "^18.3.12",
|
|
7369
|
+
"change-case": "^5.4.4",
|
|
7370
|
+
"cli-truncate": "^4.0.0",
|
|
7371
|
+
"ink": "5.0.1",
|
|
7372
|
+
"natural-orderby": "^3.0.2",
|
|
7373
|
+
"object-hash": "^3.0.0",
|
|
7374
|
+
"react": "^18.3.1",
|
|
7375
|
+
"strip-ansi": "^7.1.0",
|
|
7376
|
+
"wrap-ansi": "^9.0.0"
|
|
7377
|
+
},
|
|
7378
|
+
"engines": {
|
|
7379
|
+
"node": ">=18.0.0"
|
|
7380
|
+
}
|
|
7381
|
+
},
|
|
7382
|
+
"node_modules/@oclif/table/node_modules/ansi-regex": {
|
|
7383
|
+
"version": "6.0.1",
|
|
7384
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
7385
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
7386
|
+
"license": "MIT",
|
|
7387
|
+
"engines": {
|
|
7388
|
+
"node": ">=12"
|
|
7389
|
+
},
|
|
7390
|
+
"funding": {
|
|
7391
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7392
|
+
}
|
|
7393
|
+
},
|
|
7394
|
+
"node_modules/@oclif/table/node_modules/change-case": {
|
|
7395
|
+
"version": "5.4.4",
|
|
7396
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
7397
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
7398
|
+
"license": "MIT"
|
|
7399
|
+
},
|
|
7400
|
+
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
7401
|
+
"version": "7.1.0",
|
|
7402
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
7403
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
7404
|
+
"license": "MIT",
|
|
7405
|
+
"dependencies": {
|
|
7406
|
+
"ansi-regex": "^6.0.1"
|
|
7407
|
+
},
|
|
7408
|
+
"engines": {
|
|
7409
|
+
"node": ">=12"
|
|
7410
|
+
},
|
|
7411
|
+
"funding": {
|
|
7412
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7413
|
+
}
|
|
7414
|
+
},
|
|
7013
7415
|
"node_modules/@opentelemetry/api": {
|
|
7014
7416
|
"version": "1.9.0",
|
|
7015
7417
|
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
|
|
@@ -7739,18 +8141,6 @@
|
|
|
7739
8141
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
7740
8142
|
"license": "MIT"
|
|
7741
8143
|
},
|
|
7742
|
-
"node_modules/@rollup/pluginutils/node_modules/picomatch": {
|
|
7743
|
-
"version": "4.0.2",
|
|
7744
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
7745
|
-
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
7746
|
-
"license": "MIT",
|
|
7747
|
-
"engines": {
|
|
7748
|
-
"node": ">=12"
|
|
7749
|
-
},
|
|
7750
|
-
"funding": {
|
|
7751
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
7752
|
-
}
|
|
7753
|
-
},
|
|
7754
8144
|
"node_modules/@rollup/wasm-node": {
|
|
7755
8145
|
"version": "4.10.0",
|
|
7756
8146
|
"resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.10.0.tgz",
|
|
@@ -7917,9 +8307,9 @@
|
|
|
7917
8307
|
}
|
|
7918
8308
|
},
|
|
7919
8309
|
"node_modules/@salesforce/core": {
|
|
7920
|
-
"version": "8.
|
|
7921
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
7922
|
-
"integrity": "sha512-
|
|
8310
|
+
"version": "8.14.0",
|
|
8311
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
|
|
8312
|
+
"integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
|
|
7923
8313
|
"license": "BSD-3-Clause",
|
|
7924
8314
|
"dependencies": {
|
|
7925
8315
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -8614,20 +9004,41 @@
|
|
|
8614
9004
|
}
|
|
8615
9005
|
},
|
|
8616
9006
|
"node_modules/@salesforce/lwc-dev-mobile-core": {
|
|
8617
|
-
"version": "4.0.0-alpha.
|
|
8618
|
-
"resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.
|
|
8619
|
-
"integrity": "sha512-
|
|
9007
|
+
"version": "4.0.0-alpha.10",
|
|
9008
|
+
"resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.10.tgz",
|
|
9009
|
+
"integrity": "sha512-3jGr9VyGJ4RTmNCM4+bIV6KAvX5UzROJsWEwWmyVX/vOXA4Y24Mdp8EGRPuKsfBztkE9hEF9EyuWstxi25P+Pg==",
|
|
8620
9010
|
"license": "MIT",
|
|
8621
9011
|
"dependencies": {
|
|
8622
|
-
"@oclif/core": "^4.
|
|
8623
|
-
"@salesforce/core": "^8.
|
|
8624
|
-
"@salesforce/sf-plugins-core": "^
|
|
9012
|
+
"@oclif/core": "^4.2.7",
|
|
9013
|
+
"@salesforce/core": "^8.8.2",
|
|
9014
|
+
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
8625
9015
|
"@salesforce/ts-types": "^2.0.12",
|
|
8626
9016
|
"ajv": "^8.17.1",
|
|
8627
|
-
"chalk": "^5.
|
|
8628
|
-
"listr2": "^8.2.
|
|
9017
|
+
"chalk": "^5.4.1",
|
|
9018
|
+
"listr2": "^8.2.5",
|
|
8629
9019
|
"node-forge": "^1.3.1"
|
|
8630
9020
|
},
|
|
9021
|
+
"engines": {
|
|
9022
|
+
"node": ">=20.0.0"
|
|
9023
|
+
}
|
|
9024
|
+
},
|
|
9025
|
+
"node_modules/@salesforce/lwc-dev-mobile-core/node_modules/@salesforce/sf-plugins-core": {
|
|
9026
|
+
"version": "12.2.2",
|
|
9027
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz",
|
|
9028
|
+
"integrity": "sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==",
|
|
9029
|
+
"license": "BSD-3-Clause",
|
|
9030
|
+
"dependencies": {
|
|
9031
|
+
"@inquirer/confirm": "^3.1.22",
|
|
9032
|
+
"@inquirer/password": "^2.2.0",
|
|
9033
|
+
"@oclif/core": "^4.3.0",
|
|
9034
|
+
"@oclif/table": "^0.4.6",
|
|
9035
|
+
"@salesforce/core": "^8.10.0",
|
|
9036
|
+
"@salesforce/kit": "^3.2.3",
|
|
9037
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
9038
|
+
"ansis": "^3.3.2",
|
|
9039
|
+
"cli-progress": "^3.12.0",
|
|
9040
|
+
"terminal-link": "^3.0.0"
|
|
9041
|
+
},
|
|
8631
9042
|
"engines": {
|
|
8632
9043
|
"node": ">=18.0.0"
|
|
8633
9044
|
}
|
|
@@ -8667,19 +9078,19 @@
|
|
|
8667
9078
|
"license": "MIT"
|
|
8668
9079
|
},
|
|
8669
9080
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
8670
|
-
"version": "3.1.
|
|
8671
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
8672
|
-
"integrity": "sha512-
|
|
9081
|
+
"version": "3.1.56",
|
|
9082
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz",
|
|
9083
|
+
"integrity": "sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==",
|
|
8673
9084
|
"dev": true,
|
|
8674
|
-
"license": "
|
|
9085
|
+
"license": "Apache-2.0",
|
|
8675
9086
|
"dependencies": {
|
|
8676
9087
|
"@oclif/core": "^4",
|
|
8677
|
-
"@salesforce/core": "^8.
|
|
9088
|
+
"@salesforce/core": "^8.12.0",
|
|
8678
9089
|
"@salesforce/kit": "^3.2.3",
|
|
8679
9090
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
8680
9091
|
"@salesforce/ts-types": "^2.0.11",
|
|
8681
9092
|
"chalk": "^5.4.1",
|
|
8682
|
-
"debug": "^4.4.
|
|
9093
|
+
"debug": "^4.4.1",
|
|
8683
9094
|
"handlebars": "^4.7.8"
|
|
8684
9095
|
},
|
|
8685
9096
|
"engines": {
|
|
@@ -9992,9 +10403,9 @@
|
|
|
9992
10403
|
}
|
|
9993
10404
|
},
|
|
9994
10405
|
"node_modules/@types/node-fetch": {
|
|
9995
|
-
"version": "2.6.
|
|
9996
|
-
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.
|
|
9997
|
-
"integrity": "sha512-
|
|
10406
|
+
"version": "2.6.12",
|
|
10407
|
+
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.12.tgz",
|
|
10408
|
+
"integrity": "sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==",
|
|
9998
10409
|
"dev": true,
|
|
9999
10410
|
"license": "MIT",
|
|
10000
10411
|
"dependencies": {
|
|
@@ -10015,6 +10426,12 @@
|
|
|
10015
10426
|
"integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==",
|
|
10016
10427
|
"license": "MIT"
|
|
10017
10428
|
},
|
|
10429
|
+
"node_modules/@types/prop-types": {
|
|
10430
|
+
"version": "15.7.15",
|
|
10431
|
+
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
10432
|
+
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
|
|
10433
|
+
"license": "MIT"
|
|
10434
|
+
},
|
|
10018
10435
|
"node_modules/@types/qs": {
|
|
10019
10436
|
"version": "6.9.15",
|
|
10020
10437
|
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz",
|
|
@@ -10027,6 +10444,16 @@
|
|
|
10027
10444
|
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
|
|
10028
10445
|
"license": "MIT"
|
|
10029
10446
|
},
|
|
10447
|
+
"node_modules/@types/react": {
|
|
10448
|
+
"version": "18.3.23",
|
|
10449
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz",
|
|
10450
|
+
"integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==",
|
|
10451
|
+
"license": "MIT",
|
|
10452
|
+
"dependencies": {
|
|
10453
|
+
"@types/prop-types": "*",
|
|
10454
|
+
"csstype": "^3.0.2"
|
|
10455
|
+
}
|
|
10456
|
+
},
|
|
10030
10457
|
"node_modules/@types/resolve": {
|
|
10031
10458
|
"version": "1.20.2",
|
|
10032
10459
|
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
|
|
@@ -10522,15 +10949,12 @@
|
|
|
10522
10949
|
"license": "MIT"
|
|
10523
10950
|
},
|
|
10524
10951
|
"node_modules/ansi-styles": {
|
|
10525
|
-
"version": "
|
|
10526
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-
|
|
10527
|
-
"integrity": "sha512-
|
|
10952
|
+
"version": "6.2.1",
|
|
10953
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
10954
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
10528
10955
|
"license": "MIT",
|
|
10529
|
-
"dependencies": {
|
|
10530
|
-
"color-convert": "^2.0.1"
|
|
10531
|
-
},
|
|
10532
10956
|
"engines": {
|
|
10533
|
-
"node": ">=
|
|
10957
|
+
"node": ">=12"
|
|
10534
10958
|
},
|
|
10535
10959
|
"funding": {
|
|
10536
10960
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
@@ -10558,6 +10982,18 @@
|
|
|
10558
10982
|
"node": ">= 8"
|
|
10559
10983
|
}
|
|
10560
10984
|
},
|
|
10985
|
+
"node_modules/anymatch/node_modules/picomatch": {
|
|
10986
|
+
"version": "2.3.1",
|
|
10987
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
10988
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
10989
|
+
"license": "MIT",
|
|
10990
|
+
"engines": {
|
|
10991
|
+
"node": ">=8.6"
|
|
10992
|
+
},
|
|
10993
|
+
"funding": {
|
|
10994
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
10995
|
+
}
|
|
10996
|
+
},
|
|
10561
10997
|
"node_modules/append-transform": {
|
|
10562
10998
|
"version": "2.0.0",
|
|
10563
10999
|
"resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
|
|
@@ -10654,6 +11090,7 @@
|
|
|
10654
11090
|
"version": "2.1.0",
|
|
10655
11091
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
10656
11092
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
11093
|
+
"devOptional": true,
|
|
10657
11094
|
"license": "MIT",
|
|
10658
11095
|
"engines": {
|
|
10659
11096
|
"node": ">=8"
|
|
@@ -10812,6 +11249,18 @@
|
|
|
10812
11249
|
"node": ">=8.0.0"
|
|
10813
11250
|
}
|
|
10814
11251
|
},
|
|
11252
|
+
"node_modules/auto-bind": {
|
|
11253
|
+
"version": "5.0.1",
|
|
11254
|
+
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
|
|
11255
|
+
"integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
|
|
11256
|
+
"license": "MIT",
|
|
11257
|
+
"engines": {
|
|
11258
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
11259
|
+
},
|
|
11260
|
+
"funding": {
|
|
11261
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
11262
|
+
}
|
|
11263
|
+
},
|
|
10815
11264
|
"node_modules/available-typed-arrays": {
|
|
10816
11265
|
"version": "1.0.7",
|
|
10817
11266
|
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
|
@@ -11313,6 +11762,21 @@
|
|
|
11313
11762
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
11314
11763
|
}
|
|
11315
11764
|
},
|
|
11765
|
+
"node_modules/chalk/node_modules/ansi-styles": {
|
|
11766
|
+
"version": "4.3.0",
|
|
11767
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
11768
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
11769
|
+
"license": "MIT",
|
|
11770
|
+
"dependencies": {
|
|
11771
|
+
"color-convert": "^2.0.1"
|
|
11772
|
+
},
|
|
11773
|
+
"engines": {
|
|
11774
|
+
"node": ">=8"
|
|
11775
|
+
},
|
|
11776
|
+
"funding": {
|
|
11777
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
11778
|
+
}
|
|
11779
|
+
},
|
|
11316
11780
|
"node_modules/change-case": {
|
|
11317
11781
|
"version": "4.1.2",
|
|
11318
11782
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
@@ -11485,6 +11949,18 @@
|
|
|
11485
11949
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
11486
11950
|
}
|
|
11487
11951
|
},
|
|
11952
|
+
"node_modules/cli-boxes": {
|
|
11953
|
+
"version": "3.0.0",
|
|
11954
|
+
"resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
|
|
11955
|
+
"integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
|
|
11956
|
+
"license": "MIT",
|
|
11957
|
+
"engines": {
|
|
11958
|
+
"node": ">=10"
|
|
11959
|
+
},
|
|
11960
|
+
"funding": {
|
|
11961
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
11962
|
+
}
|
|
11963
|
+
},
|
|
11488
11964
|
"node_modules/cli-cursor": {
|
|
11489
11965
|
"version": "5.0.0",
|
|
11490
11966
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
|
|
@@ -11552,18 +12028,6 @@
|
|
|
11552
12028
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
11553
12029
|
}
|
|
11554
12030
|
},
|
|
11555
|
-
"node_modules/cli-truncate/node_modules/ansi-styles": {
|
|
11556
|
-
"version": "6.2.1",
|
|
11557
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
11558
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
11559
|
-
"license": "MIT",
|
|
11560
|
-
"engines": {
|
|
11561
|
-
"node": ">=12"
|
|
11562
|
-
},
|
|
11563
|
-
"funding": {
|
|
11564
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
11565
|
-
}
|
|
11566
|
-
},
|
|
11567
12031
|
"node_modules/cli-truncate/node_modules/emoji-regex": {
|
|
11568
12032
|
"version": "10.3.0",
|
|
11569
12033
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
@@ -11653,18 +12117,33 @@
|
|
|
11653
12117
|
"node": ">=12"
|
|
11654
12118
|
}
|
|
11655
12119
|
},
|
|
11656
|
-
"node_modules/cliui/node_modules/
|
|
11657
|
-
"version": "
|
|
11658
|
-
"resolved": "https://registry.npmjs.org/
|
|
11659
|
-
"integrity": "sha512-
|
|
12120
|
+
"node_modules/cliui/node_modules/ansi-styles": {
|
|
12121
|
+
"version": "4.3.0",
|
|
12122
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
12123
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
11660
12124
|
"license": "MIT",
|
|
11661
12125
|
"dependencies": {
|
|
11662
|
-
"
|
|
11663
|
-
"string-width": "^4.1.0",
|
|
11664
|
-
"strip-ansi": "^6.0.0"
|
|
12126
|
+
"color-convert": "^2.0.1"
|
|
11665
12127
|
},
|
|
11666
12128
|
"engines": {
|
|
11667
|
-
"node": ">=
|
|
12129
|
+
"node": ">=8"
|
|
12130
|
+
},
|
|
12131
|
+
"funding": {
|
|
12132
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
12133
|
+
}
|
|
12134
|
+
},
|
|
12135
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
12136
|
+
"version": "7.0.0",
|
|
12137
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
12138
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
12139
|
+
"license": "MIT",
|
|
12140
|
+
"dependencies": {
|
|
12141
|
+
"ansi-styles": "^4.0.0",
|
|
12142
|
+
"string-width": "^4.1.0",
|
|
12143
|
+
"strip-ansi": "^6.0.0"
|
|
12144
|
+
},
|
|
12145
|
+
"engines": {
|
|
12146
|
+
"node": ">=10"
|
|
11668
12147
|
},
|
|
11669
12148
|
"funding": {
|
|
11670
12149
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
@@ -11680,6 +12159,18 @@
|
|
|
11680
12159
|
"node": ">= 0.12.0"
|
|
11681
12160
|
}
|
|
11682
12161
|
},
|
|
12162
|
+
"node_modules/code-excerpt": {
|
|
12163
|
+
"version": "4.0.0",
|
|
12164
|
+
"resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
|
|
12165
|
+
"integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==",
|
|
12166
|
+
"license": "MIT",
|
|
12167
|
+
"dependencies": {
|
|
12168
|
+
"convert-to-spaces": "^2.0.1"
|
|
12169
|
+
},
|
|
12170
|
+
"engines": {
|
|
12171
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
12172
|
+
}
|
|
12173
|
+
},
|
|
11683
12174
|
"node_modules/color-convert": {
|
|
11684
12175
|
"version": "2.0.1",
|
|
11685
12176
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -11860,6 +12351,15 @@
|
|
|
11860
12351
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
11861
12352
|
"license": "MIT"
|
|
11862
12353
|
},
|
|
12354
|
+
"node_modules/convert-to-spaces": {
|
|
12355
|
+
"version": "2.0.1",
|
|
12356
|
+
"resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
|
|
12357
|
+
"integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
|
|
12358
|
+
"license": "MIT",
|
|
12359
|
+
"engines": {
|
|
12360
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
12361
|
+
}
|
|
12362
|
+
},
|
|
11863
12363
|
"node_modules/cookie": {
|
|
11864
12364
|
"version": "0.7.1",
|
|
11865
12365
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
|
@@ -11980,6 +12480,12 @@
|
|
|
11980
12480
|
"node": ">=4"
|
|
11981
12481
|
}
|
|
11982
12482
|
},
|
|
12483
|
+
"node_modules/csstype": {
|
|
12484
|
+
"version": "3.1.3",
|
|
12485
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
12486
|
+
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
12487
|
+
"license": "MIT"
|
|
12488
|
+
},
|
|
11983
12489
|
"node_modules/csv-parse": {
|
|
11984
12490
|
"version": "5.5.6",
|
|
11985
12491
|
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.6.tgz",
|
|
@@ -12306,6 +12812,7 @@
|
|
|
12306
12812
|
"version": "3.0.1",
|
|
12307
12813
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
12308
12814
|
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
12815
|
+
"devOptional": true,
|
|
12309
12816
|
"license": "MIT",
|
|
12310
12817
|
"dependencies": {
|
|
12311
12818
|
"path-type": "^4.0.0"
|
|
@@ -14050,15 +14557,21 @@
|
|
|
14050
14557
|
}
|
|
14051
14558
|
},
|
|
14052
14559
|
"node_modules/estree-toolkit": {
|
|
14053
|
-
"version": "1.7.
|
|
14054
|
-
"resolved": "https://registry.npmjs.org/estree-toolkit/-/estree-toolkit-1.7.
|
|
14055
|
-
"integrity": "sha512
|
|
14560
|
+
"version": "1.7.13",
|
|
14561
|
+
"resolved": "https://registry.npmjs.org/estree-toolkit/-/estree-toolkit-1.7.13.tgz",
|
|
14562
|
+
"integrity": "sha512-/fLCEcVBUgAtMkGXZHplPVyUv7wiSfsCGubBdM16n1iYCidPfyk1Kk1U0wAxLZADuA3z8k87DfVYXlBmHJeekg==",
|
|
14056
14563
|
"license": "MIT",
|
|
14057
14564
|
"dependencies": {
|
|
14058
|
-
"@types/estree": "
|
|
14059
|
-
"@types/estree-jsx": "
|
|
14565
|
+
"@types/estree": ">=1.0.7",
|
|
14566
|
+
"@types/estree-jsx": ">=1.0.5"
|
|
14060
14567
|
}
|
|
14061
14568
|
},
|
|
14569
|
+
"node_modules/estree-toolkit/node_modules/@types/estree": {
|
|
14570
|
+
"version": "1.0.8",
|
|
14571
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
14572
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
14573
|
+
"license": "MIT"
|
|
14574
|
+
},
|
|
14062
14575
|
"node_modules/estree-walker": {
|
|
14063
14576
|
"version": "0.6.1",
|
|
14064
14577
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
|
|
@@ -14360,6 +14873,20 @@
|
|
|
14360
14873
|
"node": ">=0.8.0"
|
|
14361
14874
|
}
|
|
14362
14875
|
},
|
|
14876
|
+
"node_modules/fdir": {
|
|
14877
|
+
"version": "6.4.6",
|
|
14878
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
|
|
14879
|
+
"integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
|
|
14880
|
+
"license": "MIT",
|
|
14881
|
+
"peerDependencies": {
|
|
14882
|
+
"picomatch": "^3 || ^4"
|
|
14883
|
+
},
|
|
14884
|
+
"peerDependenciesMeta": {
|
|
14885
|
+
"picomatch": {
|
|
14886
|
+
"optional": true
|
|
14887
|
+
}
|
|
14888
|
+
}
|
|
14889
|
+
},
|
|
14363
14890
|
"node_modules/fetch-blob": {
|
|
14364
14891
|
"version": "3.2.0",
|
|
14365
14892
|
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
@@ -15084,6 +15611,7 @@
|
|
|
15084
15611
|
"version": "11.1.0",
|
|
15085
15612
|
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
15086
15613
|
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
15614
|
+
"devOptional": true,
|
|
15087
15615
|
"license": "MIT",
|
|
15088
15616
|
"dependencies": {
|
|
15089
15617
|
"array-union": "^2.1.0",
|
|
@@ -15962,6 +16490,222 @@
|
|
|
15962
16490
|
"dev": true,
|
|
15963
16491
|
"license": "ISC"
|
|
15964
16492
|
},
|
|
16493
|
+
"node_modules/ink": {
|
|
16494
|
+
"version": "5.0.1",
|
|
16495
|
+
"resolved": "https://registry.npmjs.org/ink/-/ink-5.0.1.tgz",
|
|
16496
|
+
"integrity": "sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==",
|
|
16497
|
+
"license": "MIT",
|
|
16498
|
+
"dependencies": {
|
|
16499
|
+
"@alcalzone/ansi-tokenize": "^0.1.3",
|
|
16500
|
+
"ansi-escapes": "^7.0.0",
|
|
16501
|
+
"ansi-styles": "^6.2.1",
|
|
16502
|
+
"auto-bind": "^5.0.1",
|
|
16503
|
+
"chalk": "^5.3.0",
|
|
16504
|
+
"cli-boxes": "^3.0.0",
|
|
16505
|
+
"cli-cursor": "^4.0.0",
|
|
16506
|
+
"cli-truncate": "^4.0.0",
|
|
16507
|
+
"code-excerpt": "^4.0.0",
|
|
16508
|
+
"indent-string": "^5.0.0",
|
|
16509
|
+
"is-in-ci": "^0.1.0",
|
|
16510
|
+
"lodash": "^4.17.21",
|
|
16511
|
+
"patch-console": "^2.0.0",
|
|
16512
|
+
"react-reconciler": "^0.29.0",
|
|
16513
|
+
"scheduler": "^0.23.0",
|
|
16514
|
+
"signal-exit": "^3.0.7",
|
|
16515
|
+
"slice-ansi": "^7.1.0",
|
|
16516
|
+
"stack-utils": "^2.0.6",
|
|
16517
|
+
"string-width": "^7.0.0",
|
|
16518
|
+
"type-fest": "^4.8.3",
|
|
16519
|
+
"widest-line": "^5.0.0",
|
|
16520
|
+
"wrap-ansi": "^9.0.0",
|
|
16521
|
+
"ws": "^8.15.0",
|
|
16522
|
+
"yoga-wasm-web": "~0.3.3"
|
|
16523
|
+
},
|
|
16524
|
+
"engines": {
|
|
16525
|
+
"node": ">=18"
|
|
16526
|
+
},
|
|
16527
|
+
"peerDependencies": {
|
|
16528
|
+
"@types/react": ">=18.0.0",
|
|
16529
|
+
"react": ">=18.0.0",
|
|
16530
|
+
"react-devtools-core": "^4.19.1"
|
|
16531
|
+
},
|
|
16532
|
+
"peerDependenciesMeta": {
|
|
16533
|
+
"@types/react": {
|
|
16534
|
+
"optional": true
|
|
16535
|
+
},
|
|
16536
|
+
"react-devtools-core": {
|
|
16537
|
+
"optional": true
|
|
16538
|
+
}
|
|
16539
|
+
}
|
|
16540
|
+
},
|
|
16541
|
+
"node_modules/ink/node_modules/ansi-escapes": {
|
|
16542
|
+
"version": "7.0.0",
|
|
16543
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
16544
|
+
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
|
16545
|
+
"license": "MIT",
|
|
16546
|
+
"dependencies": {
|
|
16547
|
+
"environment": "^1.0.0"
|
|
16548
|
+
},
|
|
16549
|
+
"engines": {
|
|
16550
|
+
"node": ">=18"
|
|
16551
|
+
},
|
|
16552
|
+
"funding": {
|
|
16553
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16554
|
+
}
|
|
16555
|
+
},
|
|
16556
|
+
"node_modules/ink/node_modules/ansi-regex": {
|
|
16557
|
+
"version": "6.0.1",
|
|
16558
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
16559
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
16560
|
+
"license": "MIT",
|
|
16561
|
+
"engines": {
|
|
16562
|
+
"node": ">=12"
|
|
16563
|
+
},
|
|
16564
|
+
"funding": {
|
|
16565
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
16566
|
+
}
|
|
16567
|
+
},
|
|
16568
|
+
"node_modules/ink/node_modules/chalk": {
|
|
16569
|
+
"version": "5.4.1",
|
|
16570
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
16571
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
16572
|
+
"license": "MIT",
|
|
16573
|
+
"engines": {
|
|
16574
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
16575
|
+
},
|
|
16576
|
+
"funding": {
|
|
16577
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
16578
|
+
}
|
|
16579
|
+
},
|
|
16580
|
+
"node_modules/ink/node_modules/cli-cursor": {
|
|
16581
|
+
"version": "4.0.0",
|
|
16582
|
+
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
|
|
16583
|
+
"integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
|
|
16584
|
+
"license": "MIT",
|
|
16585
|
+
"dependencies": {
|
|
16586
|
+
"restore-cursor": "^4.0.0"
|
|
16587
|
+
},
|
|
16588
|
+
"engines": {
|
|
16589
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
16590
|
+
},
|
|
16591
|
+
"funding": {
|
|
16592
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16593
|
+
}
|
|
16594
|
+
},
|
|
16595
|
+
"node_modules/ink/node_modules/emoji-regex": {
|
|
16596
|
+
"version": "10.3.0",
|
|
16597
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
16598
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
16599
|
+
"license": "MIT"
|
|
16600
|
+
},
|
|
16601
|
+
"node_modules/ink/node_modules/indent-string": {
|
|
16602
|
+
"version": "5.0.0",
|
|
16603
|
+
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
16604
|
+
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
|
|
16605
|
+
"license": "MIT",
|
|
16606
|
+
"engines": {
|
|
16607
|
+
"node": ">=12"
|
|
16608
|
+
},
|
|
16609
|
+
"funding": {
|
|
16610
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16611
|
+
}
|
|
16612
|
+
},
|
|
16613
|
+
"node_modules/ink/node_modules/restore-cursor": {
|
|
16614
|
+
"version": "4.0.0",
|
|
16615
|
+
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
|
|
16616
|
+
"integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
|
|
16617
|
+
"license": "MIT",
|
|
16618
|
+
"dependencies": {
|
|
16619
|
+
"onetime": "^5.1.0",
|
|
16620
|
+
"signal-exit": "^3.0.2"
|
|
16621
|
+
},
|
|
16622
|
+
"engines": {
|
|
16623
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
16624
|
+
},
|
|
16625
|
+
"funding": {
|
|
16626
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16627
|
+
}
|
|
16628
|
+
},
|
|
16629
|
+
"node_modules/ink/node_modules/string-width": {
|
|
16630
|
+
"version": "7.2.0",
|
|
16631
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
16632
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
16633
|
+
"license": "MIT",
|
|
16634
|
+
"dependencies": {
|
|
16635
|
+
"emoji-regex": "^10.3.0",
|
|
16636
|
+
"get-east-asian-width": "^1.0.0",
|
|
16637
|
+
"strip-ansi": "^7.1.0"
|
|
16638
|
+
},
|
|
16639
|
+
"engines": {
|
|
16640
|
+
"node": ">=18"
|
|
16641
|
+
},
|
|
16642
|
+
"funding": {
|
|
16643
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16644
|
+
}
|
|
16645
|
+
},
|
|
16646
|
+
"node_modules/ink/node_modules/strip-ansi": {
|
|
16647
|
+
"version": "7.1.0",
|
|
16648
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
16649
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
16650
|
+
"license": "MIT",
|
|
16651
|
+
"dependencies": {
|
|
16652
|
+
"ansi-regex": "^6.0.1"
|
|
16653
|
+
},
|
|
16654
|
+
"engines": {
|
|
16655
|
+
"node": ">=12"
|
|
16656
|
+
},
|
|
16657
|
+
"funding": {
|
|
16658
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
16659
|
+
}
|
|
16660
|
+
},
|
|
16661
|
+
"node_modules/ink/node_modules/type-fest": {
|
|
16662
|
+
"version": "4.41.0",
|
|
16663
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
16664
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
16665
|
+
"license": "(MIT OR CC0-1.0)",
|
|
16666
|
+
"engines": {
|
|
16667
|
+
"node": ">=16"
|
|
16668
|
+
},
|
|
16669
|
+
"funding": {
|
|
16670
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16671
|
+
}
|
|
16672
|
+
},
|
|
16673
|
+
"node_modules/ink/node_modules/widest-line": {
|
|
16674
|
+
"version": "5.0.0",
|
|
16675
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
16676
|
+
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
16677
|
+
"license": "MIT",
|
|
16678
|
+
"dependencies": {
|
|
16679
|
+
"string-width": "^7.0.0"
|
|
16680
|
+
},
|
|
16681
|
+
"engines": {
|
|
16682
|
+
"node": ">=18"
|
|
16683
|
+
},
|
|
16684
|
+
"funding": {
|
|
16685
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16686
|
+
}
|
|
16687
|
+
},
|
|
16688
|
+
"node_modules/ink/node_modules/ws": {
|
|
16689
|
+
"version": "8.18.2",
|
|
16690
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
|
|
16691
|
+
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
|
|
16692
|
+
"license": "MIT",
|
|
16693
|
+
"engines": {
|
|
16694
|
+
"node": ">=10.0.0"
|
|
16695
|
+
},
|
|
16696
|
+
"peerDependencies": {
|
|
16697
|
+
"bufferutil": "^4.0.1",
|
|
16698
|
+
"utf-8-validate": ">=5.0.2"
|
|
16699
|
+
},
|
|
16700
|
+
"peerDependenciesMeta": {
|
|
16701
|
+
"bufferutil": {
|
|
16702
|
+
"optional": true
|
|
16703
|
+
},
|
|
16704
|
+
"utf-8-validate": {
|
|
16705
|
+
"optional": true
|
|
16706
|
+
}
|
|
16707
|
+
}
|
|
16708
|
+
},
|
|
15965
16709
|
"node_modules/inline-style-parser": {
|
|
15966
16710
|
"version": "0.1.1",
|
|
15967
16711
|
"resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
|
|
@@ -16317,6 +17061,21 @@
|
|
|
16317
17061
|
"url": "https://github.com/sponsors/wooorm"
|
|
16318
17062
|
}
|
|
16319
17063
|
},
|
|
17064
|
+
"node_modules/is-in-ci": {
|
|
17065
|
+
"version": "0.1.0",
|
|
17066
|
+
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz",
|
|
17067
|
+
"integrity": "sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==",
|
|
17068
|
+
"license": "MIT",
|
|
17069
|
+
"bin": {
|
|
17070
|
+
"is-in-ci": "cli.js"
|
|
17071
|
+
},
|
|
17072
|
+
"engines": {
|
|
17073
|
+
"node": ">=18"
|
|
17074
|
+
},
|
|
17075
|
+
"funding": {
|
|
17076
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
17077
|
+
}
|
|
17078
|
+
},
|
|
16320
17079
|
"node_modules/is-map": {
|
|
16321
17080
|
"version": "2.0.3",
|
|
16322
17081
|
"resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
|
|
@@ -17280,9 +18039,9 @@
|
|
|
17280
18039
|
}
|
|
17281
18040
|
},
|
|
17282
18041
|
"node_modules/listr2": {
|
|
17283
|
-
"version": "8.
|
|
17284
|
-
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.
|
|
17285
|
-
"integrity": "sha512-
|
|
18042
|
+
"version": "8.3.3",
|
|
18043
|
+
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.3.3.tgz",
|
|
18044
|
+
"integrity": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==",
|
|
17286
18045
|
"license": "MIT",
|
|
17287
18046
|
"dependencies": {
|
|
17288
18047
|
"cli-truncate": "^4.0.0",
|
|
@@ -17296,85 +18055,6 @@
|
|
|
17296
18055
|
"node": ">=18.0.0"
|
|
17297
18056
|
}
|
|
17298
18057
|
},
|
|
17299
|
-
"node_modules/listr2/node_modules/ansi-regex": {
|
|
17300
|
-
"version": "6.0.1",
|
|
17301
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
17302
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
17303
|
-
"license": "MIT",
|
|
17304
|
-
"engines": {
|
|
17305
|
-
"node": ">=12"
|
|
17306
|
-
},
|
|
17307
|
-
"funding": {
|
|
17308
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
17309
|
-
}
|
|
17310
|
-
},
|
|
17311
|
-
"node_modules/listr2/node_modules/ansi-styles": {
|
|
17312
|
-
"version": "6.2.1",
|
|
17313
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
17314
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
17315
|
-
"license": "MIT",
|
|
17316
|
-
"engines": {
|
|
17317
|
-
"node": ">=12"
|
|
17318
|
-
},
|
|
17319
|
-
"funding": {
|
|
17320
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
17321
|
-
}
|
|
17322
|
-
},
|
|
17323
|
-
"node_modules/listr2/node_modules/emoji-regex": {
|
|
17324
|
-
"version": "10.3.0",
|
|
17325
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
17326
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
17327
|
-
"license": "MIT"
|
|
17328
|
-
},
|
|
17329
|
-
"node_modules/listr2/node_modules/string-width": {
|
|
17330
|
-
"version": "7.2.0",
|
|
17331
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
17332
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
17333
|
-
"license": "MIT",
|
|
17334
|
-
"dependencies": {
|
|
17335
|
-
"emoji-regex": "^10.3.0",
|
|
17336
|
-
"get-east-asian-width": "^1.0.0",
|
|
17337
|
-
"strip-ansi": "^7.1.0"
|
|
17338
|
-
},
|
|
17339
|
-
"engines": {
|
|
17340
|
-
"node": ">=18"
|
|
17341
|
-
},
|
|
17342
|
-
"funding": {
|
|
17343
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
17344
|
-
}
|
|
17345
|
-
},
|
|
17346
|
-
"node_modules/listr2/node_modules/strip-ansi": {
|
|
17347
|
-
"version": "7.1.0",
|
|
17348
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
17349
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
17350
|
-
"license": "MIT",
|
|
17351
|
-
"dependencies": {
|
|
17352
|
-
"ansi-regex": "^6.0.1"
|
|
17353
|
-
},
|
|
17354
|
-
"engines": {
|
|
17355
|
-
"node": ">=12"
|
|
17356
|
-
},
|
|
17357
|
-
"funding": {
|
|
17358
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
17359
|
-
}
|
|
17360
|
-
},
|
|
17361
|
-
"node_modules/listr2/node_modules/wrap-ansi": {
|
|
17362
|
-
"version": "9.0.0",
|
|
17363
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
17364
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
17365
|
-
"license": "MIT",
|
|
17366
|
-
"dependencies": {
|
|
17367
|
-
"ansi-styles": "^6.2.1",
|
|
17368
|
-
"string-width": "^7.0.0",
|
|
17369
|
-
"strip-ansi": "^7.1.0"
|
|
17370
|
-
},
|
|
17371
|
-
"engines": {
|
|
17372
|
-
"node": ">=18"
|
|
17373
|
-
},
|
|
17374
|
-
"funding": {
|
|
17375
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
17376
|
-
}
|
|
17377
|
-
},
|
|
17378
18058
|
"node_modules/locate-path": {
|
|
17379
18059
|
"version": "5.0.0",
|
|
17380
18060
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -17392,7 +18072,6 @@
|
|
|
17392
18072
|
"version": "4.17.21",
|
|
17393
18073
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
17394
18074
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
17395
|
-
"dev": true,
|
|
17396
18075
|
"license": "MIT"
|
|
17397
18076
|
},
|
|
17398
18077
|
"node_modules/lodash.camelcase": {
|
|
@@ -17589,41 +18268,6 @@
|
|
|
17589
18268
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
17590
18269
|
}
|
|
17591
18270
|
},
|
|
17592
|
-
"node_modules/log-update/node_modules/ansi-styles": {
|
|
17593
|
-
"version": "6.2.1",
|
|
17594
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
17595
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
17596
|
-
"license": "MIT",
|
|
17597
|
-
"engines": {
|
|
17598
|
-
"node": ">=12"
|
|
17599
|
-
},
|
|
17600
|
-
"funding": {
|
|
17601
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
17602
|
-
}
|
|
17603
|
-
},
|
|
17604
|
-
"node_modules/log-update/node_modules/emoji-regex": {
|
|
17605
|
-
"version": "10.3.0",
|
|
17606
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
17607
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
17608
|
-
"license": "MIT"
|
|
17609
|
-
},
|
|
17610
|
-
"node_modules/log-update/node_modules/string-width": {
|
|
17611
|
-
"version": "7.2.0",
|
|
17612
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
17613
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
17614
|
-
"license": "MIT",
|
|
17615
|
-
"dependencies": {
|
|
17616
|
-
"emoji-regex": "^10.3.0",
|
|
17617
|
-
"get-east-asian-width": "^1.0.0",
|
|
17618
|
-
"strip-ansi": "^7.1.0"
|
|
17619
|
-
},
|
|
17620
|
-
"engines": {
|
|
17621
|
-
"node": ">=18"
|
|
17622
|
-
},
|
|
17623
|
-
"funding": {
|
|
17624
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
17625
|
-
}
|
|
17626
|
-
},
|
|
17627
18271
|
"node_modules/log-update/node_modules/strip-ansi": {
|
|
17628
18272
|
"version": "7.1.0",
|
|
17629
18273
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
@@ -17639,23 +18283,6 @@
|
|
|
17639
18283
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
17640
18284
|
}
|
|
17641
18285
|
},
|
|
17642
|
-
"node_modules/log-update/node_modules/wrap-ansi": {
|
|
17643
|
-
"version": "9.0.0",
|
|
17644
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
17645
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
17646
|
-
"license": "MIT",
|
|
17647
|
-
"dependencies": {
|
|
17648
|
-
"ansi-styles": "^6.2.1",
|
|
17649
|
-
"string-width": "^7.0.0",
|
|
17650
|
-
"strip-ansi": "^7.1.0"
|
|
17651
|
-
},
|
|
17652
|
-
"engines": {
|
|
17653
|
-
"node": ">=18"
|
|
17654
|
-
},
|
|
17655
|
-
"funding": {
|
|
17656
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
17657
|
-
}
|
|
17658
|
-
},
|
|
17659
18286
|
"node_modules/long": {
|
|
17660
18287
|
"version": "5.2.3",
|
|
17661
18288
|
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
|
|
@@ -17672,6 +18299,18 @@
|
|
|
17672
18299
|
"url": "https://github.com/sponsors/wooorm"
|
|
17673
18300
|
}
|
|
17674
18301
|
},
|
|
18302
|
+
"node_modules/loose-envify": {
|
|
18303
|
+
"version": "1.4.0",
|
|
18304
|
+
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
18305
|
+
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
18306
|
+
"license": "MIT",
|
|
18307
|
+
"dependencies": {
|
|
18308
|
+
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
18309
|
+
},
|
|
18310
|
+
"bin": {
|
|
18311
|
+
"loose-envify": "cli.js"
|
|
18312
|
+
}
|
|
18313
|
+
},
|
|
17675
18314
|
"node_modules/loupe": {
|
|
17676
18315
|
"version": "2.3.7",
|
|
17677
18316
|
"resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz",
|
|
@@ -17718,29 +18357,29 @@
|
|
|
17718
18357
|
"license": "MIT"
|
|
17719
18358
|
},
|
|
17720
18359
|
"node_modules/lwc": {
|
|
17721
|
-
"version": "8.
|
|
17722
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.
|
|
17723
|
-
"integrity": "sha512-
|
|
17724
|
-
"license": "MIT",
|
|
17725
|
-
"dependencies": {
|
|
17726
|
-
"@lwc/aria-reflection": "8.
|
|
17727
|
-
"@lwc/babel-plugin-component": "8.
|
|
17728
|
-
"@lwc/compiler": "8.
|
|
17729
|
-
"@lwc/engine-core": "8.
|
|
17730
|
-
"@lwc/engine-dom": "8.
|
|
17731
|
-
"@lwc/engine-server": "8.
|
|
17732
|
-
"@lwc/errors": "8.
|
|
17733
|
-
"@lwc/features": "8.
|
|
17734
|
-
"@lwc/module-resolver": "8.
|
|
17735
|
-
"@lwc/rollup-plugin": "8.
|
|
17736
|
-
"@lwc/shared": "8.
|
|
17737
|
-
"@lwc/ssr-compiler": "8.
|
|
17738
|
-
"@lwc/ssr-runtime": "8.
|
|
17739
|
-
"@lwc/style-compiler": "8.
|
|
17740
|
-
"@lwc/synthetic-shadow": "8.
|
|
17741
|
-
"@lwc/template-compiler": "8.
|
|
17742
|
-
"@lwc/types": "8.
|
|
17743
|
-
"@lwc/wire-service": "8.
|
|
18360
|
+
"version": "8.20.0",
|
|
18361
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.20.0.tgz",
|
|
18362
|
+
"integrity": "sha512-rZa6AGfTIeGMO4htYt2aH3KMYjjg9TBt7RrzrCv6xmgCQS0WvhPdlyQHj7/O32yG4yqP0yGUMLn1hykKhsqGcg==",
|
|
18363
|
+
"license": "MIT",
|
|
18364
|
+
"dependencies": {
|
|
18365
|
+
"@lwc/aria-reflection": "8.20.0",
|
|
18366
|
+
"@lwc/babel-plugin-component": "8.20.0",
|
|
18367
|
+
"@lwc/compiler": "8.20.0",
|
|
18368
|
+
"@lwc/engine-core": "8.20.0",
|
|
18369
|
+
"@lwc/engine-dom": "8.20.0",
|
|
18370
|
+
"@lwc/engine-server": "8.20.0",
|
|
18371
|
+
"@lwc/errors": "8.20.0",
|
|
18372
|
+
"@lwc/features": "8.20.0",
|
|
18373
|
+
"@lwc/module-resolver": "8.20.0",
|
|
18374
|
+
"@lwc/rollup-plugin": "8.20.0",
|
|
18375
|
+
"@lwc/shared": "8.20.0",
|
|
18376
|
+
"@lwc/ssr-compiler": "8.20.0",
|
|
18377
|
+
"@lwc/ssr-runtime": "8.20.0",
|
|
18378
|
+
"@lwc/style-compiler": "8.20.0",
|
|
18379
|
+
"@lwc/synthetic-shadow": "8.20.0",
|
|
18380
|
+
"@lwc/template-compiler": "8.20.0",
|
|
18381
|
+
"@lwc/types": "8.20.0",
|
|
18382
|
+
"@lwc/wire-service": "8.20.0"
|
|
17744
18383
|
}
|
|
17745
18384
|
},
|
|
17746
18385
|
"node_modules/magic-string": {
|
|
@@ -18234,6 +18873,18 @@
|
|
|
18234
18873
|
"node": ">=8.6"
|
|
18235
18874
|
}
|
|
18236
18875
|
},
|
|
18876
|
+
"node_modules/micromatch/node_modules/picomatch": {
|
|
18877
|
+
"version": "2.3.1",
|
|
18878
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
18879
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
18880
|
+
"license": "MIT",
|
|
18881
|
+
"engines": {
|
|
18882
|
+
"node": ">=8.6"
|
|
18883
|
+
},
|
|
18884
|
+
"funding": {
|
|
18885
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
18886
|
+
}
|
|
18887
|
+
},
|
|
18237
18888
|
"node_modules/mime": {
|
|
18238
18889
|
"version": "4.0.4",
|
|
18239
18890
|
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz",
|
|
@@ -18275,7 +18926,6 @@
|
|
|
18275
18926
|
"version": "2.1.0",
|
|
18276
18927
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
18277
18928
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
18278
|
-
"dev": true,
|
|
18279
18929
|
"license": "MIT",
|
|
18280
18930
|
"engines": {
|
|
18281
18931
|
"node": ">=6"
|
|
@@ -18442,7 +19092,23 @@
|
|
|
18442
19092
|
"mocha": "bin/mocha.js"
|
|
18443
19093
|
},
|
|
18444
19094
|
"engines": {
|
|
18445
|
-
"node": ">= 14.0.0"
|
|
19095
|
+
"node": ">= 14.0.0"
|
|
19096
|
+
}
|
|
19097
|
+
},
|
|
19098
|
+
"node_modules/mocha/node_modules/ansi-styles": {
|
|
19099
|
+
"version": "4.3.0",
|
|
19100
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
19101
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
19102
|
+
"dev": true,
|
|
19103
|
+
"license": "MIT",
|
|
19104
|
+
"dependencies": {
|
|
19105
|
+
"color-convert": "^2.0.1"
|
|
19106
|
+
},
|
|
19107
|
+
"engines": {
|
|
19108
|
+
"node": ">=8"
|
|
19109
|
+
},
|
|
19110
|
+
"funding": {
|
|
19111
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
18446
19112
|
}
|
|
18447
19113
|
},
|
|
18448
19114
|
"node_modules/mocha/node_modules/cliui": {
|
|
@@ -18951,6 +19617,22 @@
|
|
|
18951
19617
|
"node": ">=18"
|
|
18952
19618
|
}
|
|
18953
19619
|
},
|
|
19620
|
+
"node_modules/nyc/node_modules/ansi-styles": {
|
|
19621
|
+
"version": "4.3.0",
|
|
19622
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
19623
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
19624
|
+
"dev": true,
|
|
19625
|
+
"license": "MIT",
|
|
19626
|
+
"dependencies": {
|
|
19627
|
+
"color-convert": "^2.0.1"
|
|
19628
|
+
},
|
|
19629
|
+
"engines": {
|
|
19630
|
+
"node": ">=8"
|
|
19631
|
+
},
|
|
19632
|
+
"funding": {
|
|
19633
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
19634
|
+
}
|
|
19635
|
+
},
|
|
18954
19636
|
"node_modules/nyc/node_modules/cliui": {
|
|
18955
19637
|
"version": "6.0.0",
|
|
18956
19638
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
@@ -18991,6 +19673,21 @@
|
|
|
18991
19673
|
"url": "https://github.com/sponsors/isaacs"
|
|
18992
19674
|
}
|
|
18993
19675
|
},
|
|
19676
|
+
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
19677
|
+
"version": "6.2.0",
|
|
19678
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
19679
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
19680
|
+
"dev": true,
|
|
19681
|
+
"license": "MIT",
|
|
19682
|
+
"dependencies": {
|
|
19683
|
+
"ansi-styles": "^4.0.0",
|
|
19684
|
+
"string-width": "^4.1.0",
|
|
19685
|
+
"strip-ansi": "^6.0.0"
|
|
19686
|
+
},
|
|
19687
|
+
"engines": {
|
|
19688
|
+
"node": ">=8"
|
|
19689
|
+
}
|
|
19690
|
+
},
|
|
18994
19691
|
"node_modules/nyc/node_modules/y18n": {
|
|
18995
19692
|
"version": "4.0.3",
|
|
18996
19693
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -19035,6 +19732,15 @@
|
|
|
19035
19732
|
"node": ">=6"
|
|
19036
19733
|
}
|
|
19037
19734
|
},
|
|
19735
|
+
"node_modules/object-hash": {
|
|
19736
|
+
"version": "3.0.0",
|
|
19737
|
+
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
|
|
19738
|
+
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
|
19739
|
+
"license": "MIT",
|
|
19740
|
+
"engines": {
|
|
19741
|
+
"node": ">= 6"
|
|
19742
|
+
}
|
|
19743
|
+
},
|
|
19038
19744
|
"node_modules/object-inspect": {
|
|
19039
19745
|
"version": "1.13.4",
|
|
19040
19746
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
@@ -19127,9 +19833,9 @@
|
|
|
19127
19833
|
}
|
|
19128
19834
|
},
|
|
19129
19835
|
"node_modules/oclif": {
|
|
19130
|
-
"version": "4.
|
|
19131
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
19132
|
-
"integrity": "sha512-
|
|
19836
|
+
"version": "4.18.1",
|
|
19837
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
|
|
19838
|
+
"integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
|
|
19133
19839
|
"dev": true,
|
|
19134
19840
|
"license": "MIT",
|
|
19135
19841
|
"dependencies": {
|
|
@@ -19138,12 +19844,12 @@
|
|
|
19138
19844
|
"@inquirer/confirm": "^3.1.22",
|
|
19139
19845
|
"@inquirer/input": "^2.2.4",
|
|
19140
19846
|
"@inquirer/select": "^2.5.0",
|
|
19141
|
-
"@oclif/core": "^4.2
|
|
19847
|
+
"@oclif/core": "^4.3.2",
|
|
19142
19848
|
"@oclif/plugin-help": "^6.2.27",
|
|
19143
19849
|
"@oclif/plugin-not-found": "^3.2.48",
|
|
19144
19850
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
|
19851
|
+
"ansis": "^3.16.0",
|
|
19145
19852
|
"async-retry": "^1.3.3",
|
|
19146
|
-
"chalk": "^4",
|
|
19147
19853
|
"change-case": "^4",
|
|
19148
19854
|
"debug": "^4.4.0",
|
|
19149
19855
|
"ejs": "^3.1.10",
|
|
@@ -19262,7 +19968,6 @@
|
|
|
19262
19968
|
"version": "5.1.2",
|
|
19263
19969
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
19264
19970
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
19265
|
-
"dev": true,
|
|
19266
19971
|
"license": "MIT",
|
|
19267
19972
|
"dependencies": {
|
|
19268
19973
|
"mimic-fn": "^2.1.0"
|
|
@@ -19511,6 +20216,15 @@
|
|
|
19511
20216
|
"tslib": "^2.0.3"
|
|
19512
20217
|
}
|
|
19513
20218
|
},
|
|
20219
|
+
"node_modules/patch-console": {
|
|
20220
|
+
"version": "2.0.0",
|
|
20221
|
+
"resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
|
|
20222
|
+
"integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
|
|
20223
|
+
"license": "MIT",
|
|
20224
|
+
"engines": {
|
|
20225
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
20226
|
+
}
|
|
20227
|
+
},
|
|
19514
20228
|
"node_modules/path-case": {
|
|
19515
20229
|
"version": "3.0.4",
|
|
19516
20230
|
"resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
|
|
@@ -19589,6 +20303,7 @@
|
|
|
19589
20303
|
"version": "4.0.0",
|
|
19590
20304
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
|
19591
20305
|
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
|
|
20306
|
+
"devOptional": true,
|
|
19592
20307
|
"license": "MIT",
|
|
19593
20308
|
"engines": {
|
|
19594
20309
|
"node": ">=8"
|
|
@@ -19611,12 +20326,12 @@
|
|
|
19611
20326
|
"license": "ISC"
|
|
19612
20327
|
},
|
|
19613
20328
|
"node_modules/picomatch": {
|
|
19614
|
-
"version": "
|
|
19615
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-
|
|
19616
|
-
"integrity": "sha512-
|
|
20329
|
+
"version": "4.0.2",
|
|
20330
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
20331
|
+
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
19617
20332
|
"license": "MIT",
|
|
19618
20333
|
"engines": {
|
|
19619
|
-
"node": ">=
|
|
20334
|
+
"node": ">=12"
|
|
19620
20335
|
},
|
|
19621
20336
|
"funding": {
|
|
19622
20337
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
@@ -20152,6 +20867,34 @@
|
|
|
20152
20867
|
"node": ">= 0.8"
|
|
20153
20868
|
}
|
|
20154
20869
|
},
|
|
20870
|
+
"node_modules/react": {
|
|
20871
|
+
"version": "18.3.1",
|
|
20872
|
+
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
20873
|
+
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
20874
|
+
"license": "MIT",
|
|
20875
|
+
"dependencies": {
|
|
20876
|
+
"loose-envify": "^1.1.0"
|
|
20877
|
+
},
|
|
20878
|
+
"engines": {
|
|
20879
|
+
"node": ">=0.10.0"
|
|
20880
|
+
}
|
|
20881
|
+
},
|
|
20882
|
+
"node_modules/react-reconciler": {
|
|
20883
|
+
"version": "0.29.2",
|
|
20884
|
+
"resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.29.2.tgz",
|
|
20885
|
+
"integrity": "sha512-zZQqIiYgDCTP/f1N/mAR10nJGrPD2ZR+jDSEsKWJHYC7Cm2wodlwbR3upZRdC3cjIjSlTLNVyO7Iu0Yy7t2AYg==",
|
|
20886
|
+
"license": "MIT",
|
|
20887
|
+
"dependencies": {
|
|
20888
|
+
"loose-envify": "^1.1.0",
|
|
20889
|
+
"scheduler": "^0.23.2"
|
|
20890
|
+
},
|
|
20891
|
+
"engines": {
|
|
20892
|
+
"node": ">=0.10.0"
|
|
20893
|
+
},
|
|
20894
|
+
"peerDependencies": {
|
|
20895
|
+
"react": "^18.3.1"
|
|
20896
|
+
}
|
|
20897
|
+
},
|
|
20155
20898
|
"node_modules/read-pkg": {
|
|
20156
20899
|
"version": "5.2.0",
|
|
20157
20900
|
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
|
|
@@ -20252,6 +20995,18 @@
|
|
|
20252
20995
|
"node": ">=8.10.0"
|
|
20253
20996
|
}
|
|
20254
20997
|
},
|
|
20998
|
+
"node_modules/readdirp/node_modules/picomatch": {
|
|
20999
|
+
"version": "2.3.1",
|
|
21000
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
21001
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
21002
|
+
"license": "MIT",
|
|
21003
|
+
"engines": {
|
|
21004
|
+
"node": ">=8.6"
|
|
21005
|
+
},
|
|
21006
|
+
"funding": {
|
|
21007
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
21008
|
+
}
|
|
21009
|
+
},
|
|
20255
21010
|
"node_modules/real-require": {
|
|
20256
21011
|
"version": "0.2.0",
|
|
20257
21012
|
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
@@ -20858,6 +21613,15 @@
|
|
|
20858
21613
|
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
|
|
20859
21614
|
"license": "ISC"
|
|
20860
21615
|
},
|
|
21616
|
+
"node_modules/scheduler": {
|
|
21617
|
+
"version": "0.23.2",
|
|
21618
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
21619
|
+
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
21620
|
+
"license": "MIT",
|
|
21621
|
+
"dependencies": {
|
|
21622
|
+
"loose-envify": "^1.1.0"
|
|
21623
|
+
}
|
|
21624
|
+
},
|
|
20861
21625
|
"node_modules/section-matter": {
|
|
20862
21626
|
"version": "1.0.0",
|
|
20863
21627
|
"resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
|
|
@@ -21270,6 +22034,7 @@
|
|
|
21270
22034
|
"version": "3.0.0",
|
|
21271
22035
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
21272
22036
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
22037
|
+
"devOptional": true,
|
|
21273
22038
|
"license": "MIT",
|
|
21274
22039
|
"engines": {
|
|
21275
22040
|
"node": ">=8"
|
|
@@ -21291,18 +22056,6 @@
|
|
|
21291
22056
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
21292
22057
|
}
|
|
21293
22058
|
},
|
|
21294
|
-
"node_modules/slice-ansi/node_modules/ansi-styles": {
|
|
21295
|
-
"version": "6.2.1",
|
|
21296
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
21297
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
21298
|
-
"license": "MIT",
|
|
21299
|
-
"engines": {
|
|
21300
|
-
"node": ">=12"
|
|
21301
|
-
},
|
|
21302
|
-
"funding": {
|
|
21303
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
21304
|
-
}
|
|
21305
|
-
},
|
|
21306
22059
|
"node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
21307
22060
|
"version": "5.0.0",
|
|
21308
22061
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
@@ -21379,6 +22132,21 @@
|
|
|
21379
22132
|
"sort-package-json": "cli.js"
|
|
21380
22133
|
}
|
|
21381
22134
|
},
|
|
22135
|
+
"node_modules/sort-package-json/node_modules/fdir": {
|
|
22136
|
+
"version": "6.4.3",
|
|
22137
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
|
|
22138
|
+
"integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
|
|
22139
|
+
"dev": true,
|
|
22140
|
+
"license": "MIT",
|
|
22141
|
+
"peerDependencies": {
|
|
22142
|
+
"picomatch": "^3 || ^4"
|
|
22143
|
+
},
|
|
22144
|
+
"peerDependenciesMeta": {
|
|
22145
|
+
"picomatch": {
|
|
22146
|
+
"optional": true
|
|
22147
|
+
}
|
|
22148
|
+
}
|
|
22149
|
+
},
|
|
21382
22150
|
"node_modules/sort-package-json/node_modules/is-plain-obj": {
|
|
21383
22151
|
"version": "4.1.0",
|
|
21384
22152
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
@@ -21392,6 +22160,20 @@
|
|
|
21392
22160
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
21393
22161
|
}
|
|
21394
22162
|
},
|
|
22163
|
+
"node_modules/sort-package-json/node_modules/tinyglobby": {
|
|
22164
|
+
"version": "0.2.10",
|
|
22165
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
|
|
22166
|
+
"integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
|
|
22167
|
+
"dev": true,
|
|
22168
|
+
"license": "MIT",
|
|
22169
|
+
"dependencies": {
|
|
22170
|
+
"fdir": "^6.4.2",
|
|
22171
|
+
"picomatch": "^4.0.2"
|
|
22172
|
+
},
|
|
22173
|
+
"engines": {
|
|
22174
|
+
"node": ">=12.0.0"
|
|
22175
|
+
}
|
|
22176
|
+
},
|
|
21395
22177
|
"node_modules/source-map": {
|
|
21396
22178
|
"version": "0.6.1",
|
|
21397
22179
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -21519,6 +22301,27 @@
|
|
|
21519
22301
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
21520
22302
|
}
|
|
21521
22303
|
},
|
|
22304
|
+
"node_modules/stack-utils": {
|
|
22305
|
+
"version": "2.0.6",
|
|
22306
|
+
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
22307
|
+
"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
|
|
22308
|
+
"license": "MIT",
|
|
22309
|
+
"dependencies": {
|
|
22310
|
+
"escape-string-regexp": "^2.0.0"
|
|
22311
|
+
},
|
|
22312
|
+
"engines": {
|
|
22313
|
+
"node": ">=10"
|
|
22314
|
+
}
|
|
22315
|
+
},
|
|
22316
|
+
"node_modules/stack-utils/node_modules/escape-string-regexp": {
|
|
22317
|
+
"version": "2.0.0",
|
|
22318
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
22319
|
+
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
22320
|
+
"license": "MIT",
|
|
22321
|
+
"engines": {
|
|
22322
|
+
"node": ">=8"
|
|
22323
|
+
}
|
|
22324
|
+
},
|
|
21522
22325
|
"node_modules/statuses": {
|
|
21523
22326
|
"version": "2.0.1",
|
|
21524
22327
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
@@ -21941,45 +22744,19 @@
|
|
|
21941
22744
|
"license": "MIT"
|
|
21942
22745
|
},
|
|
21943
22746
|
"node_modules/tinyglobby": {
|
|
21944
|
-
"version": "0.2.
|
|
21945
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
21946
|
-
"integrity": "sha512-
|
|
21947
|
-
"dev": true,
|
|
22747
|
+
"version": "0.2.14",
|
|
22748
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
|
22749
|
+
"integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
|
21948
22750
|
"license": "MIT",
|
|
21949
22751
|
"dependencies": {
|
|
21950
|
-
"fdir": "^6.4.
|
|
22752
|
+
"fdir": "^6.4.4",
|
|
21951
22753
|
"picomatch": "^4.0.2"
|
|
21952
22754
|
},
|
|
21953
22755
|
"engines": {
|
|
21954
22756
|
"node": ">=12.0.0"
|
|
21955
|
-
}
|
|
21956
|
-
},
|
|
21957
|
-
"node_modules/tinyglobby/node_modules/fdir": {
|
|
21958
|
-
"version": "6.4.3",
|
|
21959
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
|
|
21960
|
-
"integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
|
|
21961
|
-
"dev": true,
|
|
21962
|
-
"license": "MIT",
|
|
21963
|
-
"peerDependencies": {
|
|
21964
|
-
"picomatch": "^3 || ^4"
|
|
21965
|
-
},
|
|
21966
|
-
"peerDependenciesMeta": {
|
|
21967
|
-
"picomatch": {
|
|
21968
|
-
"optional": true
|
|
21969
|
-
}
|
|
21970
|
-
}
|
|
21971
|
-
},
|
|
21972
|
-
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
21973
|
-
"version": "4.0.2",
|
|
21974
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
21975
|
-
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
21976
|
-
"dev": true,
|
|
21977
|
-
"license": "MIT",
|
|
21978
|
-
"engines": {
|
|
21979
|
-
"node": ">=12"
|
|
21980
22757
|
},
|
|
21981
22758
|
"funding": {
|
|
21982
|
-
"url": "https://github.com/sponsors/
|
|
22759
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
21983
22760
|
}
|
|
21984
22761
|
},
|
|
21985
22762
|
"node_modules/tmp": {
|
|
@@ -23074,17 +23851,20 @@
|
|
|
23074
23851
|
"license": "Apache-2.0"
|
|
23075
23852
|
},
|
|
23076
23853
|
"node_modules/wrap-ansi": {
|
|
23077
|
-
"version": "
|
|
23078
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
23079
|
-
"integrity": "sha512-
|
|
23854
|
+
"version": "9.0.0",
|
|
23855
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
23856
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
23080
23857
|
"license": "MIT",
|
|
23081
23858
|
"dependencies": {
|
|
23082
|
-
"ansi-styles": "^
|
|
23083
|
-
"string-width": "^
|
|
23084
|
-
"strip-ansi": "^
|
|
23859
|
+
"ansi-styles": "^6.2.1",
|
|
23860
|
+
"string-width": "^7.0.0",
|
|
23861
|
+
"strip-ansi": "^7.1.0"
|
|
23085
23862
|
},
|
|
23086
23863
|
"engines": {
|
|
23087
|
-
"node": ">=
|
|
23864
|
+
"node": ">=18"
|
|
23865
|
+
},
|
|
23866
|
+
"funding": {
|
|
23867
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
23088
23868
|
}
|
|
23089
23869
|
},
|
|
23090
23870
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -23105,6 +23885,71 @@
|
|
|
23105
23885
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
23106
23886
|
}
|
|
23107
23887
|
},
|
|
23888
|
+
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
23889
|
+
"version": "4.3.0",
|
|
23890
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
23891
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
23892
|
+
"license": "MIT",
|
|
23893
|
+
"dependencies": {
|
|
23894
|
+
"color-convert": "^2.0.1"
|
|
23895
|
+
},
|
|
23896
|
+
"engines": {
|
|
23897
|
+
"node": ">=8"
|
|
23898
|
+
},
|
|
23899
|
+
"funding": {
|
|
23900
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
23901
|
+
}
|
|
23902
|
+
},
|
|
23903
|
+
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
23904
|
+
"version": "6.0.1",
|
|
23905
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
23906
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
23907
|
+
"license": "MIT",
|
|
23908
|
+
"engines": {
|
|
23909
|
+
"node": ">=12"
|
|
23910
|
+
},
|
|
23911
|
+
"funding": {
|
|
23912
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
23913
|
+
}
|
|
23914
|
+
},
|
|
23915
|
+
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
23916
|
+
"version": "10.3.0",
|
|
23917
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
23918
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
23919
|
+
"license": "MIT"
|
|
23920
|
+
},
|
|
23921
|
+
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
23922
|
+
"version": "7.2.0",
|
|
23923
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
23924
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
23925
|
+
"license": "MIT",
|
|
23926
|
+
"dependencies": {
|
|
23927
|
+
"emoji-regex": "^10.3.0",
|
|
23928
|
+
"get-east-asian-width": "^1.0.0",
|
|
23929
|
+
"strip-ansi": "^7.1.0"
|
|
23930
|
+
},
|
|
23931
|
+
"engines": {
|
|
23932
|
+
"node": ">=18"
|
|
23933
|
+
},
|
|
23934
|
+
"funding": {
|
|
23935
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
23936
|
+
}
|
|
23937
|
+
},
|
|
23938
|
+
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
23939
|
+
"version": "7.1.0",
|
|
23940
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
23941
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
23942
|
+
"license": "MIT",
|
|
23943
|
+
"dependencies": {
|
|
23944
|
+
"ansi-regex": "^6.0.1"
|
|
23945
|
+
},
|
|
23946
|
+
"engines": {
|
|
23947
|
+
"node": ">=12"
|
|
23948
|
+
},
|
|
23949
|
+
"funding": {
|
|
23950
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
23951
|
+
}
|
|
23952
|
+
},
|
|
23108
23953
|
"node_modules/wrappy": {
|
|
23109
23954
|
"version": "1.0.2",
|
|
23110
23955
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
@@ -23332,6 +24177,12 @@
|
|
|
23332
24177
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
23333
24178
|
}
|
|
23334
24179
|
},
|
|
24180
|
+
"node_modules/yoga-wasm-web": {
|
|
24181
|
+
"version": "0.3.3",
|
|
24182
|
+
"resolved": "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz",
|
|
24183
|
+
"integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
|
|
24184
|
+
"license": "MIT"
|
|
24185
|
+
},
|
|
23335
24186
|
"node_modules/zwitch": {
|
|
23336
24187
|
"version": "1.0.5",
|
|
23337
24188
|
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz",
|