@salesforce/cli 2.92.4 → 2.92.6
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 +761 -23
- package/npm-shrinkwrap.json +745 -238
- package/oclif.lock +166 -45
- package/oclif.manifest.json +1 -1111
- package/package.json +7 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.92.
|
|
3
|
+
"version": "2.92.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.92.
|
|
9
|
+
"version": "2.92.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.3.
|
|
14
|
+
"@oclif/core": "4.3.1",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.29",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.25",
|
|
17
17
|
"@oclif/plugin-help": "6.2.28",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.35",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
+
"@salesforce/plugin-agent": "1.22.7",
|
|
27
28
|
"@salesforce/plugin-apex": "3.6.19",
|
|
28
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
29
30
|
"@salesforce/plugin-auth": "3.6.126",
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
"@salesforce/plugin-limits": "3.3.56",
|
|
34
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
35
36
|
"@salesforce/plugin-org": "5.7.13",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.14.0",
|
|
37
38
|
"@salesforce/plugin-schema": "3.3.65",
|
|
38
39
|
"@salesforce/plugin-settings": "2.4.29",
|
|
39
40
|
"@salesforce/plugin-sobject": "1.4.59",
|
|
@@ -2261,6 +2262,21 @@
|
|
|
2261
2262
|
"node": ">=18"
|
|
2262
2263
|
}
|
|
2263
2264
|
},
|
|
2265
|
+
"node_modules/@inquirer/checkbox/node_modules/ansi-styles": {
|
|
2266
|
+
"version": "4.3.0",
|
|
2267
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2268
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2269
|
+
"license": "MIT",
|
|
2270
|
+
"dependencies": {
|
|
2271
|
+
"color-convert": "^2.0.1"
|
|
2272
|
+
},
|
|
2273
|
+
"engines": {
|
|
2274
|
+
"node": ">=8"
|
|
2275
|
+
},
|
|
2276
|
+
"funding": {
|
|
2277
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2278
|
+
}
|
|
2279
|
+
},
|
|
2264
2280
|
"node_modules/@inquirer/checkbox/node_modules/signal-exit": {
|
|
2265
2281
|
"version": "4.1.0",
|
|
2266
2282
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2273,6 +2289,20 @@
|
|
|
2273
2289
|
"url": "https://github.com/sponsors/isaacs"
|
|
2274
2290
|
}
|
|
2275
2291
|
},
|
|
2292
|
+
"node_modules/@inquirer/checkbox/node_modules/wrap-ansi": {
|
|
2293
|
+
"version": "6.2.0",
|
|
2294
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2295
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2296
|
+
"license": "MIT",
|
|
2297
|
+
"dependencies": {
|
|
2298
|
+
"ansi-styles": "^4.0.0",
|
|
2299
|
+
"string-width": "^4.1.0",
|
|
2300
|
+
"strip-ansi": "^6.0.0"
|
|
2301
|
+
},
|
|
2302
|
+
"engines": {
|
|
2303
|
+
"node": ">=8"
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2276
2306
|
"node_modules/@inquirer/confirm": {
|
|
2277
2307
|
"version": "3.2.0",
|
|
2278
2308
|
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
|
|
@@ -2322,6 +2352,21 @@
|
|
|
2322
2352
|
"node": ">=18"
|
|
2323
2353
|
}
|
|
2324
2354
|
},
|
|
2355
|
+
"node_modules/@inquirer/confirm/node_modules/ansi-styles": {
|
|
2356
|
+
"version": "4.3.0",
|
|
2357
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2358
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2359
|
+
"license": "MIT",
|
|
2360
|
+
"dependencies": {
|
|
2361
|
+
"color-convert": "^2.0.1"
|
|
2362
|
+
},
|
|
2363
|
+
"engines": {
|
|
2364
|
+
"node": ">=8"
|
|
2365
|
+
},
|
|
2366
|
+
"funding": {
|
|
2367
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2325
2370
|
"node_modules/@inquirer/confirm/node_modules/signal-exit": {
|
|
2326
2371
|
"version": "4.1.0",
|
|
2327
2372
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2334,6 +2379,20 @@
|
|
|
2334
2379
|
"url": "https://github.com/sponsors/isaacs"
|
|
2335
2380
|
}
|
|
2336
2381
|
},
|
|
2382
|
+
"node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
|
|
2383
|
+
"version": "6.2.0",
|
|
2384
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2385
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2386
|
+
"license": "MIT",
|
|
2387
|
+
"dependencies": {
|
|
2388
|
+
"ansi-styles": "^4.0.0",
|
|
2389
|
+
"string-width": "^4.1.0",
|
|
2390
|
+
"strip-ansi": "^6.0.0"
|
|
2391
|
+
},
|
|
2392
|
+
"engines": {
|
|
2393
|
+
"node": ">=8"
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2337
2396
|
"node_modules/@inquirer/core": {
|
|
2338
2397
|
"version": "10.1.13",
|
|
2339
2398
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.13.tgz",
|
|
@@ -2361,6 +2420,21 @@
|
|
|
2361
2420
|
}
|
|
2362
2421
|
}
|
|
2363
2422
|
},
|
|
2423
|
+
"node_modules/@inquirer/core/node_modules/ansi-styles": {
|
|
2424
|
+
"version": "4.3.0",
|
|
2425
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2426
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2427
|
+
"license": "MIT",
|
|
2428
|
+
"dependencies": {
|
|
2429
|
+
"color-convert": "^2.0.1"
|
|
2430
|
+
},
|
|
2431
|
+
"engines": {
|
|
2432
|
+
"node": ">=8"
|
|
2433
|
+
},
|
|
2434
|
+
"funding": {
|
|
2435
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2364
2438
|
"node_modules/@inquirer/core/node_modules/mute-stream": {
|
|
2365
2439
|
"version": "2.0.0",
|
|
2366
2440
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
@@ -2382,6 +2456,20 @@
|
|
|
2382
2456
|
"url": "https://github.com/sponsors/isaacs"
|
|
2383
2457
|
}
|
|
2384
2458
|
},
|
|
2459
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
2460
|
+
"version": "6.2.0",
|
|
2461
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2462
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2463
|
+
"license": "MIT",
|
|
2464
|
+
"dependencies": {
|
|
2465
|
+
"ansi-styles": "^4.0.0",
|
|
2466
|
+
"string-width": "^4.1.0",
|
|
2467
|
+
"strip-ansi": "^6.0.0"
|
|
2468
|
+
},
|
|
2469
|
+
"engines": {
|
|
2470
|
+
"node": ">=8"
|
|
2471
|
+
}
|
|
2472
|
+
},
|
|
2385
2473
|
"node_modules/@inquirer/editor": {
|
|
2386
2474
|
"version": "4.2.13",
|
|
2387
2475
|
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.13.tgz",
|
|
@@ -2484,6 +2572,21 @@
|
|
|
2484
2572
|
"node": ">=18"
|
|
2485
2573
|
}
|
|
2486
2574
|
},
|
|
2575
|
+
"node_modules/@inquirer/input/node_modules/ansi-styles": {
|
|
2576
|
+
"version": "4.3.0",
|
|
2577
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2578
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2579
|
+
"license": "MIT",
|
|
2580
|
+
"dependencies": {
|
|
2581
|
+
"color-convert": "^2.0.1"
|
|
2582
|
+
},
|
|
2583
|
+
"engines": {
|
|
2584
|
+
"node": ">=8"
|
|
2585
|
+
},
|
|
2586
|
+
"funding": {
|
|
2587
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2588
|
+
}
|
|
2589
|
+
},
|
|
2487
2590
|
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
|
2488
2591
|
"version": "4.1.0",
|
|
2489
2592
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2496,6 +2599,20 @@
|
|
|
2496
2599
|
"url": "https://github.com/sponsors/isaacs"
|
|
2497
2600
|
}
|
|
2498
2601
|
},
|
|
2602
|
+
"node_modules/@inquirer/input/node_modules/wrap-ansi": {
|
|
2603
|
+
"version": "6.2.0",
|
|
2604
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2605
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2606
|
+
"license": "MIT",
|
|
2607
|
+
"dependencies": {
|
|
2608
|
+
"ansi-styles": "^4.0.0",
|
|
2609
|
+
"string-width": "^4.1.0",
|
|
2610
|
+
"strip-ansi": "^6.0.0"
|
|
2611
|
+
},
|
|
2612
|
+
"engines": {
|
|
2613
|
+
"node": ">=8"
|
|
2614
|
+
}
|
|
2615
|
+
},
|
|
2499
2616
|
"node_modules/@inquirer/number": {
|
|
2500
2617
|
"version": "3.0.15",
|
|
2501
2618
|
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.15.tgz",
|
|
@@ -2567,6 +2684,21 @@
|
|
|
2567
2684
|
"node": ">=18"
|
|
2568
2685
|
}
|
|
2569
2686
|
},
|
|
2687
|
+
"node_modules/@inquirer/password/node_modules/ansi-styles": {
|
|
2688
|
+
"version": "4.3.0",
|
|
2689
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2690
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2691
|
+
"license": "MIT",
|
|
2692
|
+
"dependencies": {
|
|
2693
|
+
"color-convert": "^2.0.1"
|
|
2694
|
+
},
|
|
2695
|
+
"engines": {
|
|
2696
|
+
"node": ">=8"
|
|
2697
|
+
},
|
|
2698
|
+
"funding": {
|
|
2699
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2570
2702
|
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
2571
2703
|
"version": "4.1.0",
|
|
2572
2704
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2579,6 +2711,20 @@
|
|
|
2579
2711
|
"url": "https://github.com/sponsors/isaacs"
|
|
2580
2712
|
}
|
|
2581
2713
|
},
|
|
2714
|
+
"node_modules/@inquirer/password/node_modules/wrap-ansi": {
|
|
2715
|
+
"version": "6.2.0",
|
|
2716
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2717
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2718
|
+
"license": "MIT",
|
|
2719
|
+
"dependencies": {
|
|
2720
|
+
"ansi-styles": "^4.0.0",
|
|
2721
|
+
"string-width": "^4.1.0",
|
|
2722
|
+
"strip-ansi": "^6.0.0"
|
|
2723
|
+
},
|
|
2724
|
+
"engines": {
|
|
2725
|
+
"node": ">=8"
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2582
2728
|
"node_modules/@inquirer/prompts": {
|
|
2583
2729
|
"version": "7.5.3",
|
|
2584
2730
|
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.5.3.tgz",
|
|
@@ -2817,6 +2963,21 @@
|
|
|
2817
2963
|
"node": ">=18"
|
|
2818
2964
|
}
|
|
2819
2965
|
},
|
|
2966
|
+
"node_modules/@inquirer/select/node_modules/ansi-styles": {
|
|
2967
|
+
"version": "4.3.0",
|
|
2968
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2969
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2970
|
+
"license": "MIT",
|
|
2971
|
+
"dependencies": {
|
|
2972
|
+
"color-convert": "^2.0.1"
|
|
2973
|
+
},
|
|
2974
|
+
"engines": {
|
|
2975
|
+
"node": ">=8"
|
|
2976
|
+
},
|
|
2977
|
+
"funding": {
|
|
2978
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2820
2981
|
"node_modules/@inquirer/select/node_modules/signal-exit": {
|
|
2821
2982
|
"version": "4.1.0",
|
|
2822
2983
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2829,6 +2990,20 @@
|
|
|
2829
2990
|
"url": "https://github.com/sponsors/isaacs"
|
|
2830
2991
|
}
|
|
2831
2992
|
},
|
|
2993
|
+
"node_modules/@inquirer/select/node_modules/wrap-ansi": {
|
|
2994
|
+
"version": "6.2.0",
|
|
2995
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2996
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2997
|
+
"license": "MIT",
|
|
2998
|
+
"dependencies": {
|
|
2999
|
+
"ansi-styles": "^4.0.0",
|
|
3000
|
+
"string-width": "^4.1.0",
|
|
3001
|
+
"strip-ansi": "^6.0.0"
|
|
3002
|
+
},
|
|
3003
|
+
"engines": {
|
|
3004
|
+
"node": ">=8"
|
|
3005
|
+
}
|
|
3006
|
+
},
|
|
2832
3007
|
"node_modules/@inquirer/type": {
|
|
2833
3008
|
"version": "3.0.7",
|
|
2834
3009
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.7.tgz",
|
|
@@ -3704,9 +3879,9 @@
|
|
|
3704
3879
|
}
|
|
3705
3880
|
},
|
|
3706
3881
|
"node_modules/@oclif/core": {
|
|
3707
|
-
"version": "4.3.
|
|
3708
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
|
3709
|
-
"integrity": "sha512
|
|
3882
|
+
"version": "4.3.1",
|
|
3883
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.1.tgz",
|
|
3884
|
+
"integrity": "sha512-+QpJSficjZWu65YSRJIwe50xh0C7WVD6BkQyk0HmGIlx2/rvex8LDwbZHCQcvuJDOCVQeX/INh8IImuKn4d1UA==",
|
|
3710
3885
|
"license": "MIT",
|
|
3711
3886
|
"dependencies": {
|
|
3712
3887
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3716,7 +3891,6 @@
|
|
|
3716
3891
|
"debug": "^4.4.0",
|
|
3717
3892
|
"ejs": "^3.1.10",
|
|
3718
3893
|
"get-package-type": "^0.1.0",
|
|
3719
|
-
"globby": "^11.1.0",
|
|
3720
3894
|
"indent-string": "^4.0.0",
|
|
3721
3895
|
"is-wsl": "^2.2.0",
|
|
3722
3896
|
"lilconfig": "^3.1.3",
|
|
@@ -3724,6 +3898,7 @@
|
|
|
3724
3898
|
"semver": "^7.6.3",
|
|
3725
3899
|
"string-width": "^4.2.3",
|
|
3726
3900
|
"supports-color": "^8",
|
|
3901
|
+
"tinyglobby": "^0.2.13",
|
|
3727
3902
|
"widest-line": "^3.1.0",
|
|
3728
3903
|
"wordwrap": "^1.0.0",
|
|
3729
3904
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3774,6 +3949,18 @@
|
|
|
3774
3949
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3775
3950
|
}
|
|
3776
3951
|
},
|
|
3952
|
+
"node_modules/@oclif/core/node_modules/widest-line": {
|
|
3953
|
+
"version": "3.1.0",
|
|
3954
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
|
3955
|
+
"integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
|
|
3956
|
+
"license": "MIT",
|
|
3957
|
+
"dependencies": {
|
|
3958
|
+
"string-width": "^4.0.0"
|
|
3959
|
+
},
|
|
3960
|
+
"engines": {
|
|
3961
|
+
"node": ">=8"
|
|
3962
|
+
}
|
|
3963
|
+
},
|
|
3777
3964
|
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
3778
3965
|
"version": "7.0.0",
|
|
3779
3966
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
@@ -3809,24 +3996,6 @@
|
|
|
3809
3996
|
"node": ">=18.0.0"
|
|
3810
3997
|
}
|
|
3811
3998
|
},
|
|
3812
|
-
"node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
|
|
3813
|
-
"version": "6.0.1",
|
|
3814
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
3815
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
3816
|
-
"license": "MIT",
|
|
3817
|
-
"engines": {
|
|
3818
|
-
"node": ">=12"
|
|
3819
|
-
},
|
|
3820
|
-
"funding": {
|
|
3821
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3822
|
-
}
|
|
3823
|
-
},
|
|
3824
|
-
"node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
|
|
3825
|
-
"version": "10.3.0",
|
|
3826
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
3827
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
3828
|
-
"license": "MIT"
|
|
3829
|
-
},
|
|
3830
3999
|
"node_modules/@oclif/multi-stage-output/node_modules/figures": {
|
|
3831
4000
|
"version": "6.1.0",
|
|
3832
4001
|
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
@@ -3842,67 +4011,6 @@
|
|
|
3842
4011
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3843
4012
|
}
|
|
3844
4013
|
},
|
|
3845
|
-
"node_modules/@oclif/multi-stage-output/node_modules/is-unicode-supported": {
|
|
3846
|
-
"version": "2.1.0",
|
|
3847
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
3848
|
-
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
|
|
3849
|
-
"license": "MIT",
|
|
3850
|
-
"engines": {
|
|
3851
|
-
"node": ">=18"
|
|
3852
|
-
},
|
|
3853
|
-
"funding": {
|
|
3854
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3855
|
-
}
|
|
3856
|
-
},
|
|
3857
|
-
"node_modules/@oclif/multi-stage-output/node_modules/string-width": {
|
|
3858
|
-
"version": "7.2.0",
|
|
3859
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3860
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3861
|
-
"license": "MIT",
|
|
3862
|
-
"dependencies": {
|
|
3863
|
-
"emoji-regex": "^10.3.0",
|
|
3864
|
-
"get-east-asian-width": "^1.0.0",
|
|
3865
|
-
"strip-ansi": "^7.1.0"
|
|
3866
|
-
},
|
|
3867
|
-
"engines": {
|
|
3868
|
-
"node": ">=18"
|
|
3869
|
-
},
|
|
3870
|
-
"funding": {
|
|
3871
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3872
|
-
}
|
|
3873
|
-
},
|
|
3874
|
-
"node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
|
|
3875
|
-
"version": "7.1.0",
|
|
3876
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
3877
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
3878
|
-
"license": "MIT",
|
|
3879
|
-
"dependencies": {
|
|
3880
|
-
"ansi-regex": "^6.0.1"
|
|
3881
|
-
},
|
|
3882
|
-
"engines": {
|
|
3883
|
-
"node": ">=12"
|
|
3884
|
-
},
|
|
3885
|
-
"funding": {
|
|
3886
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3887
|
-
}
|
|
3888
|
-
},
|
|
3889
|
-
"node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
|
|
3890
|
-
"version": "9.0.0",
|
|
3891
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
3892
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
3893
|
-
"license": "MIT",
|
|
3894
|
-
"dependencies": {
|
|
3895
|
-
"ansi-styles": "^6.2.1",
|
|
3896
|
-
"string-width": "^7.0.0",
|
|
3897
|
-
"strip-ansi": "^7.1.0"
|
|
3898
|
-
},
|
|
3899
|
-
"engines": {
|
|
3900
|
-
"node": ">=18"
|
|
3901
|
-
},
|
|
3902
|
-
"funding": {
|
|
3903
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3904
|
-
}
|
|
3905
|
-
},
|
|
3906
4014
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3907
4015
|
"version": "3.2.29",
|
|
3908
4016
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.29.tgz",
|
|
@@ -4253,29 +4361,6 @@
|
|
|
4253
4361
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4254
4362
|
}
|
|
4255
4363
|
},
|
|
4256
|
-
"node_modules/@oclif/table/node_modules/emoji-regex": {
|
|
4257
|
-
"version": "10.3.0",
|
|
4258
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4259
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4260
|
-
"license": "MIT"
|
|
4261
|
-
},
|
|
4262
|
-
"node_modules/@oclif/table/node_modules/string-width": {
|
|
4263
|
-
"version": "7.2.0",
|
|
4264
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4265
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4266
|
-
"license": "MIT",
|
|
4267
|
-
"dependencies": {
|
|
4268
|
-
"emoji-regex": "^10.3.0",
|
|
4269
|
-
"get-east-asian-width": "^1.0.0",
|
|
4270
|
-
"strip-ansi": "^7.1.0"
|
|
4271
|
-
},
|
|
4272
|
-
"engines": {
|
|
4273
|
-
"node": ">=18"
|
|
4274
|
-
},
|
|
4275
|
-
"funding": {
|
|
4276
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4277
|
-
}
|
|
4278
|
-
},
|
|
4279
4364
|
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
4280
4365
|
"version": "7.1.0",
|
|
4281
4366
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
@@ -4291,23 +4376,6 @@
|
|
|
4291
4376
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4292
4377
|
}
|
|
4293
4378
|
},
|
|
4294
|
-
"node_modules/@oclif/table/node_modules/wrap-ansi": {
|
|
4295
|
-
"version": "9.0.0",
|
|
4296
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
4297
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
4298
|
-
"license": "MIT",
|
|
4299
|
-
"dependencies": {
|
|
4300
|
-
"ansi-styles": "^6.2.1",
|
|
4301
|
-
"string-width": "^7.0.0",
|
|
4302
|
-
"strip-ansi": "^7.1.0"
|
|
4303
|
-
},
|
|
4304
|
-
"engines": {
|
|
4305
|
-
"node": ">=18"
|
|
4306
|
-
},
|
|
4307
|
-
"funding": {
|
|
4308
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4309
|
-
}
|
|
4310
|
-
},
|
|
4311
4379
|
"node_modules/@octokit/auth-token": {
|
|
4312
4380
|
"version": "5.1.2",
|
|
4313
4381
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-5.1.2.tgz",
|
|
@@ -4580,7 +4648,25 @@
|
|
|
4580
4648
|
"config-chain": "^1.1.11"
|
|
4581
4649
|
},
|
|
4582
4650
|
"engines": {
|
|
4583
|
-
"node": ">=12"
|
|
4651
|
+
"node": ">=12"
|
|
4652
|
+
}
|
|
4653
|
+
},
|
|
4654
|
+
"node_modules/@salesforce/agents": {
|
|
4655
|
+
"version": "0.15.0",
|
|
4656
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.15.0.tgz",
|
|
4657
|
+
"integrity": "sha512-chshRBql+Yxm68vl2vI3BlmJdIBvyxVcj9WqlXQ51XwtzIsC64JSXZ1maybf05tdLQQiq+y8Z+b9/Vn6bfzvyw==",
|
|
4658
|
+
"license": "BSD-3-Clause",
|
|
4659
|
+
"dependencies": {
|
|
4660
|
+
"@salesforce/core": "^8.10.3",
|
|
4661
|
+
"@salesforce/kit": "^3.2.3",
|
|
4662
|
+
"@salesforce/source-deploy-retrieve": "^12.19.5",
|
|
4663
|
+
"@salesforce/types": "^1.3.0",
|
|
4664
|
+
"fast-xml-parser": "^4.5.3",
|
|
4665
|
+
"nock": "^13.5.6",
|
|
4666
|
+
"yaml": "^2.7.1"
|
|
4667
|
+
},
|
|
4668
|
+
"engines": {
|
|
4669
|
+
"node": ">=18.0.0"
|
|
4584
4670
|
}
|
|
4585
4671
|
},
|
|
4586
4672
|
"node_modules/@salesforce/apex-node": {
|
|
@@ -4706,9 +4792,9 @@
|
|
|
4706
4792
|
}
|
|
4707
4793
|
},
|
|
4708
4794
|
"node_modules/@salesforce/core": {
|
|
4709
|
-
"version": "8.
|
|
4710
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4711
|
-
"integrity": "sha512-
|
|
4795
|
+
"version": "8.12.0",
|
|
4796
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
|
|
4797
|
+
"integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
|
|
4712
4798
|
"license": "BSD-3-Clause",
|
|
4713
4799
|
"dependencies": {
|
|
4714
4800
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -4936,6 +5022,219 @@
|
|
|
4936
5022
|
"node": ">= 12"
|
|
4937
5023
|
}
|
|
4938
5024
|
},
|
|
5025
|
+
"node_modules/@salesforce/plugin-agent": {
|
|
5026
|
+
"version": "1.22.7",
|
|
5027
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.22.7.tgz",
|
|
5028
|
+
"integrity": "sha512-WxanBYmK67kSAD3yeo1HjkgrXzuGTOuVXzJmdgxyMtHJ58HSm+/udmvGUub9SajfjBi6RQeEY4XI7qDFAB+fMg==",
|
|
5029
|
+
"license": "BSD-3-Clause",
|
|
5030
|
+
"dependencies": {
|
|
5031
|
+
"@inquirer/core": "^10.1.6",
|
|
5032
|
+
"@inquirer/prompts": "^7.2.0",
|
|
5033
|
+
"@oclif/core": "^4",
|
|
5034
|
+
"@oclif/multi-stage-output": "^0.7.12",
|
|
5035
|
+
"@salesforce/agents": "0.15.0",
|
|
5036
|
+
"@salesforce/core": "^8.10.2",
|
|
5037
|
+
"@salesforce/kit": "^3.2.3",
|
|
5038
|
+
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
5039
|
+
"@salesforce/source-deploy-retrieve": "^12.19.3",
|
|
5040
|
+
"@salesforce/types": "^1.3.0",
|
|
5041
|
+
"ansis": "^3.3.2",
|
|
5042
|
+
"fast-xml-parser": "^4.5.1",
|
|
5043
|
+
"ink": "5.0.1",
|
|
5044
|
+
"ink-text-input": "^6.0.0",
|
|
5045
|
+
"inquirer-autocomplete-standalone": "^0.8.1",
|
|
5046
|
+
"react": "^18.3.1",
|
|
5047
|
+
"yaml": "^2.7.0"
|
|
5048
|
+
},
|
|
5049
|
+
"engines": {
|
|
5050
|
+
"node": ">=18.0.0"
|
|
5051
|
+
}
|
|
5052
|
+
},
|
|
5053
|
+
"node_modules/@salesforce/plugin-agent/node_modules/@oclif/multi-stage-output": {
|
|
5054
|
+
"version": "0.7.18",
|
|
5055
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.18.tgz",
|
|
5056
|
+
"integrity": "sha512-lWFih9hXnDIdSYnB0sJTea9WK7SAmSljUh5YZcK7fKdwtPwM0sfW+Vtl+mDU83pXdd9SrXPnKzC3F7N+CdM9Rg==",
|
|
5057
|
+
"license": "MIT",
|
|
5058
|
+
"dependencies": {
|
|
5059
|
+
"@oclif/core": "^4",
|
|
5060
|
+
"@types/react": "^18.3.12",
|
|
5061
|
+
"cli-spinners": "^2",
|
|
5062
|
+
"figures": "^6.1.0",
|
|
5063
|
+
"ink": "^5.1.0",
|
|
5064
|
+
"react": "^18.3.1",
|
|
5065
|
+
"wrap-ansi": "^9.0.0"
|
|
5066
|
+
},
|
|
5067
|
+
"engines": {
|
|
5068
|
+
"node": ">=18.0.0"
|
|
5069
|
+
}
|
|
5070
|
+
},
|
|
5071
|
+
"node_modules/@salesforce/plugin-agent/node_modules/@oclif/multi-stage-output/node_modules/ink": {
|
|
5072
|
+
"version": "5.2.1",
|
|
5073
|
+
"resolved": "https://registry.npmjs.org/ink/-/ink-5.2.1.tgz",
|
|
5074
|
+
"integrity": "sha512-BqcUyWrG9zq5HIwW6JcfFHsIYebJkWWb4fczNah1goUO0vv5vneIlfwuS85twyJ5hYR/y18FlAYUxrO9ChIWVg==",
|
|
5075
|
+
"license": "MIT",
|
|
5076
|
+
"dependencies": {
|
|
5077
|
+
"@alcalzone/ansi-tokenize": "^0.1.3",
|
|
5078
|
+
"ansi-escapes": "^7.0.0",
|
|
5079
|
+
"ansi-styles": "^6.2.1",
|
|
5080
|
+
"auto-bind": "^5.0.1",
|
|
5081
|
+
"chalk": "^5.3.0",
|
|
5082
|
+
"cli-boxes": "^3.0.0",
|
|
5083
|
+
"cli-cursor": "^4.0.0",
|
|
5084
|
+
"cli-truncate": "^4.0.0",
|
|
5085
|
+
"code-excerpt": "^4.0.0",
|
|
5086
|
+
"es-toolkit": "^1.22.0",
|
|
5087
|
+
"indent-string": "^5.0.0",
|
|
5088
|
+
"is-in-ci": "^1.0.0",
|
|
5089
|
+
"patch-console": "^2.0.0",
|
|
5090
|
+
"react-reconciler": "^0.29.0",
|
|
5091
|
+
"scheduler": "^0.23.0",
|
|
5092
|
+
"signal-exit": "^3.0.7",
|
|
5093
|
+
"slice-ansi": "^7.1.0",
|
|
5094
|
+
"stack-utils": "^2.0.6",
|
|
5095
|
+
"string-width": "^7.2.0",
|
|
5096
|
+
"type-fest": "^4.27.0",
|
|
5097
|
+
"widest-line": "^5.0.0",
|
|
5098
|
+
"wrap-ansi": "^9.0.0",
|
|
5099
|
+
"ws": "^8.18.0",
|
|
5100
|
+
"yoga-layout": "~3.2.1"
|
|
5101
|
+
},
|
|
5102
|
+
"engines": {
|
|
5103
|
+
"node": ">=18"
|
|
5104
|
+
},
|
|
5105
|
+
"peerDependencies": {
|
|
5106
|
+
"@types/react": ">=18.0.0",
|
|
5107
|
+
"react": ">=18.0.0",
|
|
5108
|
+
"react-devtools-core": "^4.19.1"
|
|
5109
|
+
},
|
|
5110
|
+
"peerDependenciesMeta": {
|
|
5111
|
+
"@types/react": {
|
|
5112
|
+
"optional": true
|
|
5113
|
+
},
|
|
5114
|
+
"react-devtools-core": {
|
|
5115
|
+
"optional": true
|
|
5116
|
+
}
|
|
5117
|
+
}
|
|
5118
|
+
},
|
|
5119
|
+
"node_modules/@salesforce/plugin-agent/node_modules/ansi-escapes": {
|
|
5120
|
+
"version": "7.0.0",
|
|
5121
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
5122
|
+
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
|
5123
|
+
"license": "MIT",
|
|
5124
|
+
"dependencies": {
|
|
5125
|
+
"environment": "^1.0.0"
|
|
5126
|
+
},
|
|
5127
|
+
"engines": {
|
|
5128
|
+
"node": ">=18"
|
|
5129
|
+
},
|
|
5130
|
+
"funding": {
|
|
5131
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5132
|
+
}
|
|
5133
|
+
},
|
|
5134
|
+
"node_modules/@salesforce/plugin-agent/node_modules/ansi-regex": {
|
|
5135
|
+
"version": "6.0.1",
|
|
5136
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5137
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5138
|
+
"license": "MIT",
|
|
5139
|
+
"engines": {
|
|
5140
|
+
"node": ">=12"
|
|
5141
|
+
},
|
|
5142
|
+
"funding": {
|
|
5143
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5144
|
+
}
|
|
5145
|
+
},
|
|
5146
|
+
"node_modules/@salesforce/plugin-agent/node_modules/chalk": {
|
|
5147
|
+
"version": "5.4.1",
|
|
5148
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
5149
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
5150
|
+
"license": "MIT",
|
|
5151
|
+
"engines": {
|
|
5152
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
5153
|
+
},
|
|
5154
|
+
"funding": {
|
|
5155
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5156
|
+
}
|
|
5157
|
+
},
|
|
5158
|
+
"node_modules/@salesforce/plugin-agent/node_modules/emoji-regex": {
|
|
5159
|
+
"version": "10.3.0",
|
|
5160
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5161
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5162
|
+
"license": "MIT"
|
|
5163
|
+
},
|
|
5164
|
+
"node_modules/@salesforce/plugin-agent/node_modules/figures": {
|
|
5165
|
+
"version": "6.1.0",
|
|
5166
|
+
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
5167
|
+
"integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
|
|
5168
|
+
"license": "MIT",
|
|
5169
|
+
"dependencies": {
|
|
5170
|
+
"is-unicode-supported": "^2.0.0"
|
|
5171
|
+
},
|
|
5172
|
+
"engines": {
|
|
5173
|
+
"node": ">=18"
|
|
5174
|
+
},
|
|
5175
|
+
"funding": {
|
|
5176
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5177
|
+
}
|
|
5178
|
+
},
|
|
5179
|
+
"node_modules/@salesforce/plugin-agent/node_modules/indent-string": {
|
|
5180
|
+
"version": "5.0.0",
|
|
5181
|
+
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
5182
|
+
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
|
|
5183
|
+
"license": "MIT",
|
|
5184
|
+
"engines": {
|
|
5185
|
+
"node": ">=12"
|
|
5186
|
+
},
|
|
5187
|
+
"funding": {
|
|
5188
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5189
|
+
}
|
|
5190
|
+
},
|
|
5191
|
+
"node_modules/@salesforce/plugin-agent/node_modules/is-in-ci": {
|
|
5192
|
+
"version": "1.0.0",
|
|
5193
|
+
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
|
|
5194
|
+
"integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
|
|
5195
|
+
"license": "MIT",
|
|
5196
|
+
"bin": {
|
|
5197
|
+
"is-in-ci": "cli.js"
|
|
5198
|
+
},
|
|
5199
|
+
"engines": {
|
|
5200
|
+
"node": ">=18"
|
|
5201
|
+
},
|
|
5202
|
+
"funding": {
|
|
5203
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5204
|
+
}
|
|
5205
|
+
},
|
|
5206
|
+
"node_modules/@salesforce/plugin-agent/node_modules/string-width": {
|
|
5207
|
+
"version": "7.2.0",
|
|
5208
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5209
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5210
|
+
"license": "MIT",
|
|
5211
|
+
"dependencies": {
|
|
5212
|
+
"emoji-regex": "^10.3.0",
|
|
5213
|
+
"get-east-asian-width": "^1.0.0",
|
|
5214
|
+
"strip-ansi": "^7.1.0"
|
|
5215
|
+
},
|
|
5216
|
+
"engines": {
|
|
5217
|
+
"node": ">=18"
|
|
5218
|
+
},
|
|
5219
|
+
"funding": {
|
|
5220
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5221
|
+
}
|
|
5222
|
+
},
|
|
5223
|
+
"node_modules/@salesforce/plugin-agent/node_modules/strip-ansi": {
|
|
5224
|
+
"version": "7.1.0",
|
|
5225
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5226
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5227
|
+
"license": "MIT",
|
|
5228
|
+
"dependencies": {
|
|
5229
|
+
"ansi-regex": "^6.0.1"
|
|
5230
|
+
},
|
|
5231
|
+
"engines": {
|
|
5232
|
+
"node": ">=12"
|
|
5233
|
+
},
|
|
5234
|
+
"funding": {
|
|
5235
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5236
|
+
}
|
|
5237
|
+
},
|
|
4939
5238
|
"node_modules/@salesforce/plugin-apex": {
|
|
4940
5239
|
"version": "3.6.19",
|
|
4941
5240
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.6.19.tgz",
|
|
@@ -5226,9 +5525,9 @@
|
|
|
5226
5525
|
}
|
|
5227
5526
|
},
|
|
5228
5527
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5229
|
-
"version": "2.
|
|
5230
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.
|
|
5231
|
-
"integrity": "sha512-
|
|
5528
|
+
"version": "2.14.0",
|
|
5529
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.14.0.tgz",
|
|
5530
|
+
"integrity": "sha512-a0AzxLYPeJ80FjblZOLMRvyHQ1HMbkJEx2B6jjZN5bG1LN8BwkkdaaSiqT53PtftMTJhgtrOmlZ8Zs5zfvLO9g==",
|
|
5232
5531
|
"license": "Apache-2.0",
|
|
5233
5532
|
"dependencies": {
|
|
5234
5533
|
"@oclif/core": "^4",
|
|
@@ -5620,12 +5919,12 @@
|
|
|
5620
5919
|
}
|
|
5621
5920
|
},
|
|
5622
5921
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5623
|
-
"version": "12.19.
|
|
5624
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.
|
|
5625
|
-
"integrity": "sha512-
|
|
5922
|
+
"version": "12.19.8",
|
|
5923
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.8.tgz",
|
|
5924
|
+
"integrity": "sha512-CcjBReC3riYFYWXUaUn0Y0iis8PwEDl1dJclBv7kpTzMmxh7AP4PL0PFpL2lfD9ASdV21KhCriQo0/xO1ZhznA==",
|
|
5626
5925
|
"license": "BSD-3-Clause",
|
|
5627
5926
|
"dependencies": {
|
|
5628
|
-
"@salesforce/core": "^8.11.
|
|
5927
|
+
"@salesforce/core": "^8.11.4",
|
|
5629
5928
|
"@salesforce/kit": "^3.2.3",
|
|
5630
5929
|
"@salesforce/ts-types": "^2.0.12",
|
|
5631
5930
|
"@salesforce/types": "^1.3.0",
|
|
@@ -11005,6 +11304,16 @@
|
|
|
11005
11304
|
"url": "https://github.com/sponsors/ljharb"
|
|
11006
11305
|
}
|
|
11007
11306
|
},
|
|
11307
|
+
"node_modules/es-toolkit": {
|
|
11308
|
+
"version": "1.38.0",
|
|
11309
|
+
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.38.0.tgz",
|
|
11310
|
+
"integrity": "sha512-OT3AxczYYd3W50bCj4V0hKoOAfqIy9tof0leNQYekEDxVKir3RTVTJOLij7VAe6fsCNsGhC0JqIkURpMXTCSEA==",
|
|
11311
|
+
"license": "MIT",
|
|
11312
|
+
"workspaces": [
|
|
11313
|
+
"docs",
|
|
11314
|
+
"benchmarks"
|
|
11315
|
+
]
|
|
11316
|
+
},
|
|
11008
11317
|
"node_modules/es6-error": {
|
|
11009
11318
|
"version": "4.1.1",
|
|
11010
11319
|
"resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
|
|
@@ -12926,6 +13235,16 @@
|
|
|
12926
13235
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12927
13236
|
}
|
|
12928
13237
|
},
|
|
13238
|
+
"node_modules/hasha/node_modules/type-fest": {
|
|
13239
|
+
"version": "0.8.1",
|
|
13240
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
|
|
13241
|
+
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
|
|
13242
|
+
"dev": true,
|
|
13243
|
+
"license": "(MIT OR CC0-1.0)",
|
|
13244
|
+
"engines": {
|
|
13245
|
+
"node": ">=8"
|
|
13246
|
+
}
|
|
13247
|
+
},
|
|
12929
13248
|
"node_modules/hasown": {
|
|
12930
13249
|
"version": "2.0.2",
|
|
12931
13250
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
@@ -13383,6 +13702,35 @@
|
|
|
13383
13702
|
}
|
|
13384
13703
|
}
|
|
13385
13704
|
},
|
|
13705
|
+
"node_modules/ink-text-input": {
|
|
13706
|
+
"version": "6.0.0",
|
|
13707
|
+
"resolved": "https://registry.npmjs.org/ink-text-input/-/ink-text-input-6.0.0.tgz",
|
|
13708
|
+
"integrity": "sha512-Fw64n7Yha5deb1rHY137zHTAbSTNelUKuB5Kkk2HACXEtwIHBCf9OH2tP/LQ9fRYTl1F0dZgbW0zPnZk6FA9Lw==",
|
|
13709
|
+
"license": "MIT",
|
|
13710
|
+
"dependencies": {
|
|
13711
|
+
"chalk": "^5.3.0",
|
|
13712
|
+
"type-fest": "^4.18.2"
|
|
13713
|
+
},
|
|
13714
|
+
"engines": {
|
|
13715
|
+
"node": ">=18"
|
|
13716
|
+
},
|
|
13717
|
+
"peerDependencies": {
|
|
13718
|
+
"ink": ">=5",
|
|
13719
|
+
"react": ">=18"
|
|
13720
|
+
}
|
|
13721
|
+
},
|
|
13722
|
+
"node_modules/ink-text-input/node_modules/chalk": {
|
|
13723
|
+
"version": "5.4.1",
|
|
13724
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
13725
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
13726
|
+
"license": "MIT",
|
|
13727
|
+
"engines": {
|
|
13728
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
13729
|
+
},
|
|
13730
|
+
"funding": {
|
|
13731
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
13732
|
+
}
|
|
13733
|
+
},
|
|
13386
13734
|
"node_modules/ink/node_modules/ansi-escapes": {
|
|
13387
13735
|
"version": "7.0.0",
|
|
13388
13736
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
@@ -13447,50 +13795,8 @@
|
|
|
13447
13795
|
"license": "MIT",
|
|
13448
13796
|
"dependencies": {
|
|
13449
13797
|
"emoji-regex": "^10.3.0",
|
|
13450
|
-
"get-east-asian-width": "^1.0.0",
|
|
13451
|
-
"strip-ansi": "^7.1.0"
|
|
13452
|
-
},
|
|
13453
|
-
"engines": {
|
|
13454
|
-
"node": ">=18"
|
|
13455
|
-
},
|
|
13456
|
-
"funding": {
|
|
13457
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
13458
|
-
}
|
|
13459
|
-
},
|
|
13460
|
-
"node_modules/ink/node_modules/strip-ansi": {
|
|
13461
|
-
"version": "7.1.0",
|
|
13462
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
13463
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
13464
|
-
"license": "MIT",
|
|
13465
|
-
"dependencies": {
|
|
13466
|
-
"ansi-regex": "^6.0.1"
|
|
13467
|
-
},
|
|
13468
|
-
"engines": {
|
|
13469
|
-
"node": ">=12"
|
|
13470
|
-
},
|
|
13471
|
-
"funding": {
|
|
13472
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
13473
|
-
}
|
|
13474
|
-
},
|
|
13475
|
-
"node_modules/ink/node_modules/type-fest": {
|
|
13476
|
-
"version": "4.32.0",
|
|
13477
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz",
|
|
13478
|
-
"integrity": "sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==",
|
|
13479
|
-
"license": "(MIT OR CC0-1.0)",
|
|
13480
|
-
"engines": {
|
|
13481
|
-
"node": ">=16"
|
|
13482
|
-
},
|
|
13483
|
-
"funding": {
|
|
13484
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
13485
|
-
}
|
|
13486
|
-
},
|
|
13487
|
-
"node_modules/ink/node_modules/widest-line": {
|
|
13488
|
-
"version": "5.0.0",
|
|
13489
|
-
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
13490
|
-
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
13491
|
-
"license": "MIT",
|
|
13492
|
-
"dependencies": {
|
|
13493
|
-
"string-width": "^7.0.0"
|
|
13798
|
+
"get-east-asian-width": "^1.0.0",
|
|
13799
|
+
"strip-ansi": "^7.1.0"
|
|
13494
13800
|
},
|
|
13495
13801
|
"engines": {
|
|
13496
13802
|
"node": ">=18"
|
|
@@ -13499,21 +13805,19 @@
|
|
|
13499
13805
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13500
13806
|
}
|
|
13501
13807
|
},
|
|
13502
|
-
"node_modules/ink/node_modules/
|
|
13503
|
-
"version": "
|
|
13504
|
-
"resolved": "https://registry.npmjs.org/
|
|
13505
|
-
"integrity": "sha512-
|
|
13808
|
+
"node_modules/ink/node_modules/strip-ansi": {
|
|
13809
|
+
"version": "7.1.0",
|
|
13810
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
13811
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
13506
13812
|
"license": "MIT",
|
|
13507
13813
|
"dependencies": {
|
|
13508
|
-
"ansi-
|
|
13509
|
-
"string-width": "^7.0.0",
|
|
13510
|
-
"strip-ansi": "^7.1.0"
|
|
13814
|
+
"ansi-regex": "^6.0.1"
|
|
13511
13815
|
},
|
|
13512
13816
|
"engines": {
|
|
13513
|
-
"node": ">=
|
|
13817
|
+
"node": ">=12"
|
|
13514
13818
|
},
|
|
13515
13819
|
"funding": {
|
|
13516
|
-
"url": "https://github.com/chalk/
|
|
13820
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
13517
13821
|
}
|
|
13518
13822
|
},
|
|
13519
13823
|
"node_modules/inquirer-autocomplete-standalone": {
|
|
@@ -13624,6 +13928,21 @@
|
|
|
13624
13928
|
"undici-types": "~5.26.4"
|
|
13625
13929
|
}
|
|
13626
13930
|
},
|
|
13931
|
+
"node_modules/inquirer-autocomplete-standalone/node_modules/ansi-styles": {
|
|
13932
|
+
"version": "4.3.0",
|
|
13933
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
13934
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
13935
|
+
"license": "MIT",
|
|
13936
|
+
"dependencies": {
|
|
13937
|
+
"color-convert": "^2.0.1"
|
|
13938
|
+
},
|
|
13939
|
+
"engines": {
|
|
13940
|
+
"node": ">=8"
|
|
13941
|
+
},
|
|
13942
|
+
"funding": {
|
|
13943
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
13944
|
+
}
|
|
13945
|
+
},
|
|
13627
13946
|
"node_modules/inquirer-autocomplete-standalone/node_modules/escape-string-regexp": {
|
|
13628
13947
|
"version": "5.0.0",
|
|
13629
13948
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -13664,6 +13983,20 @@
|
|
|
13664
13983
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13665
13984
|
}
|
|
13666
13985
|
},
|
|
13986
|
+
"node_modules/inquirer-autocomplete-standalone/node_modules/wrap-ansi": {
|
|
13987
|
+
"version": "6.2.0",
|
|
13988
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
13989
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
13990
|
+
"license": "MIT",
|
|
13991
|
+
"dependencies": {
|
|
13992
|
+
"ansi-styles": "^4.0.0",
|
|
13993
|
+
"string-width": "^4.1.0",
|
|
13994
|
+
"strip-ansi": "^6.0.0"
|
|
13995
|
+
},
|
|
13996
|
+
"engines": {
|
|
13997
|
+
"node": ">=8"
|
|
13998
|
+
}
|
|
13999
|
+
},
|
|
13667
14000
|
"node_modules/internal-slot": {
|
|
13668
14001
|
"version": "1.0.7",
|
|
13669
14002
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
|
|
@@ -14191,13 +14524,12 @@
|
|
|
14191
14524
|
"license": "MIT"
|
|
14192
14525
|
},
|
|
14193
14526
|
"node_modules/is-unicode-supported": {
|
|
14194
|
-
"version": "
|
|
14195
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-
|
|
14196
|
-
"integrity": "sha512-
|
|
14197
|
-
"dev": true,
|
|
14527
|
+
"version": "2.1.0",
|
|
14528
|
+
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
14529
|
+
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
|
|
14198
14530
|
"license": "MIT",
|
|
14199
14531
|
"engines": {
|
|
14200
|
-
"node": ">=
|
|
14532
|
+
"node": ">=18"
|
|
14201
14533
|
},
|
|
14202
14534
|
"funding": {
|
|
14203
14535
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -14612,7 +14944,6 @@
|
|
|
14612
14944
|
"version": "5.0.1",
|
|
14613
14945
|
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
|
14614
14946
|
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
|
|
14615
|
-
"dev": true,
|
|
14616
14947
|
"license": "ISC"
|
|
14617
14948
|
},
|
|
14618
14949
|
"node_modules/json5": {
|
|
@@ -15346,6 +15677,19 @@
|
|
|
15346
15677
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
15347
15678
|
}
|
|
15348
15679
|
},
|
|
15680
|
+
"node_modules/log-symbols/node_modules/is-unicode-supported": {
|
|
15681
|
+
"version": "0.1.0",
|
|
15682
|
+
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
15683
|
+
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
15684
|
+
"dev": true,
|
|
15685
|
+
"license": "MIT",
|
|
15686
|
+
"engines": {
|
|
15687
|
+
"node": ">=10"
|
|
15688
|
+
},
|
|
15689
|
+
"funding": {
|
|
15690
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15691
|
+
}
|
|
15692
|
+
},
|
|
15349
15693
|
"node_modules/lolex": {
|
|
15350
15694
|
"version": "2.7.5",
|
|
15351
15695
|
"resolved": "https://registry.npmjs.org/lolex/-/lolex-2.7.5.tgz",
|
|
@@ -16361,6 +16705,20 @@
|
|
|
16361
16705
|
"tslib": "^2.0.3"
|
|
16362
16706
|
}
|
|
16363
16707
|
},
|
|
16708
|
+
"node_modules/nock": {
|
|
16709
|
+
"version": "13.5.6",
|
|
16710
|
+
"resolved": "https://registry.npmjs.org/nock/-/nock-13.5.6.tgz",
|
|
16711
|
+
"integrity": "sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==",
|
|
16712
|
+
"license": "MIT",
|
|
16713
|
+
"dependencies": {
|
|
16714
|
+
"debug": "^4.1.0",
|
|
16715
|
+
"json-stringify-safe": "^5.0.1",
|
|
16716
|
+
"propagate": "^2.0.0"
|
|
16717
|
+
},
|
|
16718
|
+
"engines": {
|
|
16719
|
+
"node": ">= 10.13"
|
|
16720
|
+
}
|
|
16721
|
+
},
|
|
16364
16722
|
"node_modules/node-emoji": {
|
|
16365
16723
|
"version": "1.11.0",
|
|
16366
16724
|
"resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
|
|
@@ -19682,6 +20040,22 @@
|
|
|
19682
20040
|
"node": ">=18"
|
|
19683
20041
|
}
|
|
19684
20042
|
},
|
|
20043
|
+
"node_modules/nyc/node_modules/ansi-styles": {
|
|
20044
|
+
"version": "4.3.0",
|
|
20045
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
20046
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
20047
|
+
"dev": true,
|
|
20048
|
+
"license": "MIT",
|
|
20049
|
+
"dependencies": {
|
|
20050
|
+
"color-convert": "^2.0.1"
|
|
20051
|
+
},
|
|
20052
|
+
"engines": {
|
|
20053
|
+
"node": ">=8"
|
|
20054
|
+
},
|
|
20055
|
+
"funding": {
|
|
20056
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
20057
|
+
}
|
|
20058
|
+
},
|
|
19685
20059
|
"node_modules/nyc/node_modules/brace-expansion": {
|
|
19686
20060
|
"version": "1.1.11",
|
|
19687
20061
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -19739,6 +20113,21 @@
|
|
|
19739
20113
|
"node": "*"
|
|
19740
20114
|
}
|
|
19741
20115
|
},
|
|
20116
|
+
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
20117
|
+
"version": "6.2.0",
|
|
20118
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
20119
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
20120
|
+
"dev": true,
|
|
20121
|
+
"license": "MIT",
|
|
20122
|
+
"dependencies": {
|
|
20123
|
+
"ansi-styles": "^4.0.0",
|
|
20124
|
+
"string-width": "^4.1.0",
|
|
20125
|
+
"strip-ansi": "^6.0.0"
|
|
20126
|
+
},
|
|
20127
|
+
"engines": {
|
|
20128
|
+
"node": ">=8"
|
|
20129
|
+
}
|
|
20130
|
+
},
|
|
19742
20131
|
"node_modules/nyc/node_modules/y18n": {
|
|
19743
20132
|
"version": "4.0.3",
|
|
19744
20133
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -20901,6 +21290,15 @@
|
|
|
20901
21290
|
"node": "^18.17.0 || >=20.5.0"
|
|
20902
21291
|
}
|
|
20903
21292
|
},
|
|
21293
|
+
"node_modules/propagate": {
|
|
21294
|
+
"version": "2.0.1",
|
|
21295
|
+
"resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz",
|
|
21296
|
+
"integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==",
|
|
21297
|
+
"license": "MIT",
|
|
21298
|
+
"engines": {
|
|
21299
|
+
"node": ">= 8"
|
|
21300
|
+
}
|
|
21301
|
+
},
|
|
20904
21302
|
"node_modules/proper-lockfile": {
|
|
20905
21303
|
"version": "4.1.2",
|
|
20906
21304
|
"resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
|
|
@@ -21261,6 +21659,16 @@
|
|
|
21261
21659
|
"semver": "bin/semver"
|
|
21262
21660
|
}
|
|
21263
21661
|
},
|
|
21662
|
+
"node_modules/read-pkg-up/node_modules/type-fest": {
|
|
21663
|
+
"version": "0.8.1",
|
|
21664
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
|
|
21665
|
+
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
|
|
21666
|
+
"dev": true,
|
|
21667
|
+
"license": "(MIT OR CC0-1.0)",
|
|
21668
|
+
"engines": {
|
|
21669
|
+
"node": ">=8"
|
|
21670
|
+
}
|
|
21671
|
+
},
|
|
21264
21672
|
"node_modules/read-pkg/node_modules/hosted-git-info": {
|
|
21265
21673
|
"version": "2.8.9",
|
|
21266
21674
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
|
|
@@ -23255,24 +23663,25 @@
|
|
|
23255
23663
|
"license": "MIT"
|
|
23256
23664
|
},
|
|
23257
23665
|
"node_modules/tinyglobby": {
|
|
23258
|
-
"version": "0.2.
|
|
23259
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
23260
|
-
"integrity": "sha512-
|
|
23261
|
-
"dev": true,
|
|
23666
|
+
"version": "0.2.14",
|
|
23667
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
|
23668
|
+
"integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
|
23262
23669
|
"license": "MIT",
|
|
23263
23670
|
"dependencies": {
|
|
23264
|
-
"fdir": "^6.4.
|
|
23671
|
+
"fdir": "^6.4.4",
|
|
23265
23672
|
"picomatch": "^4.0.2"
|
|
23266
23673
|
},
|
|
23267
23674
|
"engines": {
|
|
23268
23675
|
"node": ">=12.0.0"
|
|
23676
|
+
},
|
|
23677
|
+
"funding": {
|
|
23678
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
23269
23679
|
}
|
|
23270
23680
|
},
|
|
23271
23681
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
23272
|
-
"version": "6.4.
|
|
23273
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.
|
|
23274
|
-
"integrity": "sha512-
|
|
23275
|
-
"dev": true,
|
|
23682
|
+
"version": "6.4.5",
|
|
23683
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
|
|
23684
|
+
"integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
|
|
23276
23685
|
"license": "MIT",
|
|
23277
23686
|
"peerDependencies": {
|
|
23278
23687
|
"picomatch": "^3 || ^4"
|
|
@@ -23287,7 +23696,6 @@
|
|
|
23287
23696
|
"version": "4.0.2",
|
|
23288
23697
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
23289
23698
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
23290
|
-
"dev": true,
|
|
23291
23699
|
"license": "MIT",
|
|
23292
23700
|
"engines": {
|
|
23293
23701
|
"node": ">=12"
|
|
@@ -23624,13 +24032,15 @@
|
|
|
23624
24032
|
}
|
|
23625
24033
|
},
|
|
23626
24034
|
"node_modules/type-fest": {
|
|
23627
|
-
"version": "
|
|
23628
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-
|
|
23629
|
-
"integrity": "sha512-
|
|
23630
|
-
"dev": true,
|
|
24035
|
+
"version": "4.41.0",
|
|
24036
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
24037
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
23631
24038
|
"license": "(MIT OR CC0-1.0)",
|
|
23632
24039
|
"engines": {
|
|
23633
|
-
"node": ">=
|
|
24040
|
+
"node": ">=16"
|
|
24041
|
+
},
|
|
24042
|
+
"funding": {
|
|
24043
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
23634
24044
|
}
|
|
23635
24045
|
},
|
|
23636
24046
|
"node_modules/typed-array-buffer": {
|
|
@@ -24236,15 +24646,68 @@
|
|
|
24236
24646
|
}
|
|
24237
24647
|
},
|
|
24238
24648
|
"node_modules/widest-line": {
|
|
24239
|
-
"version": "
|
|
24240
|
-
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-
|
|
24241
|
-
"integrity": "sha512-
|
|
24649
|
+
"version": "5.0.0",
|
|
24650
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
24651
|
+
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
24242
24652
|
"license": "MIT",
|
|
24243
24653
|
"dependencies": {
|
|
24244
|
-
"string-width": "^
|
|
24654
|
+
"string-width": "^7.0.0"
|
|
24245
24655
|
},
|
|
24246
24656
|
"engines": {
|
|
24247
|
-
"node": ">=
|
|
24657
|
+
"node": ">=18"
|
|
24658
|
+
},
|
|
24659
|
+
"funding": {
|
|
24660
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
24661
|
+
}
|
|
24662
|
+
},
|
|
24663
|
+
"node_modules/widest-line/node_modules/ansi-regex": {
|
|
24664
|
+
"version": "6.0.1",
|
|
24665
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
24666
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
24667
|
+
"license": "MIT",
|
|
24668
|
+
"engines": {
|
|
24669
|
+
"node": ">=12"
|
|
24670
|
+
},
|
|
24671
|
+
"funding": {
|
|
24672
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
24673
|
+
}
|
|
24674
|
+
},
|
|
24675
|
+
"node_modules/widest-line/node_modules/emoji-regex": {
|
|
24676
|
+
"version": "10.3.0",
|
|
24677
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
24678
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
24679
|
+
"license": "MIT"
|
|
24680
|
+
},
|
|
24681
|
+
"node_modules/widest-line/node_modules/string-width": {
|
|
24682
|
+
"version": "7.2.0",
|
|
24683
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
24684
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
24685
|
+
"license": "MIT",
|
|
24686
|
+
"dependencies": {
|
|
24687
|
+
"emoji-regex": "^10.3.0",
|
|
24688
|
+
"get-east-asian-width": "^1.0.0",
|
|
24689
|
+
"strip-ansi": "^7.1.0"
|
|
24690
|
+
},
|
|
24691
|
+
"engines": {
|
|
24692
|
+
"node": ">=18"
|
|
24693
|
+
},
|
|
24694
|
+
"funding": {
|
|
24695
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
24696
|
+
}
|
|
24697
|
+
},
|
|
24698
|
+
"node_modules/widest-line/node_modules/strip-ansi": {
|
|
24699
|
+
"version": "7.1.0",
|
|
24700
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
24701
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
24702
|
+
"license": "MIT",
|
|
24703
|
+
"dependencies": {
|
|
24704
|
+
"ansi-regex": "^6.0.1"
|
|
24705
|
+
},
|
|
24706
|
+
"engines": {
|
|
24707
|
+
"node": ">=12"
|
|
24708
|
+
},
|
|
24709
|
+
"funding": {
|
|
24710
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
24248
24711
|
}
|
|
24249
24712
|
},
|
|
24250
24713
|
"node_modules/wireit": {
|
|
@@ -24317,17 +24780,20 @@
|
|
|
24317
24780
|
"license": "Apache-2.0"
|
|
24318
24781
|
},
|
|
24319
24782
|
"node_modules/wrap-ansi": {
|
|
24320
|
-
"version": "
|
|
24321
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
24322
|
-
"integrity": "sha512-
|
|
24783
|
+
"version": "9.0.0",
|
|
24784
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
24785
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
24323
24786
|
"license": "MIT",
|
|
24324
24787
|
"dependencies": {
|
|
24325
|
-
"ansi-styles": "^
|
|
24326
|
-
"string-width": "^
|
|
24327
|
-
"strip-ansi": "^
|
|
24788
|
+
"ansi-styles": "^6.2.1",
|
|
24789
|
+
"string-width": "^7.0.0",
|
|
24790
|
+
"strip-ansi": "^7.1.0"
|
|
24328
24791
|
},
|
|
24329
24792
|
"engines": {
|
|
24330
|
-
"node": ">=
|
|
24793
|
+
"node": ">=18"
|
|
24794
|
+
},
|
|
24795
|
+
"funding": {
|
|
24796
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
24331
24797
|
}
|
|
24332
24798
|
},
|
|
24333
24799
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -24365,19 +24831,54 @@
|
|
|
24365
24831
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
24366
24832
|
}
|
|
24367
24833
|
},
|
|
24368
|
-
"node_modules/wrap-ansi/node_modules/ansi-
|
|
24369
|
-
"version": "
|
|
24370
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
24371
|
-
"integrity": "sha512-
|
|
24834
|
+
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
24835
|
+
"version": "6.0.1",
|
|
24836
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
24837
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
24838
|
+
"license": "MIT",
|
|
24839
|
+
"engines": {
|
|
24840
|
+
"node": ">=12"
|
|
24841
|
+
},
|
|
24842
|
+
"funding": {
|
|
24843
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
24844
|
+
}
|
|
24845
|
+
},
|
|
24846
|
+
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
24847
|
+
"version": "10.3.0",
|
|
24848
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
24849
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
24850
|
+
"license": "MIT"
|
|
24851
|
+
},
|
|
24852
|
+
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
24853
|
+
"version": "7.2.0",
|
|
24854
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
24855
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
24372
24856
|
"license": "MIT",
|
|
24373
24857
|
"dependencies": {
|
|
24374
|
-
"
|
|
24858
|
+
"emoji-regex": "^10.3.0",
|
|
24859
|
+
"get-east-asian-width": "^1.0.0",
|
|
24860
|
+
"strip-ansi": "^7.1.0"
|
|
24375
24861
|
},
|
|
24376
24862
|
"engines": {
|
|
24377
|
-
"node": ">=
|
|
24863
|
+
"node": ">=18"
|
|
24378
24864
|
},
|
|
24379
24865
|
"funding": {
|
|
24380
|
-
"url": "https://github.com/
|
|
24866
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
24867
|
+
}
|
|
24868
|
+
},
|
|
24869
|
+
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
24870
|
+
"version": "7.1.0",
|
|
24871
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
24872
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
24873
|
+
"license": "MIT",
|
|
24874
|
+
"dependencies": {
|
|
24875
|
+
"ansi-regex": "^6.0.1"
|
|
24876
|
+
},
|
|
24877
|
+
"engines": {
|
|
24878
|
+
"node": ">=12"
|
|
24879
|
+
},
|
|
24880
|
+
"funding": {
|
|
24881
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
24381
24882
|
}
|
|
24382
24883
|
},
|
|
24383
24884
|
"node_modules/wrappy": {
|
|
@@ -24414,9 +24915,9 @@
|
|
|
24414
24915
|
}
|
|
24415
24916
|
},
|
|
24416
24917
|
"node_modules/ws": {
|
|
24417
|
-
"version": "8.18.
|
|
24418
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.
|
|
24419
|
-
"integrity": "sha512-
|
|
24918
|
+
"version": "8.18.2",
|
|
24919
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
|
|
24920
|
+
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
|
|
24420
24921
|
"license": "MIT",
|
|
24421
24922
|
"engines": {
|
|
24422
24923
|
"node": ">=10.0.0"
|
|
@@ -24495,15 +24996,15 @@
|
|
|
24495
24996
|
"license": "ISC"
|
|
24496
24997
|
},
|
|
24497
24998
|
"node_modules/yaml": {
|
|
24498
|
-
"version": "2.
|
|
24499
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
24500
|
-
"integrity": "sha512-
|
|
24999
|
+
"version": "2.8.0",
|
|
25000
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
|
|
25001
|
+
"integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
|
|
24501
25002
|
"license": "ISC",
|
|
24502
25003
|
"bin": {
|
|
24503
25004
|
"yaml": "bin.mjs"
|
|
24504
25005
|
},
|
|
24505
25006
|
"engines": {
|
|
24506
|
-
"node": ">= 14"
|
|
25007
|
+
"node": ">= 14.6"
|
|
24507
25008
|
}
|
|
24508
25009
|
},
|
|
24509
25010
|
"node_modules/yargs": {
|
|
@@ -24656,6 +25157,12 @@
|
|
|
24656
25157
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
24657
25158
|
}
|
|
24658
25159
|
},
|
|
25160
|
+
"node_modules/yoga-layout": {
|
|
25161
|
+
"version": "3.2.1",
|
|
25162
|
+
"resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
|
|
25163
|
+
"integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==",
|
|
25164
|
+
"license": "MIT"
|
|
25165
|
+
},
|
|
24659
25166
|
"node_modules/yoga-wasm-web": {
|
|
24660
25167
|
"version": "0.3.3",
|
|
24661
25168
|
"resolved": "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz",
|