@salesforce/cli 2.65.3 → 2.65.5
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 +54 -54
- package/npm-shrinkwrap.json +730 -250
- package/oclif.lock +274 -122
- package/oclif.manifest.json +1 -1
- package/package.json +18 -18
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.65.
|
|
3
|
+
"version": "2.65.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.65.
|
|
9
|
+
"version": "2.65.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.30",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.7",
|
|
16
|
+
"@oclif/plugin-commands": "4.1.5",
|
|
17
17
|
"@oclif/plugin-help": "6.2.16",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.24",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.15",
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.6.
|
|
20
|
+
"@oclif/plugin-search": "1.2.13",
|
|
21
|
+
"@oclif/plugin-update": "4.6.8",
|
|
22
22
|
"@oclif/plugin-version": "2.2.15",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.20",
|
|
24
24
|
"@oclif/plugin-which": "3.2.16",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.5.
|
|
27
|
+
"@salesforce/plugin-apex": "3.5.5",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.1",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.70",
|
|
30
30
|
"@salesforce/plugin-data": "3.8.2",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.15.3",
|
|
32
|
-
"@salesforce/plugin-info": "3.4.
|
|
32
|
+
"@salesforce/plugin-info": "3.4.15",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.36",
|
|
34
|
-
"@salesforce/plugin-marketplace": "1.3.
|
|
35
|
-
"@salesforce/plugin-org": "5.0.
|
|
34
|
+
"@salesforce/plugin-marketplace": "1.3.2",
|
|
35
|
+
"@salesforce/plugin-org": "5.0.2",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.8.12",
|
|
37
|
-
"@salesforce/plugin-schema": "3.3.
|
|
38
|
-
"@salesforce/plugin-settings": "2.4.
|
|
39
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
-
"@salesforce/plugin-templates": "56.3.
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
37
|
+
"@salesforce/plugin-schema": "3.3.39",
|
|
38
|
+
"@salesforce/plugin-settings": "2.4.2",
|
|
39
|
+
"@salesforce/plugin-sobject": "1.4.44",
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.18",
|
|
41
|
+
"@salesforce/plugin-templates": "56.3.26",
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.38",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.0",
|
|
44
44
|
"@salesforce/sf-plugins-core": "12.0.9",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
@@ -2460,6 +2460,54 @@
|
|
|
2460
2460
|
"node": ">=18"
|
|
2461
2461
|
}
|
|
2462
2462
|
},
|
|
2463
|
+
"node_modules/@inquirer/checkbox/node_modules/@inquirer/core": {
|
|
2464
|
+
"version": "9.1.0",
|
|
2465
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.1.0.tgz",
|
|
2466
|
+
"integrity": "sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==",
|
|
2467
|
+
"license": "MIT",
|
|
2468
|
+
"dependencies": {
|
|
2469
|
+
"@inquirer/figures": "^1.0.5",
|
|
2470
|
+
"@inquirer/type": "^1.5.3",
|
|
2471
|
+
"@types/mute-stream": "^0.0.4",
|
|
2472
|
+
"@types/node": "^22.5.2",
|
|
2473
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
2474
|
+
"ansi-escapes": "^4.3.2",
|
|
2475
|
+
"cli-spinners": "^2.9.2",
|
|
2476
|
+
"cli-width": "^4.1.0",
|
|
2477
|
+
"mute-stream": "^1.0.0",
|
|
2478
|
+
"signal-exit": "^4.1.0",
|
|
2479
|
+
"strip-ansi": "^6.0.1",
|
|
2480
|
+
"wrap-ansi": "^6.2.0",
|
|
2481
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2482
|
+
},
|
|
2483
|
+
"engines": {
|
|
2484
|
+
"node": ">=18"
|
|
2485
|
+
}
|
|
2486
|
+
},
|
|
2487
|
+
"node_modules/@inquirer/checkbox/node_modules/@inquirer/type": {
|
|
2488
|
+
"version": "1.5.3",
|
|
2489
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
2490
|
+
"integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==",
|
|
2491
|
+
"license": "MIT",
|
|
2492
|
+
"dependencies": {
|
|
2493
|
+
"mute-stream": "^1.0.0"
|
|
2494
|
+
},
|
|
2495
|
+
"engines": {
|
|
2496
|
+
"node": ">=18"
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
"node_modules/@inquirer/checkbox/node_modules/signal-exit": {
|
|
2500
|
+
"version": "4.1.0",
|
|
2501
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
2502
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
2503
|
+
"license": "ISC",
|
|
2504
|
+
"engines": {
|
|
2505
|
+
"node": ">=14"
|
|
2506
|
+
},
|
|
2507
|
+
"funding": {
|
|
2508
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2463
2511
|
"node_modules/@inquirer/confirm": {
|
|
2464
2512
|
"version": "3.2.0",
|
|
2465
2513
|
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
|
|
@@ -2473,7 +2521,7 @@
|
|
|
2473
2521
|
"node": ">=18"
|
|
2474
2522
|
}
|
|
2475
2523
|
},
|
|
2476
|
-
"node_modules/@inquirer/core": {
|
|
2524
|
+
"node_modules/@inquirer/confirm/node_modules/@inquirer/core": {
|
|
2477
2525
|
"version": "9.1.0",
|
|
2478
2526
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.1.0.tgz",
|
|
2479
2527
|
"integrity": "sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==",
|
|
@@ -2497,19 +2545,57 @@
|
|
|
2497
2545
|
"node": ">=18"
|
|
2498
2546
|
}
|
|
2499
2547
|
},
|
|
2500
|
-
"node_modules/@inquirer/
|
|
2501
|
-
"version": "
|
|
2502
|
-
"resolved": "https://registry.npmjs.org/
|
|
2503
|
-
"integrity": "sha512-
|
|
2548
|
+
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2549
|
+
"version": "1.5.3",
|
|
2550
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
2551
|
+
"integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==",
|
|
2504
2552
|
"license": "MIT",
|
|
2505
2553
|
"dependencies": {
|
|
2506
|
-
"
|
|
2554
|
+
"mute-stream": "^1.0.0"
|
|
2507
2555
|
},
|
|
2508
2556
|
"engines": {
|
|
2509
|
-
"node": ">=
|
|
2557
|
+
"node": ">=18"
|
|
2558
|
+
}
|
|
2559
|
+
},
|
|
2560
|
+
"node_modules/@inquirer/confirm/node_modules/signal-exit": {
|
|
2561
|
+
"version": "4.1.0",
|
|
2562
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
2563
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
2564
|
+
"license": "ISC",
|
|
2565
|
+
"engines": {
|
|
2566
|
+
"node": ">=14"
|
|
2510
2567
|
},
|
|
2511
2568
|
"funding": {
|
|
2512
|
-
"url": "https://github.com/
|
|
2569
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
"node_modules/@inquirer/core": {
|
|
2573
|
+
"version": "10.0.1",
|
|
2574
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.0.1.tgz",
|
|
2575
|
+
"integrity": "sha512-KKTgjViBQUi3AAssqjUFMnMO3CM3qwCHvePV9EW+zTKGKafFGFF01sc1yOIYjLJ7QU52G/FbzKc+c01WLzXmVQ==",
|
|
2576
|
+
"license": "MIT",
|
|
2577
|
+
"dependencies": {
|
|
2578
|
+
"@inquirer/figures": "^1.0.7",
|
|
2579
|
+
"@inquirer/type": "^3.0.0",
|
|
2580
|
+
"ansi-escapes": "^4.3.2",
|
|
2581
|
+
"cli-width": "^4.1.0",
|
|
2582
|
+
"mute-stream": "^2.0.0",
|
|
2583
|
+
"signal-exit": "^4.1.0",
|
|
2584
|
+
"strip-ansi": "^6.0.1",
|
|
2585
|
+
"wrap-ansi": "^6.2.0",
|
|
2586
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2587
|
+
},
|
|
2588
|
+
"engines": {
|
|
2589
|
+
"node": ">=18"
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2592
|
+
"node_modules/@inquirer/core/node_modules/mute-stream": {
|
|
2593
|
+
"version": "2.0.0",
|
|
2594
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
2595
|
+
"integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
|
|
2596
|
+
"license": "ISC",
|
|
2597
|
+
"engines": {
|
|
2598
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
2513
2599
|
}
|
|
2514
2600
|
},
|
|
2515
2601
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
@@ -2524,24 +2610,44 @@
|
|
|
2524
2610
|
"url": "https://github.com/sponsors/isaacs"
|
|
2525
2611
|
}
|
|
2526
2612
|
},
|
|
2527
|
-
"node_modules/@inquirer/
|
|
2528
|
-
"version": "
|
|
2529
|
-
"resolved": "https://registry.npmjs.org/
|
|
2530
|
-
"integrity": "sha512-
|
|
2613
|
+
"node_modules/@inquirer/editor": {
|
|
2614
|
+
"version": "4.0.1",
|
|
2615
|
+
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.0.1.tgz",
|
|
2616
|
+
"integrity": "sha512-qAHHJ6hs343eNtCKgV2wV5CImFxYG8J1pl/YCeI5w9VoW7QpulRUU26+4NsMhjR6zDRjKBsH/rRjCIcaAOHsrg==",
|
|
2531
2617
|
"license": "MIT",
|
|
2532
2618
|
"dependencies": {
|
|
2533
|
-
"
|
|
2534
|
-
"
|
|
2535
|
-
"
|
|
2619
|
+
"@inquirer/core": "^10.0.1",
|
|
2620
|
+
"@inquirer/type": "^3.0.0",
|
|
2621
|
+
"external-editor": "^3.1.0"
|
|
2536
2622
|
},
|
|
2537
2623
|
"engines": {
|
|
2538
|
-
"node": ">=
|
|
2624
|
+
"node": ">=18"
|
|
2625
|
+
},
|
|
2626
|
+
"peerDependencies": {
|
|
2627
|
+
"@types/node": ">=18"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2630
|
+
"node_modules/@inquirer/expand": {
|
|
2631
|
+
"version": "4.0.1",
|
|
2632
|
+
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.1.tgz",
|
|
2633
|
+
"integrity": "sha512-9anjpdc802YInXekwePsa5LWySzVMHbhVS6v6n5IJxrl8w09mODOeP69wZ1d0WrOvot2buQSmYp4lW/pq8y+zQ==",
|
|
2634
|
+
"license": "MIT",
|
|
2635
|
+
"dependencies": {
|
|
2636
|
+
"@inquirer/core": "^10.0.1",
|
|
2637
|
+
"@inquirer/type": "^3.0.0",
|
|
2638
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2639
|
+
},
|
|
2640
|
+
"engines": {
|
|
2641
|
+
"node": ">=18"
|
|
2642
|
+
},
|
|
2643
|
+
"peerDependencies": {
|
|
2644
|
+
"@types/node": ">=18"
|
|
2539
2645
|
}
|
|
2540
2646
|
},
|
|
2541
2647
|
"node_modules/@inquirer/figures": {
|
|
2542
|
-
"version": "1.0.
|
|
2543
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
|
2544
|
-
"integrity": "sha512-
|
|
2648
|
+
"version": "1.0.7",
|
|
2649
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2650
|
+
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2545
2651
|
"license": "MIT",
|
|
2546
2652
|
"engines": {
|
|
2547
2653
|
"node": ">=18"
|
|
@@ -2560,6 +2666,70 @@
|
|
|
2560
2666
|
"node": ">=18"
|
|
2561
2667
|
}
|
|
2562
2668
|
},
|
|
2669
|
+
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
|
2670
|
+
"version": "9.1.0",
|
|
2671
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.1.0.tgz",
|
|
2672
|
+
"integrity": "sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==",
|
|
2673
|
+
"license": "MIT",
|
|
2674
|
+
"dependencies": {
|
|
2675
|
+
"@inquirer/figures": "^1.0.5",
|
|
2676
|
+
"@inquirer/type": "^1.5.3",
|
|
2677
|
+
"@types/mute-stream": "^0.0.4",
|
|
2678
|
+
"@types/node": "^22.5.2",
|
|
2679
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
2680
|
+
"ansi-escapes": "^4.3.2",
|
|
2681
|
+
"cli-spinners": "^2.9.2",
|
|
2682
|
+
"cli-width": "^4.1.0",
|
|
2683
|
+
"mute-stream": "^1.0.0",
|
|
2684
|
+
"signal-exit": "^4.1.0",
|
|
2685
|
+
"strip-ansi": "^6.0.1",
|
|
2686
|
+
"wrap-ansi": "^6.2.0",
|
|
2687
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2688
|
+
},
|
|
2689
|
+
"engines": {
|
|
2690
|
+
"node": ">=18"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
|
2694
|
+
"version": "1.5.3",
|
|
2695
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
2696
|
+
"integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==",
|
|
2697
|
+
"license": "MIT",
|
|
2698
|
+
"dependencies": {
|
|
2699
|
+
"mute-stream": "^1.0.0"
|
|
2700
|
+
},
|
|
2701
|
+
"engines": {
|
|
2702
|
+
"node": ">=18"
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
|
2706
|
+
"version": "4.1.0",
|
|
2707
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
2708
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
2709
|
+
"license": "ISC",
|
|
2710
|
+
"engines": {
|
|
2711
|
+
"node": ">=14"
|
|
2712
|
+
},
|
|
2713
|
+
"funding": {
|
|
2714
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
"node_modules/@inquirer/number": {
|
|
2718
|
+
"version": "3.0.1",
|
|
2719
|
+
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.1.tgz",
|
|
2720
|
+
"integrity": "sha512-gF3erqfm0snpwBjbyKXUUe17QJ7ebm49btXApajrM0rgCCoYX0o9W5NCuYNae87iPxaIJVjtuoQ42DX32IdbMA==",
|
|
2721
|
+
"license": "MIT",
|
|
2722
|
+
"dependencies": {
|
|
2723
|
+
"@inquirer/core": "^10.0.1",
|
|
2724
|
+
"@inquirer/type": "^3.0.0"
|
|
2725
|
+
},
|
|
2726
|
+
"engines": {
|
|
2727
|
+
"node": ">=18"
|
|
2728
|
+
},
|
|
2729
|
+
"peerDependencies": {
|
|
2730
|
+
"@types/node": ">=18"
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2563
2733
|
"node_modules/@inquirer/password": {
|
|
2564
2734
|
"version": "2.2.0",
|
|
2565
2735
|
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
|
|
@@ -2574,6 +2744,200 @@
|
|
|
2574
2744
|
"node": ">=18"
|
|
2575
2745
|
}
|
|
2576
2746
|
},
|
|
2747
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/core": {
|
|
2748
|
+
"version": "9.1.0",
|
|
2749
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.1.0.tgz",
|
|
2750
|
+
"integrity": "sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==",
|
|
2751
|
+
"license": "MIT",
|
|
2752
|
+
"dependencies": {
|
|
2753
|
+
"@inquirer/figures": "^1.0.5",
|
|
2754
|
+
"@inquirer/type": "^1.5.3",
|
|
2755
|
+
"@types/mute-stream": "^0.0.4",
|
|
2756
|
+
"@types/node": "^22.5.2",
|
|
2757
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
2758
|
+
"ansi-escapes": "^4.3.2",
|
|
2759
|
+
"cli-spinners": "^2.9.2",
|
|
2760
|
+
"cli-width": "^4.1.0",
|
|
2761
|
+
"mute-stream": "^1.0.0",
|
|
2762
|
+
"signal-exit": "^4.1.0",
|
|
2763
|
+
"strip-ansi": "^6.0.1",
|
|
2764
|
+
"wrap-ansi": "^6.2.0",
|
|
2765
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2766
|
+
},
|
|
2767
|
+
"engines": {
|
|
2768
|
+
"node": ">=18"
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2771
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
2772
|
+
"version": "1.5.3",
|
|
2773
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
2774
|
+
"integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==",
|
|
2775
|
+
"license": "MIT",
|
|
2776
|
+
"dependencies": {
|
|
2777
|
+
"mute-stream": "^1.0.0"
|
|
2778
|
+
},
|
|
2779
|
+
"engines": {
|
|
2780
|
+
"node": ">=18"
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2783
|
+
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
2784
|
+
"version": "4.1.0",
|
|
2785
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
2786
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
2787
|
+
"license": "ISC",
|
|
2788
|
+
"engines": {
|
|
2789
|
+
"node": ">=14"
|
|
2790
|
+
},
|
|
2791
|
+
"funding": {
|
|
2792
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
"node_modules/@inquirer/prompts": {
|
|
2796
|
+
"version": "7.0.1",
|
|
2797
|
+
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.0.1.tgz",
|
|
2798
|
+
"integrity": "sha512-cu2CpGC2hz7WTt2VBvdkzahDvYice6vYA/8Dm7Fy3tRNzKuQTF2EY3CV4H2GamveWE6tA2XzyXtbWX8+t4WMQg==",
|
|
2799
|
+
"license": "MIT",
|
|
2800
|
+
"dependencies": {
|
|
2801
|
+
"@inquirer/checkbox": "^4.0.1",
|
|
2802
|
+
"@inquirer/confirm": "^5.0.1",
|
|
2803
|
+
"@inquirer/editor": "^4.0.1",
|
|
2804
|
+
"@inquirer/expand": "^4.0.1",
|
|
2805
|
+
"@inquirer/input": "^4.0.1",
|
|
2806
|
+
"@inquirer/number": "^3.0.1",
|
|
2807
|
+
"@inquirer/password": "^4.0.1",
|
|
2808
|
+
"@inquirer/rawlist": "^4.0.1",
|
|
2809
|
+
"@inquirer/search": "^3.0.1",
|
|
2810
|
+
"@inquirer/select": "^4.0.1"
|
|
2811
|
+
},
|
|
2812
|
+
"engines": {
|
|
2813
|
+
"node": ">=18"
|
|
2814
|
+
},
|
|
2815
|
+
"peerDependencies": {
|
|
2816
|
+
"@types/node": ">=18"
|
|
2817
|
+
}
|
|
2818
|
+
},
|
|
2819
|
+
"node_modules/@inquirer/prompts/node_modules/@inquirer/checkbox": {
|
|
2820
|
+
"version": "4.0.1",
|
|
2821
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.0.1.tgz",
|
|
2822
|
+
"integrity": "sha512-ehJjmNPdguajc1hStvjN7DJNVjwG5LC1mgGMGFjCmdkn2fxB2GtULftMnlaqNmvMdPpqdaSoOFpl86VkLtG4pQ==",
|
|
2823
|
+
"license": "MIT",
|
|
2824
|
+
"dependencies": {
|
|
2825
|
+
"@inquirer/core": "^10.0.1",
|
|
2826
|
+
"@inquirer/figures": "^1.0.7",
|
|
2827
|
+
"@inquirer/type": "^3.0.0",
|
|
2828
|
+
"ansi-escapes": "^4.3.2",
|
|
2829
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2830
|
+
},
|
|
2831
|
+
"engines": {
|
|
2832
|
+
"node": ">=18"
|
|
2833
|
+
},
|
|
2834
|
+
"peerDependencies": {
|
|
2835
|
+
"@types/node": ">=18"
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
"node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
|
|
2839
|
+
"version": "5.0.1",
|
|
2840
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.0.1.tgz",
|
|
2841
|
+
"integrity": "sha512-6ycMm7k7NUApiMGfVc32yIPp28iPKxhGRMqoNDiUjq2RyTAkbs5Fx0TdzBqhabcKvniDdAAvHCmsRjnNfTsogw==",
|
|
2842
|
+
"license": "MIT",
|
|
2843
|
+
"dependencies": {
|
|
2844
|
+
"@inquirer/core": "^10.0.1",
|
|
2845
|
+
"@inquirer/type": "^3.0.0"
|
|
2846
|
+
},
|
|
2847
|
+
"engines": {
|
|
2848
|
+
"node": ">=18"
|
|
2849
|
+
},
|
|
2850
|
+
"peerDependencies": {
|
|
2851
|
+
"@types/node": ">=18"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
"node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
|
|
2855
|
+
"version": "4.0.1",
|
|
2856
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.0.1.tgz",
|
|
2857
|
+
"integrity": "sha512-m+SliZ2m43cDRIpAdQxfv5QOeAQCuhS8TGLvtzEP1An4IH1kBES4RLMRgE/fC+z29aN8qYG8Tq/eXQQKTYwqAg==",
|
|
2858
|
+
"license": "MIT",
|
|
2859
|
+
"dependencies": {
|
|
2860
|
+
"@inquirer/core": "^10.0.1",
|
|
2861
|
+
"@inquirer/type": "^3.0.0"
|
|
2862
|
+
},
|
|
2863
|
+
"engines": {
|
|
2864
|
+
"node": ">=18"
|
|
2865
|
+
},
|
|
2866
|
+
"peerDependencies": {
|
|
2867
|
+
"@types/node": ">=18"
|
|
2868
|
+
}
|
|
2869
|
+
},
|
|
2870
|
+
"node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
|
|
2871
|
+
"version": "4.0.1",
|
|
2872
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.1.tgz",
|
|
2873
|
+
"integrity": "sha512-D7zUuX4l4ZpL3D7/SWu9ibijP09jigwHi/gfUHLx5GMS5oXzuMfPV2xPMG1tskco4enTx70HA0VtMXecerpvbg==",
|
|
2874
|
+
"license": "MIT",
|
|
2875
|
+
"dependencies": {
|
|
2876
|
+
"@inquirer/core": "^10.0.1",
|
|
2877
|
+
"@inquirer/type": "^3.0.0",
|
|
2878
|
+
"ansi-escapes": "^4.3.2"
|
|
2879
|
+
},
|
|
2880
|
+
"engines": {
|
|
2881
|
+
"node": ">=18"
|
|
2882
|
+
},
|
|
2883
|
+
"peerDependencies": {
|
|
2884
|
+
"@types/node": ">=18"
|
|
2885
|
+
}
|
|
2886
|
+
},
|
|
2887
|
+
"node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
|
|
2888
|
+
"version": "4.0.1",
|
|
2889
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.0.1.tgz",
|
|
2890
|
+
"integrity": "sha512-tVRatFRGU49bxFCKi/3P+C0E13KZduNFbWuHWRx0L2+jbiyKRpXgHp9qiRHWRk/KarhYBXzH/di6w3VQ5aJd5w==",
|
|
2891
|
+
"license": "MIT",
|
|
2892
|
+
"dependencies": {
|
|
2893
|
+
"@inquirer/core": "^10.0.1",
|
|
2894
|
+
"@inquirer/figures": "^1.0.7",
|
|
2895
|
+
"@inquirer/type": "^3.0.0",
|
|
2896
|
+
"ansi-escapes": "^4.3.2",
|
|
2897
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2898
|
+
},
|
|
2899
|
+
"engines": {
|
|
2900
|
+
"node": ">=18"
|
|
2901
|
+
},
|
|
2902
|
+
"peerDependencies": {
|
|
2903
|
+
"@types/node": ">=18"
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
"node_modules/@inquirer/rawlist": {
|
|
2907
|
+
"version": "4.0.1",
|
|
2908
|
+
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.1.tgz",
|
|
2909
|
+
"integrity": "sha512-0LuMOgaWs7W8JNcbiKkoFwyWFDEeCmLqDCygF0hidQUVa6J5grFVRZxrpompiWDFM49Km2rf7WoZwRo1uf1yWQ==",
|
|
2910
|
+
"license": "MIT",
|
|
2911
|
+
"dependencies": {
|
|
2912
|
+
"@inquirer/core": "^10.0.1",
|
|
2913
|
+
"@inquirer/type": "^3.0.0",
|
|
2914
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2915
|
+
},
|
|
2916
|
+
"engines": {
|
|
2917
|
+
"node": ">=18"
|
|
2918
|
+
},
|
|
2919
|
+
"peerDependencies": {
|
|
2920
|
+
"@types/node": ">=18"
|
|
2921
|
+
}
|
|
2922
|
+
},
|
|
2923
|
+
"node_modules/@inquirer/search": {
|
|
2924
|
+
"version": "3.0.1",
|
|
2925
|
+
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.1.tgz",
|
|
2926
|
+
"integrity": "sha512-ehMqjiO0pAf+KtdONKeCLVy4i3fy3feyRRhDrvzWhiwB8JccgKn7eHFr39l+Nx/FaZAhr0YxIJvkK5NuNvG+Ww==",
|
|
2927
|
+
"license": "MIT",
|
|
2928
|
+
"dependencies": {
|
|
2929
|
+
"@inquirer/core": "^10.0.1",
|
|
2930
|
+
"@inquirer/figures": "^1.0.7",
|
|
2931
|
+
"@inquirer/type": "^3.0.0",
|
|
2932
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2933
|
+
},
|
|
2934
|
+
"engines": {
|
|
2935
|
+
"node": ">=18"
|
|
2936
|
+
},
|
|
2937
|
+
"peerDependencies": {
|
|
2938
|
+
"@types/node": ">=18"
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2577
2941
|
"node_modules/@inquirer/select": {
|
|
2578
2942
|
"version": "2.5.0",
|
|
2579
2943
|
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz",
|
|
@@ -2590,7 +2954,31 @@
|
|
|
2590
2954
|
"node": ">=18"
|
|
2591
2955
|
}
|
|
2592
2956
|
},
|
|
2593
|
-
"node_modules/@inquirer/
|
|
2957
|
+
"node_modules/@inquirer/select/node_modules/@inquirer/core": {
|
|
2958
|
+
"version": "9.1.0",
|
|
2959
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.1.0.tgz",
|
|
2960
|
+
"integrity": "sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==",
|
|
2961
|
+
"license": "MIT",
|
|
2962
|
+
"dependencies": {
|
|
2963
|
+
"@inquirer/figures": "^1.0.5",
|
|
2964
|
+
"@inquirer/type": "^1.5.3",
|
|
2965
|
+
"@types/mute-stream": "^0.0.4",
|
|
2966
|
+
"@types/node": "^22.5.2",
|
|
2967
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
2968
|
+
"ansi-escapes": "^4.3.2",
|
|
2969
|
+
"cli-spinners": "^2.9.2",
|
|
2970
|
+
"cli-width": "^4.1.0",
|
|
2971
|
+
"mute-stream": "^1.0.0",
|
|
2972
|
+
"signal-exit": "^4.1.0",
|
|
2973
|
+
"strip-ansi": "^6.0.1",
|
|
2974
|
+
"wrap-ansi": "^6.2.0",
|
|
2975
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2976
|
+
},
|
|
2977
|
+
"engines": {
|
|
2978
|
+
"node": ">=18"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
"node_modules/@inquirer/select/node_modules/@inquirer/type": {
|
|
2594
2982
|
"version": "1.5.3",
|
|
2595
2983
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
2596
2984
|
"integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==",
|
|
@@ -2602,6 +2990,30 @@
|
|
|
2602
2990
|
"node": ">=18"
|
|
2603
2991
|
}
|
|
2604
2992
|
},
|
|
2993
|
+
"node_modules/@inquirer/select/node_modules/signal-exit": {
|
|
2994
|
+
"version": "4.1.0",
|
|
2995
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
2996
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
2997
|
+
"license": "ISC",
|
|
2998
|
+
"engines": {
|
|
2999
|
+
"node": ">=14"
|
|
3000
|
+
},
|
|
3001
|
+
"funding": {
|
|
3002
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3003
|
+
}
|
|
3004
|
+
},
|
|
3005
|
+
"node_modules/@inquirer/type": {
|
|
3006
|
+
"version": "3.0.0",
|
|
3007
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.0.tgz",
|
|
3008
|
+
"integrity": "sha512-YYykfbw/lefC7yKj7nanzQXILM7r3suIvyFlCcMskc99axmsSewXWkAfXKwMbgxL76iAFVmRwmYdwNZNc8gjog==",
|
|
3009
|
+
"license": "MIT",
|
|
3010
|
+
"engines": {
|
|
3011
|
+
"node": ">=18"
|
|
3012
|
+
},
|
|
3013
|
+
"peerDependencies": {
|
|
3014
|
+
"@types/node": ">=18"
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
2605
3017
|
"node_modules/@isaacs/cliui": {
|
|
2606
3018
|
"version": "8.0.2",
|
|
2607
3019
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -3271,13 +3683,13 @@
|
|
|
3271
3683
|
}
|
|
3272
3684
|
},
|
|
3273
3685
|
"node_modules/@oclif/multi-stage-output": {
|
|
3274
|
-
"version": "0.7.
|
|
3275
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.
|
|
3276
|
-
"integrity": "sha512-
|
|
3686
|
+
"version": "0.7.10",
|
|
3687
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.10.tgz",
|
|
3688
|
+
"integrity": "sha512-zC4psH1hhIp3v7VJ7YFqfXJ2WB9s3Yn5VCoATy6BfS9JjhtHYByafphZ0e58Zr3q/oIqSrorMVWK3XtTx5pgXQ==",
|
|
3277
3689
|
"license": "MIT",
|
|
3278
3690
|
"dependencies": {
|
|
3279
3691
|
"@oclif/core": "^4",
|
|
3280
|
-
"@types/react": "^18.3.
|
|
3692
|
+
"@types/react": "^18.3.12",
|
|
3281
3693
|
"cli-spinners": "^2",
|
|
3282
3694
|
"figures": "^6.1.0",
|
|
3283
3695
|
"ink": "^5.0.1",
|
|
@@ -3288,6 +3700,24 @@
|
|
|
3288
3700
|
"node": ">=18.0.0"
|
|
3289
3701
|
}
|
|
3290
3702
|
},
|
|
3703
|
+
"node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
|
|
3704
|
+
"version": "6.0.1",
|
|
3705
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
3706
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
3707
|
+
"license": "MIT",
|
|
3708
|
+
"engines": {
|
|
3709
|
+
"node": ">=12"
|
|
3710
|
+
},
|
|
3711
|
+
"funding": {
|
|
3712
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3713
|
+
}
|
|
3714
|
+
},
|
|
3715
|
+
"node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
|
|
3716
|
+
"version": "10.3.0",
|
|
3717
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
3718
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
3719
|
+
"license": "MIT"
|
|
3720
|
+
},
|
|
3291
3721
|
"node_modules/@oclif/multi-stage-output/node_modules/figures": {
|
|
3292
3722
|
"version": "6.1.0",
|
|
3293
3723
|
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
@@ -3315,10 +3745,59 @@
|
|
|
3315
3745
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3316
3746
|
}
|
|
3317
3747
|
},
|
|
3748
|
+
"node_modules/@oclif/multi-stage-output/node_modules/string-width": {
|
|
3749
|
+
"version": "7.2.0",
|
|
3750
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3751
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3752
|
+
"license": "MIT",
|
|
3753
|
+
"dependencies": {
|
|
3754
|
+
"emoji-regex": "^10.3.0",
|
|
3755
|
+
"get-east-asian-width": "^1.0.0",
|
|
3756
|
+
"strip-ansi": "^7.1.0"
|
|
3757
|
+
},
|
|
3758
|
+
"engines": {
|
|
3759
|
+
"node": ">=18"
|
|
3760
|
+
},
|
|
3761
|
+
"funding": {
|
|
3762
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3765
|
+
"node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
|
|
3766
|
+
"version": "7.1.0",
|
|
3767
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
3768
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
3769
|
+
"license": "MIT",
|
|
3770
|
+
"dependencies": {
|
|
3771
|
+
"ansi-regex": "^6.0.1"
|
|
3772
|
+
},
|
|
3773
|
+
"engines": {
|
|
3774
|
+
"node": ">=12"
|
|
3775
|
+
},
|
|
3776
|
+
"funding": {
|
|
3777
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3778
|
+
}
|
|
3779
|
+
},
|
|
3780
|
+
"node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
|
|
3781
|
+
"version": "9.0.0",
|
|
3782
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
3783
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
3784
|
+
"license": "MIT",
|
|
3785
|
+
"dependencies": {
|
|
3786
|
+
"ansi-styles": "^6.2.1",
|
|
3787
|
+
"string-width": "^7.0.0",
|
|
3788
|
+
"strip-ansi": "^7.1.0"
|
|
3789
|
+
},
|
|
3790
|
+
"engines": {
|
|
3791
|
+
"node": ">=18"
|
|
3792
|
+
},
|
|
3793
|
+
"funding": {
|
|
3794
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3795
|
+
}
|
|
3796
|
+
},
|
|
3318
3797
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3319
|
-
"version": "3.2.
|
|
3320
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
3321
|
-
"integrity": "sha512-
|
|
3798
|
+
"version": "3.2.7",
|
|
3799
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.7.tgz",
|
|
3800
|
+
"integrity": "sha512-mjXaBwN972UaOj1pjBCy60io4HzGoGjXDC7pUSlpb5BrKY20U0ggkZAehK4EF/DxuMfDz5sHk+8f5Lsgxfm54g==",
|
|
3322
3801
|
"license": "MIT",
|
|
3323
3802
|
"dependencies": {
|
|
3324
3803
|
"@oclif/core": "^4",
|
|
@@ -3399,13 +3878,13 @@
|
|
|
3399
3878
|
}
|
|
3400
3879
|
},
|
|
3401
3880
|
"node_modules/@oclif/plugin-commands": {
|
|
3402
|
-
"version": "4.1.
|
|
3403
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
3404
|
-
"integrity": "sha512-
|
|
3881
|
+
"version": "4.1.5",
|
|
3882
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.5.tgz",
|
|
3883
|
+
"integrity": "sha512-sjIDkCYJAjeIyiYrFsdeiazZnQjPGOU9zYyDUlQ51h192y34O7zkPpppOA6CvEbmabxrNYwUag5jWXWDOybIkA==",
|
|
3405
3884
|
"license": "MIT",
|
|
3406
3885
|
"dependencies": {
|
|
3407
3886
|
"@oclif/core": "^4",
|
|
3408
|
-
"@oclif/table": "^0.
|
|
3887
|
+
"@oclif/table": "^0.2.3",
|
|
3409
3888
|
"lodash": "^4.17.21",
|
|
3410
3889
|
"object-treeify": "^4.0.1"
|
|
3411
3890
|
},
|
|
@@ -3426,12 +3905,12 @@
|
|
|
3426
3905
|
}
|
|
3427
3906
|
},
|
|
3428
3907
|
"node_modules/@oclif/plugin-not-found": {
|
|
3429
|
-
"version": "3.2.
|
|
3430
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3431
|
-
"integrity": "sha512-
|
|
3908
|
+
"version": "3.2.24",
|
|
3909
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.24.tgz",
|
|
3910
|
+
"integrity": "sha512-oseOiNfvcaB4tB9YLnUo16DlW61yi/glfpxk6Z6e5BzQkmD0D0vptfBB6/gLf0/vP+0/C8NZbJoqwae08mRpOA==",
|
|
3432
3911
|
"license": "MIT",
|
|
3433
3912
|
"dependencies": {
|
|
3434
|
-
"@inquirer/
|
|
3913
|
+
"@inquirer/prompts": "^7.0.1",
|
|
3435
3914
|
"@oclif/core": "^4",
|
|
3436
3915
|
"ansis": "^3.3.1",
|
|
3437
3916
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -3541,9 +4020,9 @@
|
|
|
3541
4020
|
}
|
|
3542
4021
|
},
|
|
3543
4022
|
"node_modules/@oclif/plugin-search": {
|
|
3544
|
-
"version": "1.2.
|
|
3545
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
3546
|
-
"integrity": "sha512-
|
|
4023
|
+
"version": "1.2.13",
|
|
4024
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.13.tgz",
|
|
4025
|
+
"integrity": "sha512-OfxQCGg38xZOSx563LE0cvy3+5Ywk6wQ0JKV33/CiFmVOBtYYYcby2MRWqE0wFiHt4sYZjQADiifC0btS/MAPA==",
|
|
3547
4026
|
"license": "MIT",
|
|
3548
4027
|
"dependencies": {
|
|
3549
4028
|
"@oclif/core": "^4",
|
|
@@ -3570,14 +4049,14 @@
|
|
|
3570
4049
|
}
|
|
3571
4050
|
},
|
|
3572
4051
|
"node_modules/@oclif/plugin-update": {
|
|
3573
|
-
"version": "4.6.
|
|
3574
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
3575
|
-
"integrity": "sha512-
|
|
4052
|
+
"version": "4.6.8",
|
|
4053
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.8.tgz",
|
|
4054
|
+
"integrity": "sha512-aW/afp1Oz3O7RP8gO/PrfU8NTTAIugBJCwPhmerq0YKUoEdxCfJthLArI1sHbKTs0lROl28AU6aNSYVr1yb2uw==",
|
|
3576
4055
|
"license": "MIT",
|
|
3577
4056
|
"dependencies": {
|
|
3578
4057
|
"@inquirer/select": "^2.5.0",
|
|
3579
4058
|
"@oclif/core": "^4",
|
|
3580
|
-
"@oclif/table": "^0.
|
|
4059
|
+
"@oclif/table": "^0.2.4",
|
|
3581
4060
|
"ansis": "^3.3.2",
|
|
3582
4061
|
"debug": "^4.3.7",
|
|
3583
4062
|
"filesize": "^6.1.0",
|
|
@@ -3634,13 +4113,13 @@
|
|
|
3634
4113
|
}
|
|
3635
4114
|
},
|
|
3636
4115
|
"node_modules/@oclif/table": {
|
|
3637
|
-
"version": "0.
|
|
3638
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.
|
|
3639
|
-
"integrity": "sha512-
|
|
4116
|
+
"version": "0.2.4",
|
|
4117
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.4.tgz",
|
|
4118
|
+
"integrity": "sha512-qbkBEkpvIXdiZ844stwX6vH+RaRkOH7k0X3U2zJqRGMJl3Uqr9d78vWpuUX7gmsuspCDavsgi/Gbnx2MXH5GQw==",
|
|
3640
4119
|
"license": "MIT",
|
|
3641
4120
|
"dependencies": {
|
|
3642
4121
|
"@oclif/core": "^4",
|
|
3643
|
-
"@types/react": "^18.3.
|
|
4122
|
+
"@types/react": "^18.3.12",
|
|
3644
4123
|
"change-case": "^5.4.4",
|
|
3645
4124
|
"cli-truncate": "^4.0.0",
|
|
3646
4125
|
"ink": "^5.0.1",
|
|
@@ -3666,6 +4145,29 @@
|
|
|
3666
4145
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3667
4146
|
}
|
|
3668
4147
|
},
|
|
4148
|
+
"node_modules/@oclif/table/node_modules/emoji-regex": {
|
|
4149
|
+
"version": "10.3.0",
|
|
4150
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4151
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4152
|
+
"license": "MIT"
|
|
4153
|
+
},
|
|
4154
|
+
"node_modules/@oclif/table/node_modules/string-width": {
|
|
4155
|
+
"version": "7.2.0",
|
|
4156
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4157
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4158
|
+
"license": "MIT",
|
|
4159
|
+
"dependencies": {
|
|
4160
|
+
"emoji-regex": "^10.3.0",
|
|
4161
|
+
"get-east-asian-width": "^1.0.0",
|
|
4162
|
+
"strip-ansi": "^7.1.0"
|
|
4163
|
+
},
|
|
4164
|
+
"engines": {
|
|
4165
|
+
"node": ">=18"
|
|
4166
|
+
},
|
|
4167
|
+
"funding": {
|
|
4168
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
3669
4171
|
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
3670
4172
|
"version": "7.1.0",
|
|
3671
4173
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
@@ -3681,6 +4183,23 @@
|
|
|
3681
4183
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3682
4184
|
}
|
|
3683
4185
|
},
|
|
4186
|
+
"node_modules/@oclif/table/node_modules/wrap-ansi": {
|
|
4187
|
+
"version": "9.0.0",
|
|
4188
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
4189
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
4190
|
+
"license": "MIT",
|
|
4191
|
+
"dependencies": {
|
|
4192
|
+
"ansi-styles": "^6.2.1",
|
|
4193
|
+
"string-width": "^7.0.0",
|
|
4194
|
+
"strip-ansi": "^7.1.0"
|
|
4195
|
+
},
|
|
4196
|
+
"engines": {
|
|
4197
|
+
"node": ">=18"
|
|
4198
|
+
},
|
|
4199
|
+
"funding": {
|
|
4200
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4201
|
+
}
|
|
4202
|
+
},
|
|
3684
4203
|
"node_modules/@octokit/auth-token": {
|
|
3685
4204
|
"version": "3.0.4",
|
|
3686
4205
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz",
|
|
@@ -3969,12 +4488,12 @@
|
|
|
3969
4488
|
}
|
|
3970
4489
|
},
|
|
3971
4490
|
"node_modules/@salesforce/apex-node": {
|
|
3972
|
-
"version": "8.1.
|
|
3973
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.
|
|
3974
|
-
"integrity": "sha512-
|
|
4491
|
+
"version": "8.1.15",
|
|
4492
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.15.tgz",
|
|
4493
|
+
"integrity": "sha512-6nBTzp273N/drjIB17sWylc5r03j37li0DqL8TB1oV2fXOsQm97E0oo2ukwb/tRCHRSd7BjRIh/DMeQyi7xhFg==",
|
|
3975
4494
|
"license": "BSD-3-Clause",
|
|
3976
4495
|
"dependencies": {
|
|
3977
|
-
"@jsforce/jsforce-node": "^3.
|
|
4496
|
+
"@jsforce/jsforce-node": "^3.6.1",
|
|
3978
4497
|
"@salesforce/core": "^8.6.2",
|
|
3979
4498
|
"@salesforce/kit": "^3.2.3",
|
|
3980
4499
|
"@types/istanbul-reports": "^3.0.4",
|
|
@@ -4273,12 +4792,12 @@
|
|
|
4273
4792
|
}
|
|
4274
4793
|
},
|
|
4275
4794
|
"node_modules/@salesforce/plugin-apex": {
|
|
4276
|
-
"version": "3.5.
|
|
4277
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.5.
|
|
4278
|
-
"integrity": "sha512-
|
|
4795
|
+
"version": "3.5.5",
|
|
4796
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.5.5.tgz",
|
|
4797
|
+
"integrity": "sha512-8Ris+0QYcAWvIGfaC1QIY0uqpdu683tRgmOGWKUht5p8RwL3EW4mONqk7dskNjt5CYvw3drZ7eMMPD9R+ko/LQ==",
|
|
4279
4798
|
"license": "BSD-3-Clause",
|
|
4280
4799
|
"dependencies": {
|
|
4281
|
-
"@salesforce/apex-node": "^8.1.
|
|
4800
|
+
"@salesforce/apex-node": "^8.1.15",
|
|
4282
4801
|
"@salesforce/core": "^8.6.2",
|
|
4283
4802
|
"@salesforce/kit": "^3.2.2",
|
|
4284
4803
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -4705,15 +5224,15 @@
|
|
|
4705
5224
|
}
|
|
4706
5225
|
},
|
|
4707
5226
|
"node_modules/@salesforce/plugin-info": {
|
|
4708
|
-
"version": "3.4.
|
|
4709
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
4710
|
-
"integrity": "sha512-
|
|
5227
|
+
"version": "3.4.15",
|
|
5228
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.15.tgz",
|
|
5229
|
+
"integrity": "sha512-Br9eFrNGCS2HcwxyCZ2f+G6LD3B4AgtNurc+94oJnGDa2EIWKe9sOlZEvAGwICfMpsd5d62Q5WfpVZRl2v/DTw==",
|
|
4711
5230
|
"license": "BSD-3-Clause",
|
|
4712
5231
|
"dependencies": {
|
|
4713
5232
|
"@inquirer/input": "^2.3.0",
|
|
4714
|
-
"@jsforce/jsforce-node": "^3.
|
|
5233
|
+
"@jsforce/jsforce-node": "^3.6.1",
|
|
4715
5234
|
"@oclif/core": "^4",
|
|
4716
|
-
"@salesforce/core": "^8.6.
|
|
5235
|
+
"@salesforce/core": "^8.6.3",
|
|
4717
5236
|
"@salesforce/kit": "^3.2.3",
|
|
4718
5237
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4719
5238
|
"got": "^13.0.0",
|
|
@@ -4814,14 +5333,14 @@
|
|
|
4814
5333
|
}
|
|
4815
5334
|
},
|
|
4816
5335
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4817
|
-
"version": "1.3.
|
|
4818
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.
|
|
4819
|
-
"integrity": "sha512-
|
|
5336
|
+
"version": "1.3.2",
|
|
5337
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.2.tgz",
|
|
5338
|
+
"integrity": "sha512-IHkYRUFZ3QMGQw4zTRVOwSTThWpKXz4d2KSqqj2INAPbWZIbY9BSq35OKxRS6AWcVXhfVt8SGv5lRePxsdTqMA==",
|
|
4820
5339
|
"license": "BSD-3-Clause",
|
|
4821
5340
|
"dependencies": {
|
|
4822
|
-
"@salesforce/core": "^8.
|
|
5341
|
+
"@salesforce/core": "^8.6.3",
|
|
4823
5342
|
"@salesforce/kit": "^3.2.1",
|
|
4824
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
5343
|
+
"@salesforce/sf-plugins-core": "^12.0.9",
|
|
4825
5344
|
"got": "^13.0.0",
|
|
4826
5345
|
"proxy-agent": "^6.4.0"
|
|
4827
5346
|
},
|
|
@@ -4830,13 +5349,13 @@
|
|
|
4830
5349
|
}
|
|
4831
5350
|
},
|
|
4832
5351
|
"node_modules/@salesforce/plugin-org": {
|
|
4833
|
-
"version": "5.0.
|
|
4834
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.0.
|
|
4835
|
-
"integrity": "sha512-
|
|
5352
|
+
"version": "5.0.2",
|
|
5353
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.0.2.tgz",
|
|
5354
|
+
"integrity": "sha512-sVZLCilENYA+u9ETsLjTZs2dtE5CqgjpdBhEiRXGiv3ocEcZjDR7hsQOppWs7ogsLhOOQRdufGEmgrlRmvwwXQ==",
|
|
4836
5355
|
"license": "BSD-3-Clause",
|
|
4837
5356
|
"dependencies": {
|
|
4838
|
-
"@oclif/core": "^4.0.
|
|
4839
|
-
"@oclif/multi-stage-output": "^0.7.
|
|
5357
|
+
"@oclif/core": "^4.0.30",
|
|
5358
|
+
"@oclif/multi-stage-output": "^0.7.8",
|
|
4840
5359
|
"@salesforce/core": "^8.6.3",
|
|
4841
5360
|
"@salesforce/kit": "^3.2.3",
|
|
4842
5361
|
"@salesforce/sf-plugins-core": "^12.0.9",
|
|
@@ -5082,13 +5601,13 @@
|
|
|
5082
5601
|
}
|
|
5083
5602
|
},
|
|
5084
5603
|
"node_modules/@salesforce/plugin-schema": {
|
|
5085
|
-
"version": "3.3.
|
|
5086
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5087
|
-
"integrity": "sha512-
|
|
5604
|
+
"version": "3.3.39",
|
|
5605
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.39.tgz",
|
|
5606
|
+
"integrity": "sha512-VznQ1sVEX+h5LeUJCMKTeg55e/9ezd7oXK6Fl43yqcFnsUzEQ4w4PqxPLrsVSrR7WZMpwC5qf+BIVXd5fBHQWg==",
|
|
5088
5607
|
"license": "BSD-3-Clause",
|
|
5089
5608
|
"dependencies": {
|
|
5090
5609
|
"@oclif/core": "^4",
|
|
5091
|
-
"@salesforce/core": "^8.6.
|
|
5610
|
+
"@salesforce/core": "^8.6.3",
|
|
5092
5611
|
"@salesforce/sf-plugins-core": "^11.3.12"
|
|
5093
5612
|
},
|
|
5094
5613
|
"engines": {
|
|
@@ -5169,14 +5688,14 @@
|
|
|
5169
5688
|
}
|
|
5170
5689
|
},
|
|
5171
5690
|
"node_modules/@salesforce/plugin-settings": {
|
|
5172
|
-
"version": "2.4.
|
|
5173
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
5174
|
-
"integrity": "sha512-
|
|
5691
|
+
"version": "2.4.2",
|
|
5692
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.2.tgz",
|
|
5693
|
+
"integrity": "sha512-HWqadUr+vfo6nHshIy3956RrU46vaVPRRpBOMDQpH65culpZq21hz+GjrdpYOEoGwVjyO+1nJsK09+DdqjarvQ==",
|
|
5175
5694
|
"license": "BSD-3-Clause",
|
|
5176
5695
|
"dependencies": {
|
|
5177
5696
|
"@oclif/core": "^4",
|
|
5178
5697
|
"@salesforce/core": "^8.6.2",
|
|
5179
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
5698
|
+
"@salesforce/sf-plugins-core": "^12.0.9",
|
|
5180
5699
|
"fast-levenshtein": "^3.0.0"
|
|
5181
5700
|
},
|
|
5182
5701
|
"engines": {
|
|
@@ -5184,9 +5703,9 @@
|
|
|
5184
5703
|
}
|
|
5185
5704
|
},
|
|
5186
5705
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5187
|
-
"version": "1.4.
|
|
5188
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5189
|
-
"integrity": "sha512-
|
|
5706
|
+
"version": "1.4.44",
|
|
5707
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.44.tgz",
|
|
5708
|
+
"integrity": "sha512-agKRZ84cUN9HkDx0NhFsRxB0E+9AQ3xDcW6PymmmGQiMiEaqpgJgWZMrZk9Xty4Zy7CN9qJqgGqJ0vY//y+R5Q==",
|
|
5190
5709
|
"license": "BSD-3-Clause",
|
|
5191
5710
|
"dependencies": {
|
|
5192
5711
|
"@inquirer/confirm": "^3.2.0",
|
|
@@ -5195,7 +5714,7 @@
|
|
|
5195
5714
|
"@oclif/core": "^4",
|
|
5196
5715
|
"@salesforce/core": "^8.6.2",
|
|
5197
5716
|
"@salesforce/kit": "^3.1.6",
|
|
5198
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
5717
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5199
5718
|
"fast-glob": "^3.3.2",
|
|
5200
5719
|
"fast-xml-parser": "^4.4.1",
|
|
5201
5720
|
"js2xmlparser": "^4.0.2"
|
|
@@ -5278,12 +5797,12 @@
|
|
|
5278
5797
|
}
|
|
5279
5798
|
},
|
|
5280
5799
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5281
|
-
"version": "3.6.
|
|
5282
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5283
|
-
"integrity": "sha512-
|
|
5800
|
+
"version": "3.6.18",
|
|
5801
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.18.tgz",
|
|
5802
|
+
"integrity": "sha512-XeC3Yb3VGkQAYqVVgM82EtHvfFr3gOGS5xu052tO2zRRacNcXmi9QSzg4eBt3v7XVp9+qYEQsI6nwaE8BGWM3Q==",
|
|
5284
5803
|
"license": "BSD-3-Clause",
|
|
5285
5804
|
"dependencies": {
|
|
5286
|
-
"@oclif/core": "^4.0.
|
|
5805
|
+
"@oclif/core": "^4.0.30",
|
|
5287
5806
|
"@salesforce/core": "^8.5.7",
|
|
5288
5807
|
"@salesforce/kit": "^3.2.3",
|
|
5289
5808
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -5369,13 +5888,13 @@
|
|
|
5369
5888
|
}
|
|
5370
5889
|
},
|
|
5371
5890
|
"node_modules/@salesforce/plugin-templates": {
|
|
5372
|
-
"version": "56.3.
|
|
5373
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
5374
|
-
"integrity": "sha512-
|
|
5891
|
+
"version": "56.3.26",
|
|
5892
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.26.tgz",
|
|
5893
|
+
"integrity": "sha512-j6mRtX4MFfOQ/amfHNGUbEkR8a+jNvDlI4NA2i3XxdaWO7JMMFS8C8Rh/Z+9VrMJLzPfBFNBFzP+lazeBJSXNQ==",
|
|
5375
5894
|
"license": "BSD-3-Clause",
|
|
5376
5895
|
"dependencies": {
|
|
5377
5896
|
"@salesforce/core": "^8.6.2",
|
|
5378
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
5897
|
+
"@salesforce/sf-plugins-core": "^12.0.9",
|
|
5379
5898
|
"@salesforce/templates": "^62.0.2"
|
|
5380
5899
|
},
|
|
5381
5900
|
"engines": {
|
|
@@ -5383,15 +5902,15 @@
|
|
|
5383
5902
|
}
|
|
5384
5903
|
},
|
|
5385
5904
|
"node_modules/@salesforce/plugin-trust": {
|
|
5386
|
-
"version": "3.7.
|
|
5387
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5388
|
-
"integrity": "sha512-
|
|
5905
|
+
"version": "3.7.38",
|
|
5906
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.38.tgz",
|
|
5907
|
+
"integrity": "sha512-ccRZ/sPyHJU3/P6nUG4exPHXVm/i6aWdZchizko41eAoK0jIL4YpsMxmizWW6NYgNKqpLfkeCZECxijeMNDk6w==",
|
|
5389
5908
|
"license": "BSD-3-Clause",
|
|
5390
5909
|
"dependencies": {
|
|
5391
5910
|
"@oclif/core": "^4",
|
|
5392
|
-
"@salesforce/core": "^8.
|
|
5911
|
+
"@salesforce/core": "^8.6.3",
|
|
5393
5912
|
"@salesforce/kit": "^3.2.0",
|
|
5394
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5913
|
+
"@salesforce/plugin-info": "^3.4.13",
|
|
5395
5914
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
5396
5915
|
"got": "^13.0.0",
|
|
5397
5916
|
"npm": "^10.9.0",
|
|
@@ -5532,27 +6051,6 @@
|
|
|
5532
6051
|
"node": ">=18.0.0"
|
|
5533
6052
|
}
|
|
5534
6053
|
},
|
|
5535
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/table": {
|
|
5536
|
-
"version": "0.2.2",
|
|
5537
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.2.tgz",
|
|
5538
|
-
"integrity": "sha512-wKWkPcZ00k3v1ZgaX0MB1LR1HR227ZtFv/zgElGwVSTvvRLe1r5VHple7nmZA+7zJkRO7ko09IPUlxezDu2D3A==",
|
|
5539
|
-
"license": "MIT",
|
|
5540
|
-
"dependencies": {
|
|
5541
|
-
"@oclif/core": "^4",
|
|
5542
|
-
"@types/react": "^18.3.11",
|
|
5543
|
-
"change-case": "^5.4.4",
|
|
5544
|
-
"cli-truncate": "^4.0.0",
|
|
5545
|
-
"ink": "^5.0.1",
|
|
5546
|
-
"natural-orderby": "^3.0.2",
|
|
5547
|
-
"object-hash": "^3.0.0",
|
|
5548
|
-
"react": "^18.3.1",
|
|
5549
|
-
"strip-ansi": "^7.1.0",
|
|
5550
|
-
"wrap-ansi": "^9.0.0"
|
|
5551
|
-
},
|
|
5552
|
-
"engines": {
|
|
5553
|
-
"node": ">=18.0.0"
|
|
5554
|
-
}
|
|
5555
|
-
},
|
|
5556
6054
|
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
|
|
5557
6055
|
"version": "6.0.1",
|
|
5558
6056
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -7214,9 +7712,9 @@
|
|
|
7214
7712
|
"license": "MIT"
|
|
7215
7713
|
},
|
|
7216
7714
|
"node_modules/@types/react": {
|
|
7217
|
-
"version": "18.3.
|
|
7218
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.
|
|
7219
|
-
"integrity": "sha512-
|
|
7715
|
+
"version": "18.3.12",
|
|
7716
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz",
|
|
7717
|
+
"integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==",
|
|
7220
7718
|
"license": "MIT",
|
|
7221
7719
|
"dependencies": {
|
|
7222
7720
|
"@types/prop-types": "*",
|
|
@@ -8790,6 +9288,12 @@
|
|
|
8790
9288
|
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
8791
9289
|
"license": "MIT"
|
|
8792
9290
|
},
|
|
9291
|
+
"node_modules/chardet": {
|
|
9292
|
+
"version": "0.7.0",
|
|
9293
|
+
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
|
|
9294
|
+
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
|
|
9295
|
+
"license": "MIT"
|
|
9296
|
+
},
|
|
8793
9297
|
"node_modules/check-error": {
|
|
8794
9298
|
"version": "1.0.3",
|
|
8795
9299
|
"resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz",
|
|
@@ -11472,6 +11976,32 @@
|
|
|
11472
11976
|
"dev": true,
|
|
11473
11977
|
"license": "MIT"
|
|
11474
11978
|
},
|
|
11979
|
+
"node_modules/external-editor": {
|
|
11980
|
+
"version": "3.1.0",
|
|
11981
|
+
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
11982
|
+
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
11983
|
+
"license": "MIT",
|
|
11984
|
+
"dependencies": {
|
|
11985
|
+
"chardet": "^0.7.0",
|
|
11986
|
+
"iconv-lite": "^0.4.24",
|
|
11987
|
+
"tmp": "^0.0.33"
|
|
11988
|
+
},
|
|
11989
|
+
"engines": {
|
|
11990
|
+
"node": ">=4"
|
|
11991
|
+
}
|
|
11992
|
+
},
|
|
11993
|
+
"node_modules/external-editor/node_modules/iconv-lite": {
|
|
11994
|
+
"version": "0.4.24",
|
|
11995
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
11996
|
+
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
11997
|
+
"license": "MIT",
|
|
11998
|
+
"dependencies": {
|
|
11999
|
+
"safer-buffer": ">= 2.1.2 < 3"
|
|
12000
|
+
},
|
|
12001
|
+
"engines": {
|
|
12002
|
+
"node": ">=0.10.0"
|
|
12003
|
+
}
|
|
12004
|
+
},
|
|
11475
12005
|
"node_modules/fast-copy": {
|
|
11476
12006
|
"version": "3.0.2",
|
|
11477
12007
|
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.2.tgz",
|
|
@@ -13181,6 +13711,23 @@
|
|
|
13181
13711
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13182
13712
|
}
|
|
13183
13713
|
},
|
|
13714
|
+
"node_modules/ink/node_modules/wrap-ansi": {
|
|
13715
|
+
"version": "9.0.0",
|
|
13716
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
13717
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
13718
|
+
"license": "MIT",
|
|
13719
|
+
"dependencies": {
|
|
13720
|
+
"ansi-styles": "^6.2.1",
|
|
13721
|
+
"string-width": "^7.0.0",
|
|
13722
|
+
"strip-ansi": "^7.1.0"
|
|
13723
|
+
},
|
|
13724
|
+
"engines": {
|
|
13725
|
+
"node": ">=18"
|
|
13726
|
+
},
|
|
13727
|
+
"funding": {
|
|
13728
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
13729
|
+
}
|
|
13730
|
+
},
|
|
13184
13731
|
"node_modules/inquirer-autocomplete-standalone": {
|
|
13185
13732
|
"version": "0.8.1",
|
|
13186
13733
|
"resolved": "https://registry.npmjs.org/inquirer-autocomplete-standalone/-/inquirer-autocomplete-standalone-0.8.1.tgz",
|
|
@@ -13244,6 +13791,18 @@
|
|
|
13244
13791
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13245
13792
|
}
|
|
13246
13793
|
},
|
|
13794
|
+
"node_modules/inquirer-autocomplete-standalone/node_modules/@inquirer/type": {
|
|
13795
|
+
"version": "1.5.3",
|
|
13796
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
13797
|
+
"integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==",
|
|
13798
|
+
"license": "MIT",
|
|
13799
|
+
"dependencies": {
|
|
13800
|
+
"mute-stream": "^1.0.0"
|
|
13801
|
+
},
|
|
13802
|
+
"engines": {
|
|
13803
|
+
"node": ">=18"
|
|
13804
|
+
}
|
|
13805
|
+
},
|
|
13247
13806
|
"node_modules/inquirer-autocomplete-standalone/node_modules/@types/mute-stream": {
|
|
13248
13807
|
"version": "0.0.1",
|
|
13249
13808
|
"resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.1.tgz",
|
|
@@ -13277,21 +13836,6 @@
|
|
|
13277
13836
|
"undici-types": "~5.26.4"
|
|
13278
13837
|
}
|
|
13279
13838
|
},
|
|
13280
|
-
"node_modules/inquirer-autocomplete-standalone/node_modules/ansi-styles": {
|
|
13281
|
-
"version": "4.3.0",
|
|
13282
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
13283
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
13284
|
-
"license": "MIT",
|
|
13285
|
-
"dependencies": {
|
|
13286
|
-
"color-convert": "^2.0.1"
|
|
13287
|
-
},
|
|
13288
|
-
"engines": {
|
|
13289
|
-
"node": ">=8"
|
|
13290
|
-
},
|
|
13291
|
-
"funding": {
|
|
13292
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
13293
|
-
}
|
|
13294
|
-
},
|
|
13295
13839
|
"node_modules/inquirer-autocomplete-standalone/node_modules/escape-string-regexp": {
|
|
13296
13840
|
"version": "5.0.0",
|
|
13297
13841
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -13332,20 +13876,6 @@
|
|
|
13332
13876
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13333
13877
|
}
|
|
13334
13878
|
},
|
|
13335
|
-
"node_modules/inquirer-autocomplete-standalone/node_modules/wrap-ansi": {
|
|
13336
|
-
"version": "6.2.0",
|
|
13337
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
13338
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
13339
|
-
"license": "MIT",
|
|
13340
|
-
"dependencies": {
|
|
13341
|
-
"ansi-styles": "^4.0.0",
|
|
13342
|
-
"string-width": "^4.1.0",
|
|
13343
|
-
"strip-ansi": "^6.0.0"
|
|
13344
|
-
},
|
|
13345
|
-
"engines": {
|
|
13346
|
-
"node": ">=8"
|
|
13347
|
-
}
|
|
13348
|
-
},
|
|
13349
13879
|
"node_modules/internal-slot": {
|
|
13350
13880
|
"version": "1.0.7",
|
|
13351
13881
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
|
|
@@ -19858,22 +20388,6 @@
|
|
|
19858
20388
|
"node": ">=8.9"
|
|
19859
20389
|
}
|
|
19860
20390
|
},
|
|
19861
|
-
"node_modules/nyc/node_modules/ansi-styles": {
|
|
19862
|
-
"version": "4.3.0",
|
|
19863
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
19864
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
19865
|
-
"dev": true,
|
|
19866
|
-
"license": "MIT",
|
|
19867
|
-
"dependencies": {
|
|
19868
|
-
"color-convert": "^2.0.1"
|
|
19869
|
-
},
|
|
19870
|
-
"engines": {
|
|
19871
|
-
"node": ">=8"
|
|
19872
|
-
},
|
|
19873
|
-
"funding": {
|
|
19874
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
19875
|
-
}
|
|
19876
|
-
},
|
|
19877
20391
|
"node_modules/nyc/node_modules/brace-expansion": {
|
|
19878
20392
|
"version": "1.1.11",
|
|
19879
20393
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -19931,21 +20445,6 @@
|
|
|
19931
20445
|
"node": "*"
|
|
19932
20446
|
}
|
|
19933
20447
|
},
|
|
19934
|
-
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
19935
|
-
"version": "6.2.0",
|
|
19936
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
19937
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
19938
|
-
"dev": true,
|
|
19939
|
-
"license": "MIT",
|
|
19940
|
-
"dependencies": {
|
|
19941
|
-
"ansi-styles": "^4.0.0",
|
|
19942
|
-
"string-width": "^4.1.0",
|
|
19943
|
-
"strip-ansi": "^6.0.0"
|
|
19944
|
-
},
|
|
19945
|
-
"engines": {
|
|
19946
|
-
"node": ">=8"
|
|
19947
|
-
}
|
|
19948
|
-
},
|
|
19949
20448
|
"node_modules/nyc/node_modules/y18n": {
|
|
19950
20449
|
"version": "4.0.3",
|
|
19951
20450
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -20327,6 +20826,15 @@
|
|
|
20327
20826
|
"node": ">= 0.8.0"
|
|
20328
20827
|
}
|
|
20329
20828
|
},
|
|
20829
|
+
"node_modules/os-tmpdir": {
|
|
20830
|
+
"version": "1.0.2",
|
|
20831
|
+
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
20832
|
+
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
20833
|
+
"license": "MIT",
|
|
20834
|
+
"engines": {
|
|
20835
|
+
"node": ">=0.10.0"
|
|
20836
|
+
}
|
|
20837
|
+
},
|
|
20330
20838
|
"node_modules/p-cancelable": {
|
|
20331
20839
|
"version": "3.0.0",
|
|
20332
20840
|
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
@@ -21970,9 +22478,7 @@
|
|
|
21970
22478
|
"version": "2.1.2",
|
|
21971
22479
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
21972
22480
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
21973
|
-
"license": "MIT"
|
|
21974
|
-
"optional": true,
|
|
21975
|
-
"peer": true
|
|
22481
|
+
"license": "MIT"
|
|
21976
22482
|
},
|
|
21977
22483
|
"node_modules/samsam": {
|
|
21978
22484
|
"version": "1.3.0",
|
|
@@ -23388,6 +23894,18 @@
|
|
|
23388
23894
|
"extraneous": true,
|
|
23389
23895
|
"license": "MIT"
|
|
23390
23896
|
},
|
|
23897
|
+
"node_modules/tmp": {
|
|
23898
|
+
"version": "0.0.33",
|
|
23899
|
+
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
23900
|
+
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
23901
|
+
"license": "MIT",
|
|
23902
|
+
"dependencies": {
|
|
23903
|
+
"os-tmpdir": "~1.0.2"
|
|
23904
|
+
},
|
|
23905
|
+
"engines": {
|
|
23906
|
+
"node": ">=0.6.0"
|
|
23907
|
+
}
|
|
23908
|
+
},
|
|
23391
23909
|
"node_modules/to-fast-properties": {
|
|
23392
23910
|
"version": "2.0.0",
|
|
23393
23911
|
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
@@ -24291,20 +24809,17 @@
|
|
|
24291
24809
|
"license": "Apache-2.0"
|
|
24292
24810
|
},
|
|
24293
24811
|
"node_modules/wrap-ansi": {
|
|
24294
|
-
"version": "
|
|
24295
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
24296
|
-
"integrity": "sha512-
|
|
24812
|
+
"version": "6.2.0",
|
|
24813
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
24814
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
24297
24815
|
"license": "MIT",
|
|
24298
24816
|
"dependencies": {
|
|
24299
|
-
"ansi-styles": "^
|
|
24300
|
-
"string-width": "^
|
|
24301
|
-
"strip-ansi": "^
|
|
24817
|
+
"ansi-styles": "^4.0.0",
|
|
24818
|
+
"string-width": "^4.1.0",
|
|
24819
|
+
"strip-ansi": "^6.0.0"
|
|
24302
24820
|
},
|
|
24303
24821
|
"engines": {
|
|
24304
|
-
"node": ">=
|
|
24305
|
-
},
|
|
24306
|
-
"funding": {
|
|
24307
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
24822
|
+
"node": ">=8"
|
|
24308
24823
|
}
|
|
24309
24824
|
},
|
|
24310
24825
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -24342,54 +24857,19 @@
|
|
|
24342
24857
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
24343
24858
|
}
|
|
24344
24859
|
},
|
|
24345
|
-
"node_modules/wrap-ansi/node_modules/ansi-
|
|
24346
|
-
"version": "
|
|
24347
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
24348
|
-
"integrity": "sha512-
|
|
24349
|
-
"license": "MIT",
|
|
24350
|
-
"engines": {
|
|
24351
|
-
"node": ">=12"
|
|
24352
|
-
},
|
|
24353
|
-
"funding": {
|
|
24354
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
24355
|
-
}
|
|
24356
|
-
},
|
|
24357
|
-
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
24358
|
-
"version": "10.3.0",
|
|
24359
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
24360
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
24361
|
-
"license": "MIT"
|
|
24362
|
-
},
|
|
24363
|
-
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
24364
|
-
"version": "7.2.0",
|
|
24365
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
24366
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
24367
|
-
"license": "MIT",
|
|
24368
|
-
"dependencies": {
|
|
24369
|
-
"emoji-regex": "^10.3.0",
|
|
24370
|
-
"get-east-asian-width": "^1.0.0",
|
|
24371
|
-
"strip-ansi": "^7.1.0"
|
|
24372
|
-
},
|
|
24373
|
-
"engines": {
|
|
24374
|
-
"node": ">=18"
|
|
24375
|
-
},
|
|
24376
|
-
"funding": {
|
|
24377
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
24378
|
-
}
|
|
24379
|
-
},
|
|
24380
|
-
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
24381
|
-
"version": "7.1.0",
|
|
24382
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
24383
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
24860
|
+
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
24861
|
+
"version": "4.3.0",
|
|
24862
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
24863
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
24384
24864
|
"license": "MIT",
|
|
24385
24865
|
"dependencies": {
|
|
24386
|
-
"
|
|
24866
|
+
"color-convert": "^2.0.1"
|
|
24387
24867
|
},
|
|
24388
24868
|
"engines": {
|
|
24389
|
-
"node": ">=
|
|
24869
|
+
"node": ">=8"
|
|
24390
24870
|
},
|
|
24391
24871
|
"funding": {
|
|
24392
|
-
"url": "https://github.com/chalk/
|
|
24872
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
24393
24873
|
}
|
|
24394
24874
|
},
|
|
24395
24875
|
"node_modules/wrappy": {
|