@salesforce/cli 2.45.3 → 2.45.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -21
- package/npm-shrinkwrap.json +862 -771
- package/oclif.lock +114 -89
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
- package/theme.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.45.
|
|
3
|
+
"version": "2.45.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.45.
|
|
9
|
+
"version": "2.45.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "3.26.
|
|
14
|
+
"@oclif/core": "3.26.8",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.1.1",
|
|
16
|
-
"@oclif/plugin-commands": "
|
|
16
|
+
"@oclif/plugin-commands": "4.0.1",
|
|
17
17
|
"@oclif/plugin-help": "6.1.0",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.1",
|
|
19
19
|
"@oclif/plugin-plugins": "5.2.1",
|
|
20
20
|
"@oclif/plugin-search": "1.1.0",
|
|
21
21
|
"@oclif/plugin-update": "4.3.2",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
22
|
+
"@oclif/plugin-version": "2.2.1",
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.3",
|
|
24
24
|
"@oclif/plugin-which": "3.2.0",
|
|
25
25
|
"@salesforce/core": "^7.2.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.0",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@salesforce/plugin-info": "3.3.4",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.10",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.9",
|
|
34
|
-
"@salesforce/plugin-org": "4.1.
|
|
34
|
+
"@salesforce/plugin-org": "4.1.19",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.5",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.10",
|
|
37
37
|
"@salesforce/plugin-settings": "2.2.7",
|
|
38
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
38
|
+
"@salesforce/plugin-sobject": "1.4.8",
|
|
39
39
|
"@salesforce/plugin-source": "3.3.21",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.3.12",
|
|
41
41
|
"@salesforce/plugin-templates": "56.2.9",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@oclif/plugin-command-snapshot": "^5.1.9",
|
|
55
55
|
"@salesforce/dev-scripts": "^9.1.2",
|
|
56
|
-
"@salesforce/plugin-release-management": "^5.4.
|
|
56
|
+
"@salesforce/plugin-release-management": "^5.4.7",
|
|
57
57
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
58
58
|
"@salesforce/ts-types": "^2.0.9",
|
|
59
59
|
"@types/debug": "^4.1.12",
|
|
@@ -2023,24 +2023,6 @@
|
|
|
2023
2023
|
"node": ">=8"
|
|
2024
2024
|
}
|
|
2025
2025
|
},
|
|
2026
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
2027
|
-
"version": "7.0.0",
|
|
2028
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2029
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2030
|
-
"dev": true,
|
|
2031
|
-
"license": "MIT",
|
|
2032
|
-
"dependencies": {
|
|
2033
|
-
"ansi-styles": "^4.0.0",
|
|
2034
|
-
"string-width": "^4.1.0",
|
|
2035
|
-
"strip-ansi": "^6.0.0"
|
|
2036
|
-
},
|
|
2037
|
-
"engines": {
|
|
2038
|
-
"node": ">=10"
|
|
2039
|
-
},
|
|
2040
|
-
"funding": {
|
|
2041
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2042
|
-
}
|
|
2043
|
-
},
|
|
2044
2026
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2045
2027
|
"version": "17.7.2",
|
|
2046
2028
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -2634,6 +2616,30 @@
|
|
|
2634
2616
|
"url": "https://opencollective.com/eslint"
|
|
2635
2617
|
}
|
|
2636
2618
|
},
|
|
2619
|
+
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
2620
|
+
"version": "1.1.11",
|
|
2621
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
2622
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
2623
|
+
"dev": true,
|
|
2624
|
+
"license": "MIT",
|
|
2625
|
+
"dependencies": {
|
|
2626
|
+
"balanced-match": "^1.0.0",
|
|
2627
|
+
"concat-map": "0.0.1"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2630
|
+
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
2631
|
+
"version": "3.1.2",
|
|
2632
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
2633
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
2634
|
+
"dev": true,
|
|
2635
|
+
"license": "ISC",
|
|
2636
|
+
"dependencies": {
|
|
2637
|
+
"brace-expansion": "^1.1.7"
|
|
2638
|
+
},
|
|
2639
|
+
"engines": {
|
|
2640
|
+
"node": "*"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2637
2643
|
"node_modules/@eslint/js": {
|
|
2638
2644
|
"version": "8.57.0",
|
|
2639
2645
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -2665,6 +2671,30 @@
|
|
|
2665
2671
|
"node": ">=10.10.0"
|
|
2666
2672
|
}
|
|
2667
2673
|
},
|
|
2674
|
+
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
|
|
2675
|
+
"version": "1.1.11",
|
|
2676
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
2677
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
2678
|
+
"dev": true,
|
|
2679
|
+
"license": "MIT",
|
|
2680
|
+
"dependencies": {
|
|
2681
|
+
"balanced-match": "^1.0.0",
|
|
2682
|
+
"concat-map": "0.0.1"
|
|
2683
|
+
}
|
|
2684
|
+
},
|
|
2685
|
+
"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
|
|
2686
|
+
"version": "3.1.2",
|
|
2687
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
2688
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
2689
|
+
"dev": true,
|
|
2690
|
+
"license": "ISC",
|
|
2691
|
+
"dependencies": {
|
|
2692
|
+
"brace-expansion": "^1.1.7"
|
|
2693
|
+
},
|
|
2694
|
+
"engines": {
|
|
2695
|
+
"node": "*"
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2668
2698
|
"node_modules/@humanwhocodes/module-importer": {
|
|
2669
2699
|
"version": "1.0.1",
|
|
2670
2700
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
@@ -2805,6 +2835,20 @@
|
|
|
2805
2835
|
"node": ">=8"
|
|
2806
2836
|
}
|
|
2807
2837
|
},
|
|
2838
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
2839
|
+
"version": "6.2.0",
|
|
2840
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2841
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2842
|
+
"license": "MIT",
|
|
2843
|
+
"dependencies": {
|
|
2844
|
+
"ansi-styles": "^4.0.0",
|
|
2845
|
+
"string-width": "^4.1.0",
|
|
2846
|
+
"strip-ansi": "^6.0.0"
|
|
2847
|
+
},
|
|
2848
|
+
"engines": {
|
|
2849
|
+
"node": ">=8"
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2808
2852
|
"node_modules/@inquirer/figures": {
|
|
2809
2853
|
"version": "1.0.3",
|
|
2810
2854
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
|
|
@@ -2931,6 +2975,20 @@
|
|
|
2931
2975
|
"node": ">=8"
|
|
2932
2976
|
}
|
|
2933
2977
|
},
|
|
2978
|
+
"node_modules/@inquirer/select/node_modules/wrap-ansi": {
|
|
2979
|
+
"version": "6.2.0",
|
|
2980
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2981
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2982
|
+
"license": "MIT",
|
|
2983
|
+
"dependencies": {
|
|
2984
|
+
"ansi-styles": "^4.0.0",
|
|
2985
|
+
"string-width": "^4.1.0",
|
|
2986
|
+
"strip-ansi": "^6.0.0"
|
|
2987
|
+
},
|
|
2988
|
+
"engines": {
|
|
2989
|
+
"node": ">=8"
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2934
2992
|
"node_modules/@inquirer/type": {
|
|
2935
2993
|
"version": "1.3.3",
|
|
2936
2994
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
|
|
@@ -3370,22 +3428,6 @@
|
|
|
3370
3428
|
"node": "14 || >=16.14"
|
|
3371
3429
|
}
|
|
3372
3430
|
},
|
|
3373
|
-
"node_modules/@npmcli/arborist/node_modules/minimatch": {
|
|
3374
|
-
"version": "9.0.4",
|
|
3375
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3376
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3377
|
-
"extraneous": true,
|
|
3378
|
-
"license": "ISC",
|
|
3379
|
-
"dependencies": {
|
|
3380
|
-
"brace-expansion": "^2.0.1"
|
|
3381
|
-
},
|
|
3382
|
-
"engines": {
|
|
3383
|
-
"node": ">=16 || 14 >=14.17"
|
|
3384
|
-
},
|
|
3385
|
-
"funding": {
|
|
3386
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3387
|
-
}
|
|
3388
|
-
},
|
|
3389
3431
|
"node_modules/@npmcli/config": {
|
|
3390
3432
|
"version": "8.3.3",
|
|
3391
3433
|
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.3.tgz",
|
|
@@ -3512,22 +3554,6 @@
|
|
|
3512
3554
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
3513
3555
|
}
|
|
3514
3556
|
},
|
|
3515
|
-
"node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
|
|
3516
|
-
"version": "9.0.4",
|
|
3517
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3518
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3519
|
-
"extraneous": true,
|
|
3520
|
-
"license": "ISC",
|
|
3521
|
-
"dependencies": {
|
|
3522
|
-
"brace-expansion": "^2.0.1"
|
|
3523
|
-
},
|
|
3524
|
-
"engines": {
|
|
3525
|
-
"node": ">=16 || 14 >=14.17"
|
|
3526
|
-
},
|
|
3527
|
-
"funding": {
|
|
3528
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3529
|
-
}
|
|
3530
|
-
},
|
|
3531
3557
|
"node_modules/@npmcli/metavuln-calculator": {
|
|
3532
3558
|
"version": "7.1.1",
|
|
3533
3559
|
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz",
|
|
@@ -3647,9 +3673,9 @@
|
|
|
3647
3673
|
}
|
|
3648
3674
|
},
|
|
3649
3675
|
"node_modules/@oclif/core": {
|
|
3650
|
-
"version": "3.26.
|
|
3651
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3652
|
-
"integrity": "sha512
|
|
3676
|
+
"version": "3.26.8",
|
|
3677
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.8.tgz",
|
|
3678
|
+
"integrity": "sha512-5wZCQqHg6G2mvU+HxmtTIiMSUaXIoSSr0dWcxs345QA3DineXu6Td9BxEpc2EDNinWt4uNcps4kMzwcRtB6Mcw==",
|
|
3653
3679
|
"license": "MIT",
|
|
3654
3680
|
"dependencies": {
|
|
3655
3681
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3660,7 +3686,7 @@
|
|
|
3660
3686
|
"clean-stack": "^3.0.1",
|
|
3661
3687
|
"cli-progress": "^3.12.0",
|
|
3662
3688
|
"color": "^4.2.3",
|
|
3663
|
-
"debug": "^4.3.
|
|
3689
|
+
"debug": "^4.3.5",
|
|
3664
3690
|
"ejs": "^3.1.10",
|
|
3665
3691
|
"get-package-type": "^0.1.0",
|
|
3666
3692
|
"globby": "^11.1.0",
|
|
@@ -3735,21 +3761,6 @@
|
|
|
3735
3761
|
"js-yaml": "bin/js-yaml.js"
|
|
3736
3762
|
}
|
|
3737
3763
|
},
|
|
3738
|
-
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3739
|
-
"version": "9.0.4",
|
|
3740
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3741
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3742
|
-
"license": "ISC",
|
|
3743
|
-
"dependencies": {
|
|
3744
|
-
"brace-expansion": "^2.0.1"
|
|
3745
|
-
},
|
|
3746
|
-
"engines": {
|
|
3747
|
-
"node": ">=16 || 14 >=14.17"
|
|
3748
|
-
},
|
|
3749
|
-
"funding": {
|
|
3750
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3751
|
-
}
|
|
3752
|
-
},
|
|
3753
3764
|
"node_modules/@oclif/core/node_modules/sprintf-js": {
|
|
3754
3765
|
"version": "1.0.3",
|
|
3755
3766
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
@@ -3783,23 +3794,6 @@
|
|
|
3783
3794
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3784
3795
|
}
|
|
3785
3796
|
},
|
|
3786
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
3787
|
-
"version": "7.0.0",
|
|
3788
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3789
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3790
|
-
"license": "MIT",
|
|
3791
|
-
"dependencies": {
|
|
3792
|
-
"ansi-styles": "^4.0.0",
|
|
3793
|
-
"string-width": "^4.1.0",
|
|
3794
|
-
"strip-ansi": "^6.0.0"
|
|
3795
|
-
},
|
|
3796
|
-
"engines": {
|
|
3797
|
-
"node": ">=10"
|
|
3798
|
-
},
|
|
3799
|
-
"funding": {
|
|
3800
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3801
|
-
}
|
|
3802
|
-
},
|
|
3803
3797
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3804
3798
|
"version": "3.1.1",
|
|
3805
3799
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.1.tgz",
|
|
@@ -3816,13 +3810,13 @@
|
|
|
3816
3810
|
}
|
|
3817
3811
|
},
|
|
3818
3812
|
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
|
|
3819
|
-
"version": "4.0.0-beta.
|
|
3820
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.
|
|
3821
|
-
"integrity": "sha512-
|
|
3813
|
+
"version": "4.0.0-beta.14",
|
|
3814
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.14.tgz",
|
|
3815
|
+
"integrity": "sha512-q0DTnJzS0TVRFM0Pi685j5S0XnQHJATj3FDS6tR5TIL1tb5PubacJxP7Cg5E/fC2ra6qztPgpL8LZouRy7lAVQ==",
|
|
3822
3816
|
"license": "MIT",
|
|
3823
3817
|
"dependencies": {
|
|
3824
3818
|
"ansi-escapes": "^4.3.2",
|
|
3825
|
-
"ansis": "^3.
|
|
3819
|
+
"ansis": "^3.1.1",
|
|
3826
3820
|
"clean-stack": "^3.0.1",
|
|
3827
3821
|
"cli-spinners": "^2.9.2",
|
|
3828
3822
|
"cosmiconfig": "^9.0.0",
|
|
@@ -3834,7 +3828,7 @@
|
|
|
3834
3828
|
"is-wsl": "^2.2.0",
|
|
3835
3829
|
"minimatch": "^9.0.4",
|
|
3836
3830
|
"string-width": "^4.2.3",
|
|
3837
|
-
"supports-color": "^
|
|
3831
|
+
"supports-color": "^8",
|
|
3838
3832
|
"widest-line": "^3.1.0",
|
|
3839
3833
|
"wordwrap": "^1.0.0",
|
|
3840
3834
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3869,60 +3863,19 @@
|
|
|
3869
3863
|
}
|
|
3870
3864
|
}
|
|
3871
3865
|
},
|
|
3872
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/minimatch": {
|
|
3873
|
-
"version": "9.0.4",
|
|
3874
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3875
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3876
|
-
"license": "ISC",
|
|
3877
|
-
"dependencies": {
|
|
3878
|
-
"brace-expansion": "^2.0.1"
|
|
3879
|
-
},
|
|
3880
|
-
"engines": {
|
|
3881
|
-
"node": ">=16 || 14 >=14.17"
|
|
3882
|
-
},
|
|
3883
|
-
"funding": {
|
|
3884
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3885
|
-
}
|
|
3886
|
-
},
|
|
3887
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/strip-ansi": {
|
|
3888
|
-
"version": "6.0.1",
|
|
3889
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3890
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3891
|
-
"license": "MIT",
|
|
3892
|
-
"dependencies": {
|
|
3893
|
-
"ansi-regex": "^5.0.1"
|
|
3894
|
-
},
|
|
3895
|
-
"engines": {
|
|
3896
|
-
"node": ">=8"
|
|
3897
|
-
}
|
|
3898
|
-
},
|
|
3899
3866
|
"node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
|
|
3900
|
-
"version": "
|
|
3901
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-
|
|
3902
|
-
"integrity": "sha512-
|
|
3903
|
-
"license": "MIT",
|
|
3904
|
-
"engines": {
|
|
3905
|
-
"node": ">=12"
|
|
3906
|
-
},
|
|
3907
|
-
"funding": {
|
|
3908
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3909
|
-
}
|
|
3910
|
-
},
|
|
3911
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/wrap-ansi": {
|
|
3912
|
-
"version": "7.0.0",
|
|
3913
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3914
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3867
|
+
"version": "8.1.1",
|
|
3868
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3869
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3915
3870
|
"license": "MIT",
|
|
3916
3871
|
"dependencies": {
|
|
3917
|
-
"
|
|
3918
|
-
"string-width": "^4.1.0",
|
|
3919
|
-
"strip-ansi": "^6.0.0"
|
|
3872
|
+
"has-flag": "^4.0.0"
|
|
3920
3873
|
},
|
|
3921
3874
|
"engines": {
|
|
3922
3875
|
"node": ">=10"
|
|
3923
3876
|
},
|
|
3924
3877
|
"funding": {
|
|
3925
|
-
"url": "https://github.com/chalk/
|
|
3878
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3926
3879
|
}
|
|
3927
3880
|
},
|
|
3928
3881
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
@@ -3947,31 +3900,156 @@
|
|
|
3947
3900
|
"node": ">=18.0.0"
|
|
3948
3901
|
}
|
|
3949
3902
|
},
|
|
3950
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/
|
|
3951
|
-
"version": "
|
|
3952
|
-
"resolved": "https://registry.npmjs.org/
|
|
3953
|
-
"integrity": "sha512
|
|
3903
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3904
|
+
"version": "3.26.6",
|
|
3905
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
|
|
3906
|
+
"integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
|
|
3954
3907
|
"dev": true,
|
|
3955
3908
|
"license": "MIT",
|
|
3956
3909
|
"dependencies": {
|
|
3957
|
-
"@
|
|
3958
|
-
"
|
|
3959
|
-
"
|
|
3960
|
-
"
|
|
3961
|
-
"
|
|
3962
|
-
"
|
|
3910
|
+
"@types/cli-progress": "^3.11.5",
|
|
3911
|
+
"ansi-escapes": "^4.3.2",
|
|
3912
|
+
"ansi-styles": "^4.3.0",
|
|
3913
|
+
"cardinal": "^2.1.1",
|
|
3914
|
+
"chalk": "^4.1.2",
|
|
3915
|
+
"clean-stack": "^3.0.1",
|
|
3916
|
+
"cli-progress": "^3.12.0",
|
|
3917
|
+
"color": "^4.2.3",
|
|
3918
|
+
"debug": "^4.3.4",
|
|
3919
|
+
"ejs": "^3.1.10",
|
|
3920
|
+
"get-package-type": "^0.1.0",
|
|
3921
|
+
"globby": "^11.1.0",
|
|
3922
|
+
"hyperlinker": "^1.0.0",
|
|
3923
|
+
"indent-string": "^4.0.0",
|
|
3924
|
+
"is-wsl": "^2.2.0",
|
|
3925
|
+
"js-yaml": "^3.14.1",
|
|
3926
|
+
"minimatch": "^9.0.4",
|
|
3927
|
+
"natural-orderby": "^2.0.3",
|
|
3928
|
+
"object-treeify": "^1.1.33",
|
|
3929
|
+
"password-prompt": "^1.1.3",
|
|
3930
|
+
"slice-ansi": "^4.0.0",
|
|
3931
|
+
"string-width": "^4.2.3",
|
|
3932
|
+
"strip-ansi": "^6.0.1",
|
|
3933
|
+
"supports-color": "^8.1.1",
|
|
3934
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3935
|
+
"widest-line": "^3.1.0",
|
|
3936
|
+
"wordwrap": "^1.0.0",
|
|
3937
|
+
"wrap-ansi": "^7.0.0"
|
|
3963
3938
|
},
|
|
3964
3939
|
"engines": {
|
|
3965
|
-
"node": ">=18"
|
|
3966
|
-
},
|
|
3967
|
-
"funding": {
|
|
3968
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3940
|
+
"node": ">=18.0.0"
|
|
3969
3941
|
}
|
|
3970
3942
|
},
|
|
3971
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/
|
|
3972
|
-
"version": "
|
|
3973
|
-
"resolved": "https://registry.npmjs.org/
|
|
3974
|
-
"integrity": "sha512-
|
|
3943
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3944
|
+
"version": "4.1.2",
|
|
3945
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3946
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3947
|
+
"dev": true,
|
|
3948
|
+
"license": "MIT",
|
|
3949
|
+
"dependencies": {
|
|
3950
|
+
"ansi-styles": "^4.1.0",
|
|
3951
|
+
"supports-color": "^7.1.0"
|
|
3952
|
+
},
|
|
3953
|
+
"engines": {
|
|
3954
|
+
"node": ">=10"
|
|
3955
|
+
},
|
|
3956
|
+
"funding": {
|
|
3957
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3958
|
+
}
|
|
3959
|
+
},
|
|
3960
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3961
|
+
"version": "7.2.0",
|
|
3962
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3963
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3964
|
+
"dev": true,
|
|
3965
|
+
"license": "MIT",
|
|
3966
|
+
"dependencies": {
|
|
3967
|
+
"has-flag": "^4.0.0"
|
|
3968
|
+
},
|
|
3969
|
+
"engines": {
|
|
3970
|
+
"node": ">=8"
|
|
3971
|
+
}
|
|
3972
|
+
},
|
|
3973
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3974
|
+
"version": "11.1.0",
|
|
3975
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3976
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3977
|
+
"dev": true,
|
|
3978
|
+
"license": "MIT",
|
|
3979
|
+
"dependencies": {
|
|
3980
|
+
"array-union": "^2.1.0",
|
|
3981
|
+
"dir-glob": "^3.0.1",
|
|
3982
|
+
"fast-glob": "^3.2.9",
|
|
3983
|
+
"ignore": "^5.2.0",
|
|
3984
|
+
"merge2": "^1.4.1",
|
|
3985
|
+
"slash": "^3.0.0"
|
|
3986
|
+
},
|
|
3987
|
+
"engines": {
|
|
3988
|
+
"node": ">=10"
|
|
3989
|
+
},
|
|
3990
|
+
"funding": {
|
|
3991
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3995
|
+
"version": "3.0.0",
|
|
3996
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3997
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3998
|
+
"dev": true,
|
|
3999
|
+
"license": "MIT",
|
|
4000
|
+
"engines": {
|
|
4001
|
+
"node": ">=8"
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
4004
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
4005
|
+
"version": "1.0.10",
|
|
4006
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4007
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4008
|
+
"dev": true,
|
|
4009
|
+
"license": "MIT",
|
|
4010
|
+
"dependencies": {
|
|
4011
|
+
"sprintf-js": "~1.0.2"
|
|
4012
|
+
}
|
|
4013
|
+
},
|
|
4014
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
4015
|
+
"version": "14.0.1",
|
|
4016
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
4017
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
4018
|
+
"dev": true,
|
|
4019
|
+
"license": "MIT",
|
|
4020
|
+
"dependencies": {
|
|
4021
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
4022
|
+
"fast-glob": "^3.3.2",
|
|
4023
|
+
"ignore": "^5.2.4",
|
|
4024
|
+
"path-type": "^5.0.0",
|
|
4025
|
+
"slash": "^5.1.0",
|
|
4026
|
+
"unicorn-magic": "^0.1.0"
|
|
4027
|
+
},
|
|
4028
|
+
"engines": {
|
|
4029
|
+
"node": ">=18"
|
|
4030
|
+
},
|
|
4031
|
+
"funding": {
|
|
4032
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4033
|
+
}
|
|
4034
|
+
},
|
|
4035
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
4036
|
+
"version": "3.14.1",
|
|
4037
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4038
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4039
|
+
"dev": true,
|
|
4040
|
+
"license": "MIT",
|
|
4041
|
+
"dependencies": {
|
|
4042
|
+
"argparse": "^1.0.7",
|
|
4043
|
+
"esprima": "^4.0.0"
|
|
4044
|
+
},
|
|
4045
|
+
"bin": {
|
|
4046
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4047
|
+
}
|
|
4048
|
+
},
|
|
4049
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
4050
|
+
"version": "5.0.0",
|
|
4051
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
4052
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
3975
4053
|
"dev": true,
|
|
3976
4054
|
"license": "MIT",
|
|
3977
4055
|
"engines": {
|
|
@@ -3994,39 +4072,65 @@
|
|
|
3994
4072
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3995
4073
|
}
|
|
3996
4074
|
},
|
|
3997
|
-
"node_modules/@oclif/plugin-
|
|
3998
|
-
"version": "
|
|
3999
|
-
"resolved": "https://registry.npmjs.org
|
|
4000
|
-
"integrity": "sha512-
|
|
4075
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/sprintf-js": {
|
|
4076
|
+
"version": "1.0.3",
|
|
4077
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
4078
|
+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
4079
|
+
"dev": true,
|
|
4080
|
+
"license": "BSD-3-Clause"
|
|
4081
|
+
},
|
|
4082
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/strip-ansi": {
|
|
4083
|
+
"version": "6.0.1",
|
|
4084
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4085
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4086
|
+
"dev": true,
|
|
4001
4087
|
"license": "MIT",
|
|
4002
4088
|
"dependencies": {
|
|
4003
|
-
"
|
|
4004
|
-
"lodash": "^4.17.21"
|
|
4089
|
+
"ansi-regex": "^5.0.1"
|
|
4005
4090
|
},
|
|
4006
4091
|
"engines": {
|
|
4007
|
-
"node": ">=
|
|
4092
|
+
"node": ">=8"
|
|
4008
4093
|
}
|
|
4009
4094
|
},
|
|
4010
|
-
"node_modules/@oclif/plugin-
|
|
4011
|
-
"version": "
|
|
4012
|
-
"resolved": "https://registry.npmjs.org
|
|
4013
|
-
"integrity": "sha512-
|
|
4095
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
4096
|
+
"version": "8.1.1",
|
|
4097
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4098
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4099
|
+
"dev": true,
|
|
4014
4100
|
"license": "MIT",
|
|
4015
4101
|
"dependencies": {
|
|
4016
|
-
"
|
|
4102
|
+
"has-flag": "^4.0.0"
|
|
4103
|
+
},
|
|
4104
|
+
"engines": {
|
|
4105
|
+
"node": ">=10"
|
|
4106
|
+
},
|
|
4107
|
+
"funding": {
|
|
4108
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4109
|
+
}
|
|
4110
|
+
},
|
|
4111
|
+
"node_modules/@oclif/plugin-commands": {
|
|
4112
|
+
"version": "4.0.1",
|
|
4113
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.1.tgz",
|
|
4114
|
+
"integrity": "sha512-Ln7FcfoGN9cSIydqC0cU/6U4vF8x65lwZVagg3+xfWaq96VzAp68KQJ0RuzkehBa3InvME3bAmYB4yW0Dst3EA==",
|
|
4115
|
+
"license": "MIT",
|
|
4116
|
+
"dependencies": {
|
|
4117
|
+
"@oclif/core": "^4.0.0-beta.14",
|
|
4118
|
+
"lodash": "^4.17.21",
|
|
4119
|
+
"object-treeify": "^4.0.1",
|
|
4120
|
+
"tty-table": "^4.2.3"
|
|
4017
4121
|
},
|
|
4018
4122
|
"engines": {
|
|
4019
4123
|
"node": ">=18.0.0"
|
|
4020
4124
|
}
|
|
4021
4125
|
},
|
|
4022
|
-
"node_modules/@oclif/plugin-
|
|
4023
|
-
"version": "4.0.0-beta.
|
|
4024
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.
|
|
4025
|
-
"integrity": "sha512-
|
|
4126
|
+
"node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
|
|
4127
|
+
"version": "4.0.0-beta.14",
|
|
4128
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.14.tgz",
|
|
4129
|
+
"integrity": "sha512-q0DTnJzS0TVRFM0Pi685j5S0XnQHJATj3FDS6tR5TIL1tb5PubacJxP7Cg5E/fC2ra6qztPgpL8LZouRy7lAVQ==",
|
|
4026
4130
|
"license": "MIT",
|
|
4027
4131
|
"dependencies": {
|
|
4028
4132
|
"ansi-escapes": "^4.3.2",
|
|
4029
|
-
"ansis": "^3.
|
|
4133
|
+
"ansis": "^3.1.1",
|
|
4030
4134
|
"clean-stack": "^3.0.1",
|
|
4031
4135
|
"cli-spinners": "^2.9.2",
|
|
4032
4136
|
"cosmiconfig": "^9.0.0",
|
|
@@ -4038,7 +4142,7 @@
|
|
|
4038
4142
|
"is-wsl": "^2.2.0",
|
|
4039
4143
|
"minimatch": "^9.0.4",
|
|
4040
4144
|
"string-width": "^4.2.3",
|
|
4041
|
-
"supports-color": "^
|
|
4145
|
+
"supports-color": "^8",
|
|
4042
4146
|
"widest-line": "^3.1.0",
|
|
4043
4147
|
"wordwrap": "^1.0.0",
|
|
4044
4148
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4047,7 +4151,7 @@
|
|
|
4047
4151
|
"node": ">=18.0.0"
|
|
4048
4152
|
}
|
|
4049
4153
|
},
|
|
4050
|
-
"node_modules/@oclif/plugin-
|
|
4154
|
+
"node_modules/@oclif/plugin-commands/node_modules/cosmiconfig": {
|
|
4051
4155
|
"version": "9.0.0",
|
|
4052
4156
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
4053
4157
|
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
@@ -4073,60 +4177,109 @@
|
|
|
4073
4177
|
}
|
|
4074
4178
|
}
|
|
4075
4179
|
},
|
|
4076
|
-
"node_modules/@oclif/plugin-
|
|
4077
|
-
"version": "
|
|
4078
|
-
"resolved": "https://registry.npmjs.org/
|
|
4079
|
-
"integrity": "sha512-
|
|
4080
|
-
"license": "
|
|
4180
|
+
"node_modules/@oclif/plugin-commands/node_modules/object-treeify": {
|
|
4181
|
+
"version": "4.0.1",
|
|
4182
|
+
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz",
|
|
4183
|
+
"integrity": "sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==",
|
|
4184
|
+
"license": "MIT",
|
|
4185
|
+
"engines": {
|
|
4186
|
+
"node": ">= 16"
|
|
4187
|
+
}
|
|
4188
|
+
},
|
|
4189
|
+
"node_modules/@oclif/plugin-commands/node_modules/supports-color": {
|
|
4190
|
+
"version": "8.1.1",
|
|
4191
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4192
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4193
|
+
"license": "MIT",
|
|
4081
4194
|
"dependencies": {
|
|
4082
|
-
"
|
|
4195
|
+
"has-flag": "^4.0.0"
|
|
4083
4196
|
},
|
|
4084
4197
|
"engines": {
|
|
4085
|
-
"node": ">=
|
|
4198
|
+
"node": ">=10"
|
|
4086
4199
|
},
|
|
4087
4200
|
"funding": {
|
|
4088
|
-
"url": "https://github.com/
|
|
4201
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4089
4202
|
}
|
|
4090
4203
|
},
|
|
4091
|
-
"node_modules/@oclif/plugin-help
|
|
4092
|
-
"version": "6.0
|
|
4093
|
-
"resolved": "https://registry.npmjs.org/
|
|
4094
|
-
"integrity": "sha512-
|
|
4204
|
+
"node_modules/@oclif/plugin-help": {
|
|
4205
|
+
"version": "6.1.0",
|
|
4206
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.1.0.tgz",
|
|
4207
|
+
"integrity": "sha512-U+LNKKaZBroHqoSGIpYbQmkTl8aW0NJcO9tr091LJOZ74iqEDiupfBTCMuklW9uTZdWFYApqTmshDuB/I41jxQ==",
|
|
4095
4208
|
"license": "MIT",
|
|
4096
4209
|
"dependencies": {
|
|
4097
|
-
"
|
|
4210
|
+
"@oclif/core": "^4.0.0-beta.13"
|
|
4098
4211
|
},
|
|
4099
4212
|
"engines": {
|
|
4100
|
-
"node": ">=
|
|
4213
|
+
"node": ">=18.0.0"
|
|
4101
4214
|
}
|
|
4102
4215
|
},
|
|
4103
|
-
"node_modules/@oclif/plugin-help/node_modules/
|
|
4104
|
-
"version": "
|
|
4105
|
-
"resolved": "https://registry.npmjs.org/
|
|
4106
|
-
"integrity": "sha512-
|
|
4216
|
+
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
4217
|
+
"version": "4.0.0-beta.14",
|
|
4218
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.14.tgz",
|
|
4219
|
+
"integrity": "sha512-q0DTnJzS0TVRFM0Pi685j5S0XnQHJATj3FDS6tR5TIL1tb5PubacJxP7Cg5E/fC2ra6qztPgpL8LZouRy7lAVQ==",
|
|
4220
|
+
"license": "MIT",
|
|
4221
|
+
"dependencies": {
|
|
4222
|
+
"ansi-escapes": "^4.3.2",
|
|
4223
|
+
"ansis": "^3.1.1",
|
|
4224
|
+
"clean-stack": "^3.0.1",
|
|
4225
|
+
"cli-spinners": "^2.9.2",
|
|
4226
|
+
"cosmiconfig": "^9.0.0",
|
|
4227
|
+
"debug": "^4.3.4",
|
|
4228
|
+
"ejs": "^3.1.10",
|
|
4229
|
+
"get-package-type": "^0.1.0",
|
|
4230
|
+
"globby": "^11.1.0",
|
|
4231
|
+
"indent-string": "^4.0.0",
|
|
4232
|
+
"is-wsl": "^2.2.0",
|
|
4233
|
+
"minimatch": "^9.0.4",
|
|
4234
|
+
"string-width": "^4.2.3",
|
|
4235
|
+
"supports-color": "^8",
|
|
4236
|
+
"widest-line": "^3.1.0",
|
|
4237
|
+
"wordwrap": "^1.0.0",
|
|
4238
|
+
"wrap-ansi": "^7.0.0"
|
|
4239
|
+
},
|
|
4240
|
+
"engines": {
|
|
4241
|
+
"node": ">=18.0.0"
|
|
4242
|
+
}
|
|
4243
|
+
},
|
|
4244
|
+
"node_modules/@oclif/plugin-help/node_modules/cosmiconfig": {
|
|
4245
|
+
"version": "9.0.0",
|
|
4246
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
4247
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
4107
4248
|
"license": "MIT",
|
|
4249
|
+
"dependencies": {
|
|
4250
|
+
"env-paths": "^2.2.1",
|
|
4251
|
+
"import-fresh": "^3.3.0",
|
|
4252
|
+
"js-yaml": "^4.1.0",
|
|
4253
|
+
"parse-json": "^5.2.0"
|
|
4254
|
+
},
|
|
4108
4255
|
"engines": {
|
|
4109
|
-
"node": ">=
|
|
4256
|
+
"node": ">=14"
|
|
4110
4257
|
},
|
|
4111
4258
|
"funding": {
|
|
4112
|
-
"url": "https://github.com/
|
|
4259
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
4260
|
+
},
|
|
4261
|
+
"peerDependencies": {
|
|
4262
|
+
"typescript": ">=4.9.5"
|
|
4263
|
+
},
|
|
4264
|
+
"peerDependenciesMeta": {
|
|
4265
|
+
"typescript": {
|
|
4266
|
+
"optional": true
|
|
4267
|
+
}
|
|
4113
4268
|
}
|
|
4114
4269
|
},
|
|
4115
|
-
"node_modules/@oclif/plugin-help/node_modules/
|
|
4116
|
-
"version": "
|
|
4117
|
-
"resolved": "https://registry.npmjs.org/
|
|
4118
|
-
"integrity": "sha512-
|
|
4270
|
+
"node_modules/@oclif/plugin-help/node_modules/supports-color": {
|
|
4271
|
+
"version": "8.1.1",
|
|
4272
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4273
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4119
4274
|
"license": "MIT",
|
|
4120
4275
|
"dependencies": {
|
|
4121
|
-
"
|
|
4122
|
-
"string-width": "^4.1.0",
|
|
4123
|
-
"strip-ansi": "^6.0.0"
|
|
4276
|
+
"has-flag": "^4.0.0"
|
|
4124
4277
|
},
|
|
4125
4278
|
"engines": {
|
|
4126
4279
|
"node": ">=10"
|
|
4127
4280
|
},
|
|
4128
4281
|
"funding": {
|
|
4129
|
-
"url": "https://github.com/chalk/
|
|
4282
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4130
4283
|
}
|
|
4131
4284
|
},
|
|
4132
4285
|
"node_modules/@oclif/plugin-not-found": {
|
|
@@ -4145,13 +4298,13 @@
|
|
|
4145
4298
|
}
|
|
4146
4299
|
},
|
|
4147
4300
|
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
4148
|
-
"version": "4.0.0-beta.
|
|
4149
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.
|
|
4150
|
-
"integrity": "sha512-
|
|
4301
|
+
"version": "4.0.0-beta.14",
|
|
4302
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.14.tgz",
|
|
4303
|
+
"integrity": "sha512-q0DTnJzS0TVRFM0Pi685j5S0XnQHJATj3FDS6tR5TIL1tb5PubacJxP7Cg5E/fC2ra6qztPgpL8LZouRy7lAVQ==",
|
|
4151
4304
|
"license": "MIT",
|
|
4152
4305
|
"dependencies": {
|
|
4153
4306
|
"ansi-escapes": "^4.3.2",
|
|
4154
|
-
"ansis": "^3.
|
|
4307
|
+
"ansis": "^3.1.1",
|
|
4155
4308
|
"clean-stack": "^3.0.1",
|
|
4156
4309
|
"cli-spinners": "^2.9.2",
|
|
4157
4310
|
"cosmiconfig": "^9.0.0",
|
|
@@ -4163,7 +4316,7 @@
|
|
|
4163
4316
|
"is-wsl": "^2.2.0",
|
|
4164
4317
|
"minimatch": "^9.0.4",
|
|
4165
4318
|
"string-width": "^4.2.3",
|
|
4166
|
-
"supports-color": "^
|
|
4319
|
+
"supports-color": "^8",
|
|
4167
4320
|
"widest-line": "^3.1.0",
|
|
4168
4321
|
"wordwrap": "^1.0.0",
|
|
4169
4322
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4198,60 +4351,19 @@
|
|
|
4198
4351
|
}
|
|
4199
4352
|
}
|
|
4200
4353
|
},
|
|
4201
|
-
"node_modules/@oclif/plugin-not-found/node_modules/minimatch": {
|
|
4202
|
-
"version": "9.0.4",
|
|
4203
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4204
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4205
|
-
"license": "ISC",
|
|
4206
|
-
"dependencies": {
|
|
4207
|
-
"brace-expansion": "^2.0.1"
|
|
4208
|
-
},
|
|
4209
|
-
"engines": {
|
|
4210
|
-
"node": ">=16 || 14 >=14.17"
|
|
4211
|
-
},
|
|
4212
|
-
"funding": {
|
|
4213
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4214
|
-
}
|
|
4215
|
-
},
|
|
4216
|
-
"node_modules/@oclif/plugin-not-found/node_modules/strip-ansi": {
|
|
4217
|
-
"version": "6.0.1",
|
|
4218
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4219
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4220
|
-
"license": "MIT",
|
|
4221
|
-
"dependencies": {
|
|
4222
|
-
"ansi-regex": "^5.0.1"
|
|
4223
|
-
},
|
|
4224
|
-
"engines": {
|
|
4225
|
-
"node": ">=8"
|
|
4226
|
-
}
|
|
4227
|
-
},
|
|
4228
4354
|
"node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
|
|
4229
|
-
"version": "
|
|
4230
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-
|
|
4231
|
-
"integrity": "sha512-
|
|
4232
|
-
"license": "MIT",
|
|
4233
|
-
"engines": {
|
|
4234
|
-
"node": ">=12"
|
|
4235
|
-
},
|
|
4236
|
-
"funding": {
|
|
4237
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4238
|
-
}
|
|
4239
|
-
},
|
|
4240
|
-
"node_modules/@oclif/plugin-not-found/node_modules/wrap-ansi": {
|
|
4241
|
-
"version": "7.0.0",
|
|
4242
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4243
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4355
|
+
"version": "8.1.1",
|
|
4356
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4357
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4244
4358
|
"license": "MIT",
|
|
4245
4359
|
"dependencies": {
|
|
4246
|
-
"
|
|
4247
|
-
"string-width": "^4.1.0",
|
|
4248
|
-
"strip-ansi": "^6.0.0"
|
|
4360
|
+
"has-flag": "^4.0.0"
|
|
4249
4361
|
},
|
|
4250
4362
|
"engines": {
|
|
4251
4363
|
"node": ">=10"
|
|
4252
4364
|
},
|
|
4253
4365
|
"funding": {
|
|
4254
|
-
"url": "https://github.com/chalk/
|
|
4366
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4255
4367
|
}
|
|
4256
4368
|
},
|
|
4257
4369
|
"node_modules/@oclif/plugin-plugins": {
|
|
@@ -4330,21 +4442,6 @@
|
|
|
4330
4442
|
}
|
|
4331
4443
|
}
|
|
4332
4444
|
},
|
|
4333
|
-
"node_modules/@oclif/plugin-plugins/node_modules/minimatch": {
|
|
4334
|
-
"version": "9.0.4",
|
|
4335
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4336
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4337
|
-
"license": "ISC",
|
|
4338
|
-
"dependencies": {
|
|
4339
|
-
"brace-expansion": "^2.0.1"
|
|
4340
|
-
},
|
|
4341
|
-
"engines": {
|
|
4342
|
-
"node": ">=16 || 14 >=14.17"
|
|
4343
|
-
},
|
|
4344
|
-
"funding": {
|
|
4345
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4346
|
-
}
|
|
4347
|
-
},
|
|
4348
4445
|
"node_modules/@oclif/plugin-plugins/node_modules/npm-run-path": {
|
|
4349
4446
|
"version": "5.3.0",
|
|
4350
4447
|
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
|
|
@@ -4381,18 +4478,6 @@
|
|
|
4381
4478
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4382
4479
|
}
|
|
4383
4480
|
},
|
|
4384
|
-
"node_modules/@oclif/plugin-plugins/node_modules/strip-ansi": {
|
|
4385
|
-
"version": "6.0.1",
|
|
4386
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4387
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4388
|
-
"license": "MIT",
|
|
4389
|
-
"dependencies": {
|
|
4390
|
-
"ansi-regex": "^5.0.1"
|
|
4391
|
-
},
|
|
4392
|
-
"engines": {
|
|
4393
|
-
"node": ">=8"
|
|
4394
|
-
}
|
|
4395
|
-
},
|
|
4396
4481
|
"node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
|
|
4397
4482
|
"version": "9.4.0",
|
|
4398
4483
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -4405,23 +4490,6 @@
|
|
|
4405
4490
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4406
4491
|
}
|
|
4407
4492
|
},
|
|
4408
|
-
"node_modules/@oclif/plugin-plugins/node_modules/wrap-ansi": {
|
|
4409
|
-
"version": "7.0.0",
|
|
4410
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4411
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4412
|
-
"license": "MIT",
|
|
4413
|
-
"dependencies": {
|
|
4414
|
-
"ansi-styles": "^4.0.0",
|
|
4415
|
-
"string-width": "^4.1.0",
|
|
4416
|
-
"strip-ansi": "^6.0.0"
|
|
4417
|
-
},
|
|
4418
|
-
"engines": {
|
|
4419
|
-
"node": ">=10"
|
|
4420
|
-
},
|
|
4421
|
-
"funding": {
|
|
4422
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4423
|
-
}
|
|
4424
|
-
},
|
|
4425
4493
|
"node_modules/@oclif/plugin-search": {
|
|
4426
4494
|
"version": "1.1.0",
|
|
4427
4495
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.1.0.tgz",
|
|
@@ -4436,13 +4504,13 @@
|
|
|
4436
4504
|
}
|
|
4437
4505
|
},
|
|
4438
4506
|
"node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
|
|
4439
|
-
"version": "4.0.0-beta.
|
|
4440
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.
|
|
4441
|
-
"integrity": "sha512-
|
|
4507
|
+
"version": "4.0.0-beta.14",
|
|
4508
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.14.tgz",
|
|
4509
|
+
"integrity": "sha512-q0DTnJzS0TVRFM0Pi685j5S0XnQHJATj3FDS6tR5TIL1tb5PubacJxP7Cg5E/fC2ra6qztPgpL8LZouRy7lAVQ==",
|
|
4442
4510
|
"license": "MIT",
|
|
4443
4511
|
"dependencies": {
|
|
4444
4512
|
"ansi-escapes": "^4.3.2",
|
|
4445
|
-
"ansis": "^3.
|
|
4513
|
+
"ansis": "^3.1.1",
|
|
4446
4514
|
"clean-stack": "^3.0.1",
|
|
4447
4515
|
"cli-spinners": "^2.9.2",
|
|
4448
4516
|
"cosmiconfig": "^9.0.0",
|
|
@@ -4454,7 +4522,7 @@
|
|
|
4454
4522
|
"is-wsl": "^2.2.0",
|
|
4455
4523
|
"minimatch": "^9.0.4",
|
|
4456
4524
|
"string-width": "^4.2.3",
|
|
4457
|
-
"supports-color": "^
|
|
4525
|
+
"supports-color": "^8",
|
|
4458
4526
|
"widest-line": "^3.1.0",
|
|
4459
4527
|
"wordwrap": "^1.0.0",
|
|
4460
4528
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4463,86 +4531,45 @@
|
|
|
4463
4531
|
"node": ">=18.0.0"
|
|
4464
4532
|
}
|
|
4465
4533
|
},
|
|
4466
|
-
"node_modules/@oclif/plugin-search/node_modules/cosmiconfig": {
|
|
4467
|
-
"version": "9.0.0",
|
|
4468
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
4469
|
-
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
4470
|
-
"license": "MIT",
|
|
4471
|
-
"dependencies": {
|
|
4472
|
-
"env-paths": "^2.2.1",
|
|
4473
|
-
"import-fresh": "^3.3.0",
|
|
4474
|
-
"js-yaml": "^4.1.0",
|
|
4475
|
-
"parse-json": "^5.2.0"
|
|
4476
|
-
},
|
|
4477
|
-
"engines": {
|
|
4478
|
-
"node": ">=14"
|
|
4479
|
-
},
|
|
4480
|
-
"funding": {
|
|
4481
|
-
"url": "https://github.com/sponsors/d-fischer"
|
|
4482
|
-
},
|
|
4483
|
-
"peerDependencies": {
|
|
4484
|
-
"typescript": ">=4.9.5"
|
|
4485
|
-
},
|
|
4486
|
-
"peerDependenciesMeta": {
|
|
4487
|
-
"typescript": {
|
|
4488
|
-
"optional": true
|
|
4489
|
-
}
|
|
4490
|
-
}
|
|
4491
|
-
},
|
|
4492
|
-
"node_modules/@oclif/plugin-search/node_modules/minimatch": {
|
|
4493
|
-
"version": "9.0.4",
|
|
4494
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4495
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4496
|
-
"license": "ISC",
|
|
4497
|
-
"dependencies": {
|
|
4498
|
-
"brace-expansion": "^2.0.1"
|
|
4499
|
-
},
|
|
4500
|
-
"engines": {
|
|
4501
|
-
"node": ">=16 || 14 >=14.17"
|
|
4502
|
-
},
|
|
4503
|
-
"funding": {
|
|
4504
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4505
|
-
}
|
|
4506
|
-
},
|
|
4507
|
-
"node_modules/@oclif/plugin-search/node_modules/strip-ansi": {
|
|
4508
|
-
"version": "6.0.1",
|
|
4509
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4510
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4511
|
-
"license": "MIT",
|
|
4512
|
-
"dependencies": {
|
|
4513
|
-
"ansi-regex": "^5.0.1"
|
|
4514
|
-
},
|
|
4515
|
-
"engines": {
|
|
4516
|
-
"node": ">=8"
|
|
4517
|
-
}
|
|
4518
|
-
},
|
|
4519
|
-
"node_modules/@oclif/plugin-search/node_modules/supports-color": {
|
|
4520
|
-
"version": "9.4.0",
|
|
4521
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
4522
|
-
"integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
|
|
4534
|
+
"node_modules/@oclif/plugin-search/node_modules/cosmiconfig": {
|
|
4535
|
+
"version": "9.0.0",
|
|
4536
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
4537
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
4523
4538
|
"license": "MIT",
|
|
4539
|
+
"dependencies": {
|
|
4540
|
+
"env-paths": "^2.2.1",
|
|
4541
|
+
"import-fresh": "^3.3.0",
|
|
4542
|
+
"js-yaml": "^4.1.0",
|
|
4543
|
+
"parse-json": "^5.2.0"
|
|
4544
|
+
},
|
|
4524
4545
|
"engines": {
|
|
4525
|
-
"node": ">=
|
|
4546
|
+
"node": ">=14"
|
|
4526
4547
|
},
|
|
4527
4548
|
"funding": {
|
|
4528
|
-
"url": "https://github.com/
|
|
4549
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
4550
|
+
},
|
|
4551
|
+
"peerDependencies": {
|
|
4552
|
+
"typescript": ">=4.9.5"
|
|
4553
|
+
},
|
|
4554
|
+
"peerDependenciesMeta": {
|
|
4555
|
+
"typescript": {
|
|
4556
|
+
"optional": true
|
|
4557
|
+
}
|
|
4529
4558
|
}
|
|
4530
4559
|
},
|
|
4531
|
-
"node_modules/@oclif/plugin-search/node_modules/
|
|
4532
|
-
"version": "
|
|
4533
|
-
"resolved": "https://registry.npmjs.org/
|
|
4534
|
-
"integrity": "sha512-
|
|
4560
|
+
"node_modules/@oclif/plugin-search/node_modules/supports-color": {
|
|
4561
|
+
"version": "8.1.1",
|
|
4562
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4563
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4535
4564
|
"license": "MIT",
|
|
4536
4565
|
"dependencies": {
|
|
4537
|
-
"
|
|
4538
|
-
"string-width": "^4.1.0",
|
|
4539
|
-
"strip-ansi": "^6.0.0"
|
|
4566
|
+
"has-flag": "^4.0.0"
|
|
4540
4567
|
},
|
|
4541
4568
|
"engines": {
|
|
4542
4569
|
"node": ">=10"
|
|
4543
4570
|
},
|
|
4544
4571
|
"funding": {
|
|
4545
|
-
"url": "https://github.com/chalk/
|
|
4572
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4546
4573
|
}
|
|
4547
4574
|
},
|
|
4548
4575
|
"node_modules/@oclif/plugin-update": {
|
|
@@ -4610,13 +4637,13 @@
|
|
|
4610
4637
|
}
|
|
4611
4638
|
},
|
|
4612
4639
|
"node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
|
|
4613
|
-
"version": "4.0.0-beta.
|
|
4614
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.
|
|
4615
|
-
"integrity": "sha512-
|
|
4640
|
+
"version": "4.0.0-beta.14",
|
|
4641
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.14.tgz",
|
|
4642
|
+
"integrity": "sha512-q0DTnJzS0TVRFM0Pi685j5S0XnQHJATj3FDS6tR5TIL1tb5PubacJxP7Cg5E/fC2ra6qztPgpL8LZouRy7lAVQ==",
|
|
4616
4643
|
"license": "MIT",
|
|
4617
4644
|
"dependencies": {
|
|
4618
4645
|
"ansi-escapes": "^4.3.2",
|
|
4619
|
-
"ansis": "^3.
|
|
4646
|
+
"ansis": "^3.1.1",
|
|
4620
4647
|
"clean-stack": "^3.0.1",
|
|
4621
4648
|
"cli-spinners": "^2.9.2",
|
|
4622
4649
|
"cosmiconfig": "^9.0.0",
|
|
@@ -4628,7 +4655,7 @@
|
|
|
4628
4655
|
"is-wsl": "^2.2.0",
|
|
4629
4656
|
"minimatch": "^9.0.4",
|
|
4630
4657
|
"string-width": "^4.2.3",
|
|
4631
|
-
"supports-color": "^
|
|
4658
|
+
"supports-color": "^8",
|
|
4632
4659
|
"widest-line": "^3.1.0",
|
|
4633
4660
|
"wordwrap": "^1.0.0",
|
|
4634
4661
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4663,69 +4690,28 @@
|
|
|
4663
4690
|
}
|
|
4664
4691
|
}
|
|
4665
4692
|
},
|
|
4666
|
-
"node_modules/@oclif/plugin-update/node_modules/minimatch": {
|
|
4667
|
-
"version": "9.0.4",
|
|
4668
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4669
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4670
|
-
"license": "ISC",
|
|
4671
|
-
"dependencies": {
|
|
4672
|
-
"brace-expansion": "^2.0.1"
|
|
4673
|
-
},
|
|
4674
|
-
"engines": {
|
|
4675
|
-
"node": ">=16 || 14 >=14.17"
|
|
4676
|
-
},
|
|
4677
|
-
"funding": {
|
|
4678
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4679
|
-
}
|
|
4680
|
-
},
|
|
4681
|
-
"node_modules/@oclif/plugin-update/node_modules/strip-ansi": {
|
|
4682
|
-
"version": "6.0.1",
|
|
4683
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4684
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4685
|
-
"license": "MIT",
|
|
4686
|
-
"dependencies": {
|
|
4687
|
-
"ansi-regex": "^5.0.1"
|
|
4688
|
-
},
|
|
4689
|
-
"engines": {
|
|
4690
|
-
"node": ">=8"
|
|
4691
|
-
}
|
|
4692
|
-
},
|
|
4693
4693
|
"node_modules/@oclif/plugin-update/node_modules/supports-color": {
|
|
4694
|
-
"version": "
|
|
4695
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-
|
|
4696
|
-
"integrity": "sha512-
|
|
4697
|
-
"license": "MIT",
|
|
4698
|
-
"engines": {
|
|
4699
|
-
"node": ">=12"
|
|
4700
|
-
},
|
|
4701
|
-
"funding": {
|
|
4702
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4703
|
-
}
|
|
4704
|
-
},
|
|
4705
|
-
"node_modules/@oclif/plugin-update/node_modules/wrap-ansi": {
|
|
4706
|
-
"version": "7.0.0",
|
|
4707
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4708
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4694
|
+
"version": "8.1.1",
|
|
4695
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4696
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4709
4697
|
"license": "MIT",
|
|
4710
4698
|
"dependencies": {
|
|
4711
|
-
"
|
|
4712
|
-
"string-width": "^4.1.0",
|
|
4713
|
-
"strip-ansi": "^6.0.0"
|
|
4699
|
+
"has-flag": "^4.0.0"
|
|
4714
4700
|
},
|
|
4715
4701
|
"engines": {
|
|
4716
4702
|
"node": ">=10"
|
|
4717
4703
|
},
|
|
4718
4704
|
"funding": {
|
|
4719
|
-
"url": "https://github.com/chalk/
|
|
4705
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4720
4706
|
}
|
|
4721
4707
|
},
|
|
4722
4708
|
"node_modules/@oclif/plugin-version": {
|
|
4723
|
-
"version": "2.2.
|
|
4724
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
4725
|
-
"integrity": "sha512-
|
|
4709
|
+
"version": "2.2.1",
|
|
4710
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.1.tgz",
|
|
4711
|
+
"integrity": "sha512-lvbFEH6JZEPDDP0VEzN5ImnCkPVW3IYh5wrIdZqgcMCq3rf0sa5xF7wVMaFgWmErEJ3Wb5VLjJCyPbz/iSrmfA==",
|
|
4726
4712
|
"license": "MIT",
|
|
4727
4713
|
"dependencies": {
|
|
4728
|
-
"@oclif/core": "^4.0.0-beta.
|
|
4714
|
+
"@oclif/core": "^4.0.0-beta.14",
|
|
4729
4715
|
"ansis": "^3.2.0"
|
|
4730
4716
|
},
|
|
4731
4717
|
"engines": {
|
|
@@ -4733,13 +4719,13 @@
|
|
|
4733
4719
|
}
|
|
4734
4720
|
},
|
|
4735
4721
|
"node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
|
|
4736
|
-
"version": "4.0.0-beta.
|
|
4737
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.
|
|
4738
|
-
"integrity": "sha512-
|
|
4722
|
+
"version": "4.0.0-beta.14",
|
|
4723
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.14.tgz",
|
|
4724
|
+
"integrity": "sha512-q0DTnJzS0TVRFM0Pi685j5S0XnQHJATj3FDS6tR5TIL1tb5PubacJxP7Cg5E/fC2ra6qztPgpL8LZouRy7lAVQ==",
|
|
4739
4725
|
"license": "MIT",
|
|
4740
4726
|
"dependencies": {
|
|
4741
4727
|
"ansi-escapes": "^4.3.2",
|
|
4742
|
-
"ansis": "^3.
|
|
4728
|
+
"ansis": "^3.1.1",
|
|
4743
4729
|
"clean-stack": "^3.0.1",
|
|
4744
4730
|
"cli-spinners": "^2.9.2",
|
|
4745
4731
|
"cosmiconfig": "^9.0.0",
|
|
@@ -4751,7 +4737,7 @@
|
|
|
4751
4737
|
"is-wsl": "^2.2.0",
|
|
4752
4738
|
"minimatch": "^9.0.4",
|
|
4753
4739
|
"string-width": "^4.2.3",
|
|
4754
|
-
"supports-color": "^
|
|
4740
|
+
"supports-color": "^8",
|
|
4755
4741
|
"widest-line": "^3.1.0",
|
|
4756
4742
|
"wordwrap": "^1.0.0",
|
|
4757
4743
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4786,69 +4772,28 @@
|
|
|
4786
4772
|
}
|
|
4787
4773
|
}
|
|
4788
4774
|
},
|
|
4789
|
-
"node_modules/@oclif/plugin-version/node_modules/minimatch": {
|
|
4790
|
-
"version": "9.0.4",
|
|
4791
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4792
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4793
|
-
"license": "ISC",
|
|
4794
|
-
"dependencies": {
|
|
4795
|
-
"brace-expansion": "^2.0.1"
|
|
4796
|
-
},
|
|
4797
|
-
"engines": {
|
|
4798
|
-
"node": ">=16 || 14 >=14.17"
|
|
4799
|
-
},
|
|
4800
|
-
"funding": {
|
|
4801
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4802
|
-
}
|
|
4803
|
-
},
|
|
4804
|
-
"node_modules/@oclif/plugin-version/node_modules/strip-ansi": {
|
|
4805
|
-
"version": "6.0.1",
|
|
4806
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4807
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4808
|
-
"license": "MIT",
|
|
4809
|
-
"dependencies": {
|
|
4810
|
-
"ansi-regex": "^5.0.1"
|
|
4811
|
-
},
|
|
4812
|
-
"engines": {
|
|
4813
|
-
"node": ">=8"
|
|
4814
|
-
}
|
|
4815
|
-
},
|
|
4816
4775
|
"node_modules/@oclif/plugin-version/node_modules/supports-color": {
|
|
4817
|
-
"version": "
|
|
4818
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-
|
|
4819
|
-
"integrity": "sha512-
|
|
4820
|
-
"license": "MIT",
|
|
4821
|
-
"engines": {
|
|
4822
|
-
"node": ">=12"
|
|
4823
|
-
},
|
|
4824
|
-
"funding": {
|
|
4825
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4826
|
-
}
|
|
4827
|
-
},
|
|
4828
|
-
"node_modules/@oclif/plugin-version/node_modules/wrap-ansi": {
|
|
4829
|
-
"version": "7.0.0",
|
|
4830
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4831
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4776
|
+
"version": "8.1.1",
|
|
4777
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4778
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4832
4779
|
"license": "MIT",
|
|
4833
4780
|
"dependencies": {
|
|
4834
|
-
"
|
|
4835
|
-
"string-width": "^4.1.0",
|
|
4836
|
-
"strip-ansi": "^6.0.0"
|
|
4781
|
+
"has-flag": "^4.0.0"
|
|
4837
4782
|
},
|
|
4838
4783
|
"engines": {
|
|
4839
4784
|
"node": ">=10"
|
|
4840
4785
|
},
|
|
4841
4786
|
"funding": {
|
|
4842
|
-
"url": "https://github.com/chalk/
|
|
4787
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4843
4788
|
}
|
|
4844
4789
|
},
|
|
4845
4790
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4846
|
-
"version": "3.1.
|
|
4847
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4848
|
-
"integrity": "sha512-
|
|
4791
|
+
"version": "3.1.3",
|
|
4792
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.3.tgz",
|
|
4793
|
+
"integrity": "sha512-xdnGWWYIhzZkkXh3sIeX8b0dwc83A7N95GvtiLdiY5veXgwNRXLf+3dNn8p/kAFKlhdh0pIQGeD7jmRYu74Q6Q==",
|
|
4849
4794
|
"license": "MIT",
|
|
4850
4795
|
"dependencies": {
|
|
4851
|
-
"@oclif/core": "^4.0.0-
|
|
4796
|
+
"@oclif/core": "^4.0.0-beta.14",
|
|
4852
4797
|
"ansis": "^3.2.0",
|
|
4853
4798
|
"debug": "^4.3.5",
|
|
4854
4799
|
"http-call": "^5.2.2",
|
|
@@ -4859,13 +4804,13 @@
|
|
|
4859
4804
|
}
|
|
4860
4805
|
},
|
|
4861
4806
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
4862
|
-
"version": "4.0.0-beta.
|
|
4863
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.
|
|
4864
|
-
"integrity": "sha512-
|
|
4807
|
+
"version": "4.0.0-beta.14",
|
|
4808
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.14.tgz",
|
|
4809
|
+
"integrity": "sha512-q0DTnJzS0TVRFM0Pi685j5S0XnQHJATj3FDS6tR5TIL1tb5PubacJxP7Cg5E/fC2ra6qztPgpL8LZouRy7lAVQ==",
|
|
4865
4810
|
"license": "MIT",
|
|
4866
4811
|
"dependencies": {
|
|
4867
4812
|
"ansi-escapes": "^4.3.2",
|
|
4868
|
-
"ansis": "^3.
|
|
4813
|
+
"ansis": "^3.1.1",
|
|
4869
4814
|
"clean-stack": "^3.0.1",
|
|
4870
4815
|
"cli-spinners": "^2.9.2",
|
|
4871
4816
|
"cosmiconfig": "^9.0.0",
|
|
@@ -4877,7 +4822,7 @@
|
|
|
4877
4822
|
"is-wsl": "^2.2.0",
|
|
4878
4823
|
"minimatch": "^9.0.4",
|
|
4879
4824
|
"string-width": "^4.2.3",
|
|
4880
|
-
"supports-color": "^
|
|
4825
|
+
"supports-color": "^8",
|
|
4881
4826
|
"widest-line": "^3.1.0",
|
|
4882
4827
|
"wordwrap": "^1.0.0",
|
|
4883
4828
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4912,60 +4857,19 @@
|
|
|
4912
4857
|
}
|
|
4913
4858
|
}
|
|
4914
4859
|
},
|
|
4915
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/minimatch": {
|
|
4916
|
-
"version": "9.0.4",
|
|
4917
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4918
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4919
|
-
"license": "ISC",
|
|
4920
|
-
"dependencies": {
|
|
4921
|
-
"brace-expansion": "^2.0.1"
|
|
4922
|
-
},
|
|
4923
|
-
"engines": {
|
|
4924
|
-
"node": ">=16 || 14 >=14.17"
|
|
4925
|
-
},
|
|
4926
|
-
"funding": {
|
|
4927
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4928
|
-
}
|
|
4929
|
-
},
|
|
4930
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/strip-ansi": {
|
|
4931
|
-
"version": "6.0.1",
|
|
4932
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4933
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4934
|
-
"license": "MIT",
|
|
4935
|
-
"dependencies": {
|
|
4936
|
-
"ansi-regex": "^5.0.1"
|
|
4937
|
-
},
|
|
4938
|
-
"engines": {
|
|
4939
|
-
"node": ">=8"
|
|
4940
|
-
}
|
|
4941
|
-
},
|
|
4942
4860
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/supports-color": {
|
|
4943
|
-
"version": "
|
|
4944
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-
|
|
4945
|
-
"integrity": "sha512-
|
|
4946
|
-
"license": "MIT",
|
|
4947
|
-
"engines": {
|
|
4948
|
-
"node": ">=12"
|
|
4949
|
-
},
|
|
4950
|
-
"funding": {
|
|
4951
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4952
|
-
}
|
|
4953
|
-
},
|
|
4954
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/wrap-ansi": {
|
|
4955
|
-
"version": "7.0.0",
|
|
4956
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4957
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4861
|
+
"version": "8.1.1",
|
|
4862
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4863
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4958
4864
|
"license": "MIT",
|
|
4959
4865
|
"dependencies": {
|
|
4960
|
-
"
|
|
4961
|
-
"string-width": "^4.1.0",
|
|
4962
|
-
"strip-ansi": "^6.0.0"
|
|
4866
|
+
"has-flag": "^4.0.0"
|
|
4963
4867
|
},
|
|
4964
4868
|
"engines": {
|
|
4965
4869
|
"node": ">=10"
|
|
4966
4870
|
},
|
|
4967
4871
|
"funding": {
|
|
4968
|
-
"url": "https://github.com/chalk/
|
|
4872
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4969
4873
|
}
|
|
4970
4874
|
},
|
|
4971
4875
|
"node_modules/@oclif/plugin-which": {
|
|
@@ -4982,13 +4886,13 @@
|
|
|
4982
4886
|
}
|
|
4983
4887
|
},
|
|
4984
4888
|
"node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
|
|
4985
|
-
"version": "4.0.0-beta.
|
|
4986
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.
|
|
4987
|
-
"integrity": "sha512-
|
|
4889
|
+
"version": "4.0.0-beta.14",
|
|
4890
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.14.tgz",
|
|
4891
|
+
"integrity": "sha512-q0DTnJzS0TVRFM0Pi685j5S0XnQHJATj3FDS6tR5TIL1tb5PubacJxP7Cg5E/fC2ra6qztPgpL8LZouRy7lAVQ==",
|
|
4988
4892
|
"license": "MIT",
|
|
4989
4893
|
"dependencies": {
|
|
4990
4894
|
"ansi-escapes": "^4.3.2",
|
|
4991
|
-
"ansis": "^3.
|
|
4895
|
+
"ansis": "^3.1.1",
|
|
4992
4896
|
"clean-stack": "^3.0.1",
|
|
4993
4897
|
"cli-spinners": "^2.9.2",
|
|
4994
4898
|
"cosmiconfig": "^9.0.0",
|
|
@@ -5000,95 +4904,54 @@
|
|
|
5000
4904
|
"is-wsl": "^2.2.0",
|
|
5001
4905
|
"minimatch": "^9.0.4",
|
|
5002
4906
|
"string-width": "^4.2.3",
|
|
5003
|
-
"supports-color": "^
|
|
4907
|
+
"supports-color": "^8",
|
|
5004
4908
|
"widest-line": "^3.1.0",
|
|
5005
|
-
"wordwrap": "^1.0.0",
|
|
5006
|
-
"wrap-ansi": "^7.0.0"
|
|
5007
|
-
},
|
|
5008
|
-
"engines": {
|
|
5009
|
-
"node": ">=18.0.0"
|
|
5010
|
-
}
|
|
5011
|
-
},
|
|
5012
|
-
"node_modules/@oclif/plugin-which/node_modules/cosmiconfig": {
|
|
5013
|
-
"version": "9.0.0",
|
|
5014
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
5015
|
-
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
5016
|
-
"license": "MIT",
|
|
5017
|
-
"dependencies": {
|
|
5018
|
-
"env-paths": "^2.2.1",
|
|
5019
|
-
"import-fresh": "^3.3.0",
|
|
5020
|
-
"js-yaml": "^4.1.0",
|
|
5021
|
-
"parse-json": "^5.2.0"
|
|
5022
|
-
},
|
|
5023
|
-
"engines": {
|
|
5024
|
-
"node": ">=14"
|
|
5025
|
-
},
|
|
5026
|
-
"funding": {
|
|
5027
|
-
"url": "https://github.com/sponsors/d-fischer"
|
|
5028
|
-
},
|
|
5029
|
-
"peerDependencies": {
|
|
5030
|
-
"typescript": ">=4.9.5"
|
|
5031
|
-
},
|
|
5032
|
-
"peerDependenciesMeta": {
|
|
5033
|
-
"typescript": {
|
|
5034
|
-
"optional": true
|
|
5035
|
-
}
|
|
5036
|
-
}
|
|
5037
|
-
},
|
|
5038
|
-
"node_modules/@oclif/plugin-which/node_modules/minimatch": {
|
|
5039
|
-
"version": "9.0.4",
|
|
5040
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
5041
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
5042
|
-
"license": "ISC",
|
|
5043
|
-
"dependencies": {
|
|
5044
|
-
"brace-expansion": "^2.0.1"
|
|
5045
|
-
},
|
|
5046
|
-
"engines": {
|
|
5047
|
-
"node": ">=16 || 14 >=14.17"
|
|
5048
|
-
},
|
|
5049
|
-
"funding": {
|
|
5050
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5051
|
-
}
|
|
5052
|
-
},
|
|
5053
|
-
"node_modules/@oclif/plugin-which/node_modules/strip-ansi": {
|
|
5054
|
-
"version": "6.0.1",
|
|
5055
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5056
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5057
|
-
"license": "MIT",
|
|
5058
|
-
"dependencies": {
|
|
5059
|
-
"ansi-regex": "^5.0.1"
|
|
4909
|
+
"wordwrap": "^1.0.0",
|
|
4910
|
+
"wrap-ansi": "^7.0.0"
|
|
5060
4911
|
},
|
|
5061
4912
|
"engines": {
|
|
5062
|
-
"node": ">=
|
|
4913
|
+
"node": ">=18.0.0"
|
|
5063
4914
|
}
|
|
5064
4915
|
},
|
|
5065
|
-
"node_modules/@oclif/plugin-which/node_modules/
|
|
5066
|
-
"version": "9.
|
|
5067
|
-
"resolved": "https://registry.npmjs.org/
|
|
5068
|
-
"integrity": "sha512-
|
|
4916
|
+
"node_modules/@oclif/plugin-which/node_modules/cosmiconfig": {
|
|
4917
|
+
"version": "9.0.0",
|
|
4918
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
|
4919
|
+
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
|
5069
4920
|
"license": "MIT",
|
|
4921
|
+
"dependencies": {
|
|
4922
|
+
"env-paths": "^2.2.1",
|
|
4923
|
+
"import-fresh": "^3.3.0",
|
|
4924
|
+
"js-yaml": "^4.1.0",
|
|
4925
|
+
"parse-json": "^5.2.0"
|
|
4926
|
+
},
|
|
5070
4927
|
"engines": {
|
|
5071
|
-
"node": ">=
|
|
4928
|
+
"node": ">=14"
|
|
5072
4929
|
},
|
|
5073
4930
|
"funding": {
|
|
5074
|
-
"url": "https://github.com/
|
|
4931
|
+
"url": "https://github.com/sponsors/d-fischer"
|
|
4932
|
+
},
|
|
4933
|
+
"peerDependencies": {
|
|
4934
|
+
"typescript": ">=4.9.5"
|
|
4935
|
+
},
|
|
4936
|
+
"peerDependenciesMeta": {
|
|
4937
|
+
"typescript": {
|
|
4938
|
+
"optional": true
|
|
4939
|
+
}
|
|
5075
4940
|
}
|
|
5076
4941
|
},
|
|
5077
|
-
"node_modules/@oclif/plugin-which/node_modules/
|
|
5078
|
-
"version": "
|
|
5079
|
-
"resolved": "https://registry.npmjs.org/
|
|
5080
|
-
"integrity": "sha512-
|
|
4942
|
+
"node_modules/@oclif/plugin-which/node_modules/supports-color": {
|
|
4943
|
+
"version": "8.1.1",
|
|
4944
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4945
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5081
4946
|
"license": "MIT",
|
|
5082
4947
|
"dependencies": {
|
|
5083
|
-
"
|
|
5084
|
-
"string-width": "^4.1.0",
|
|
5085
|
-
"strip-ansi": "^6.0.0"
|
|
4948
|
+
"has-flag": "^4.0.0"
|
|
5086
4949
|
},
|
|
5087
4950
|
"engines": {
|
|
5088
4951
|
"node": ">=10"
|
|
5089
4952
|
},
|
|
5090
4953
|
"funding": {
|
|
5091
|
-
"url": "https://github.com/chalk/
|
|
4954
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5092
4955
|
}
|
|
5093
4956
|
},
|
|
5094
4957
|
"node_modules/@octokit/auth-token": {
|
|
@@ -5346,9 +5209,9 @@
|
|
|
5346
5209
|
}
|
|
5347
5210
|
},
|
|
5348
5211
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5349
|
-
"version": "5.3.
|
|
5350
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5351
|
-
"integrity": "sha512-
|
|
5212
|
+
"version": "5.3.9",
|
|
5213
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.9.tgz",
|
|
5214
|
+
"integrity": "sha512-v9WQZCCX1Izs4e/4hMn5nCsPyoE3iUmdpV5/nT9lfjFdtdUlwpfhdwUJqNczEz8g2qkJnebYETrB+KklHAQj2A==",
|
|
5352
5215
|
"dev": true,
|
|
5353
5216
|
"license": "BSD-3-Clause",
|
|
5354
5217
|
"dependencies": {
|
|
@@ -5356,7 +5219,7 @@
|
|
|
5356
5219
|
"@salesforce/kit": "^3.1.2",
|
|
5357
5220
|
"@salesforce/ts-types": "^2.0.9",
|
|
5358
5221
|
"@types/shelljs": "^0.8.15",
|
|
5359
|
-
"debug": "^4.3.
|
|
5222
|
+
"debug": "^4.3.5",
|
|
5360
5223
|
"jszip": "^3.10.1",
|
|
5361
5224
|
"shelljs": "^0.8.4",
|
|
5362
5225
|
"sinon": "^17.0.2",
|
|
@@ -5843,15 +5706,15 @@
|
|
|
5843
5706
|
}
|
|
5844
5707
|
},
|
|
5845
5708
|
"node_modules/@salesforce/plugin-org": {
|
|
5846
|
-
"version": "4.1.
|
|
5847
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
5848
|
-
"integrity": "sha512-
|
|
5709
|
+
"version": "4.1.19",
|
|
5710
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.19.tgz",
|
|
5711
|
+
"integrity": "sha512-O7TTB69s8Ns9whZXBH1wA7vcQqz9SdmDIezCZe6PfsH5Dyp864luSdtvtdsKiD39xbbzIzOTmq3OyBSy8pvvEQ==",
|
|
5849
5712
|
"license": "BSD-3-Clause",
|
|
5850
5713
|
"dependencies": {
|
|
5851
5714
|
"@oclif/core": "^3.26.4",
|
|
5852
5715
|
"@salesforce/core": "^7.3.9",
|
|
5853
5716
|
"@salesforce/kit": "^3.1.1",
|
|
5854
|
-
"@salesforce/sf-plugins-core": "^9.
|
|
5717
|
+
"@salesforce/sf-plugins-core": "^9.1.1",
|
|
5855
5718
|
"@salesforce/source-deploy-retrieve": "^11.6.4",
|
|
5856
5719
|
"chalk": "^5.3.0",
|
|
5857
5720
|
"change-case": "^5.4.4",
|
|
@@ -5901,9 +5764,9 @@
|
|
|
5901
5764
|
}
|
|
5902
5765
|
},
|
|
5903
5766
|
"node_modules/@salesforce/plugin-release-management": {
|
|
5904
|
-
"version": "5.4.
|
|
5905
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.4.
|
|
5906
|
-
"integrity": "sha512-
|
|
5767
|
+
"version": "5.4.7",
|
|
5768
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.4.7.tgz",
|
|
5769
|
+
"integrity": "sha512-ll4X+5hT6jI5m/6oJJOLTbhUXUuhmsQRp8Md4lGojchnhAERZLpf3lL2Uhzzfmiih5ej75/CiXc+PkaVzNnG2g==",
|
|
5907
5770
|
"dev": true,
|
|
5908
5771
|
"license": "BSD-3-Clause",
|
|
5909
5772
|
"dependencies": {
|
|
@@ -5911,14 +5774,14 @@
|
|
|
5911
5774
|
"@octokit/core": "^4.2.4",
|
|
5912
5775
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
5913
5776
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
5914
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
5777
|
+
"@salesforce/cli-plugins-testkit": "^5.3.9",
|
|
5915
5778
|
"@salesforce/core": "^7.3.1",
|
|
5916
|
-
"@salesforce/kit": "^3.1.
|
|
5779
|
+
"@salesforce/kit": "^3.1.2",
|
|
5917
5780
|
"@salesforce/plugin-command-reference": "^3.0.83",
|
|
5918
5781
|
"@salesforce/plugin-trust": "^3.7.0",
|
|
5919
|
-
"@salesforce/sf-plugins-core": "^9.
|
|
5782
|
+
"@salesforce/sf-plugins-core": "^9.1.1",
|
|
5920
5783
|
"@salesforce/ts-types": "^2.0.9",
|
|
5921
|
-
"aws-sdk": "^2.
|
|
5784
|
+
"aws-sdk": "^2.1632.0",
|
|
5922
5785
|
"chalk": "^5.3.0",
|
|
5923
5786
|
"fast-glob": "^3.3.2",
|
|
5924
5787
|
"got": "^13",
|
|
@@ -6123,14 +5986,14 @@
|
|
|
6123
5986
|
}
|
|
6124
5987
|
},
|
|
6125
5988
|
"node_modules/@salesforce/plugin-sobject": {
|
|
6126
|
-
"version": "1.4.
|
|
6127
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
6128
|
-
"integrity": "sha512-
|
|
5989
|
+
"version": "1.4.8",
|
|
5990
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.8.tgz",
|
|
5991
|
+
"integrity": "sha512-WxkigtxIGEvboJCm8f3JFDwOH5JLJIrT6G+8EF/SQrbuGhnVbvV6m0Vdy9uLo+fRbwfbaawSVimQPEwi4c7I0A==",
|
|
6129
5992
|
"license": "BSD-3-Clause",
|
|
6130
5993
|
"dependencies": {
|
|
6131
5994
|
"@inquirer/confirm": "^3.1.8",
|
|
6132
5995
|
"@inquirer/input": "^2.1.9",
|
|
6133
|
-
"@inquirer/select": "^2.3.
|
|
5996
|
+
"@inquirer/select": "^2.3.5",
|
|
6134
5997
|
"@oclif/core": "^3.26.5",
|
|
6135
5998
|
"@salesforce/core": "^7.3.6",
|
|
6136
5999
|
"@salesforce/kit": "^3.1.0",
|
|
@@ -7809,22 +7672,6 @@
|
|
|
7809
7672
|
"node": "^16.14.0 || >=18.0.0"
|
|
7810
7673
|
}
|
|
7811
7674
|
},
|
|
7812
|
-
"node_modules/@tufjs/models/node_modules/minimatch": {
|
|
7813
|
-
"version": "9.0.4",
|
|
7814
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
7815
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
7816
|
-
"extraneous": true,
|
|
7817
|
-
"license": "ISC",
|
|
7818
|
-
"dependencies": {
|
|
7819
|
-
"brace-expansion": "^2.0.1"
|
|
7820
|
-
},
|
|
7821
|
-
"engines": {
|
|
7822
|
-
"node": ">=16 || 14 >=14.17"
|
|
7823
|
-
},
|
|
7824
|
-
"funding": {
|
|
7825
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
7826
|
-
}
|
|
7827
|
-
},
|
|
7828
7675
|
"node_modules/@types/cacheable-request": {
|
|
7829
7676
|
"version": "6.0.3",
|
|
7830
7677
|
"resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz",
|
|
@@ -8921,9 +8768,9 @@
|
|
|
8921
8768
|
}
|
|
8922
8769
|
},
|
|
8923
8770
|
"node_modules/aws-sdk": {
|
|
8924
|
-
"version": "2.
|
|
8925
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
8926
|
-
"integrity": "sha512-
|
|
8771
|
+
"version": "2.1632.0",
|
|
8772
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1632.0.tgz",
|
|
8773
|
+
"integrity": "sha512-doNHUxto00r7r9qWb5RcIsQHUTHdGiPPyJoXxmsmQW6aOr69BqYeuFl8SicNS1YzP6s5sFFnDNKq9KB7jA2fyA==",
|
|
8927
8774
|
"dev": true,
|
|
8928
8775
|
"hasInstallScript": true,
|
|
8929
8776
|
"license": "Apache-2.0",
|
|
@@ -9833,24 +9680,6 @@
|
|
|
9833
9680
|
"node": ">=8"
|
|
9834
9681
|
}
|
|
9835
9682
|
},
|
|
9836
|
-
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
9837
|
-
"version": "7.0.0",
|
|
9838
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
9839
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
9840
|
-
"dev": true,
|
|
9841
|
-
"license": "MIT",
|
|
9842
|
-
"dependencies": {
|
|
9843
|
-
"ansi-styles": "^4.0.0",
|
|
9844
|
-
"string-width": "^4.1.0",
|
|
9845
|
-
"strip-ansi": "^6.0.0"
|
|
9846
|
-
},
|
|
9847
|
-
"engines": {
|
|
9848
|
-
"node": ">=10"
|
|
9849
|
-
},
|
|
9850
|
-
"funding": {
|
|
9851
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
9852
|
-
}
|
|
9853
|
-
},
|
|
9854
9683
|
"node_modules/clone": {
|
|
9855
9684
|
"version": "1.0.4",
|
|
9856
9685
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
@@ -11248,6 +11077,17 @@
|
|
|
11248
11077
|
"node": ">=6"
|
|
11249
11078
|
}
|
|
11250
11079
|
},
|
|
11080
|
+
"node_modules/dotgitignore/node_modules/brace-expansion": {
|
|
11081
|
+
"version": "1.1.11",
|
|
11082
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
11083
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
11084
|
+
"dev": true,
|
|
11085
|
+
"license": "MIT",
|
|
11086
|
+
"dependencies": {
|
|
11087
|
+
"balanced-match": "^1.0.0",
|
|
11088
|
+
"concat-map": "0.0.1"
|
|
11089
|
+
}
|
|
11090
|
+
},
|
|
11251
11091
|
"node_modules/dotgitignore/node_modules/find-up": {
|
|
11252
11092
|
"version": "3.0.0",
|
|
11253
11093
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
|
@@ -11275,6 +11115,19 @@
|
|
|
11275
11115
|
"node": ">=6"
|
|
11276
11116
|
}
|
|
11277
11117
|
},
|
|
11118
|
+
"node_modules/dotgitignore/node_modules/minimatch": {
|
|
11119
|
+
"version": "3.1.2",
|
|
11120
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
11121
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
11122
|
+
"dev": true,
|
|
11123
|
+
"license": "ISC",
|
|
11124
|
+
"dependencies": {
|
|
11125
|
+
"brace-expansion": "^1.1.7"
|
|
11126
|
+
},
|
|
11127
|
+
"engines": {
|
|
11128
|
+
"node": "*"
|
|
11129
|
+
}
|
|
11130
|
+
},
|
|
11278
11131
|
"node_modules/dotgitignore/node_modules/p-locate": {
|
|
11279
11132
|
"version": "3.0.0",
|
|
11280
11133
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
|
|
@@ -11794,6 +11647,17 @@
|
|
|
11794
11647
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
11795
11648
|
}
|
|
11796
11649
|
},
|
|
11650
|
+
"node_modules/eslint-plugin-import/node_modules/brace-expansion": {
|
|
11651
|
+
"version": "1.1.11",
|
|
11652
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
11653
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
11654
|
+
"dev": true,
|
|
11655
|
+
"license": "MIT",
|
|
11656
|
+
"dependencies": {
|
|
11657
|
+
"balanced-match": "^1.0.0",
|
|
11658
|
+
"concat-map": "0.0.1"
|
|
11659
|
+
}
|
|
11660
|
+
},
|
|
11797
11661
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
11798
11662
|
"version": "3.2.7",
|
|
11799
11663
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
@@ -11804,6 +11668,19 @@
|
|
|
11804
11668
|
"ms": "^2.1.1"
|
|
11805
11669
|
}
|
|
11806
11670
|
},
|
|
11671
|
+
"node_modules/eslint-plugin-import/node_modules/minimatch": {
|
|
11672
|
+
"version": "3.1.2",
|
|
11673
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
11674
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
11675
|
+
"dev": true,
|
|
11676
|
+
"license": "ISC",
|
|
11677
|
+
"dependencies": {
|
|
11678
|
+
"brace-expansion": "^1.1.7"
|
|
11679
|
+
},
|
|
11680
|
+
"engines": {
|
|
11681
|
+
"node": "*"
|
|
11682
|
+
}
|
|
11683
|
+
},
|
|
11807
11684
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
11808
11685
|
"version": "6.3.1",
|
|
11809
11686
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -11913,6 +11790,17 @@
|
|
|
11913
11790
|
"url": "https://opencollective.com/eslint"
|
|
11914
11791
|
}
|
|
11915
11792
|
},
|
|
11793
|
+
"node_modules/eslint/node_modules/brace-expansion": {
|
|
11794
|
+
"version": "1.1.11",
|
|
11795
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
11796
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
11797
|
+
"dev": true,
|
|
11798
|
+
"license": "MIT",
|
|
11799
|
+
"dependencies": {
|
|
11800
|
+
"balanced-match": "^1.0.0",
|
|
11801
|
+
"concat-map": "0.0.1"
|
|
11802
|
+
}
|
|
11803
|
+
},
|
|
11916
11804
|
"node_modules/eslint/node_modules/chalk": {
|
|
11917
11805
|
"version": "4.1.2",
|
|
11918
11806
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -11989,6 +11877,19 @@
|
|
|
11989
11877
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
11990
11878
|
}
|
|
11991
11879
|
},
|
|
11880
|
+
"node_modules/eslint/node_modules/minimatch": {
|
|
11881
|
+
"version": "3.1.2",
|
|
11882
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
11883
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
11884
|
+
"dev": true,
|
|
11885
|
+
"license": "ISC",
|
|
11886
|
+
"dependencies": {
|
|
11887
|
+
"brace-expansion": "^1.1.7"
|
|
11888
|
+
},
|
|
11889
|
+
"engines": {
|
|
11890
|
+
"node": "*"
|
|
11891
|
+
}
|
|
11892
|
+
},
|
|
11992
11893
|
"node_modules/eslint/node_modules/p-limit": {
|
|
11993
11894
|
"version": "3.1.0",
|
|
11994
11895
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -13109,21 +13010,6 @@
|
|
|
13109
13010
|
"url": "https://github.com/sponsors/isaacs"
|
|
13110
13011
|
}
|
|
13111
13012
|
},
|
|
13112
|
-
"node_modules/glob/node_modules/minimatch": {
|
|
13113
|
-
"version": "9.0.4",
|
|
13114
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
13115
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
13116
|
-
"license": "ISC",
|
|
13117
|
-
"dependencies": {
|
|
13118
|
-
"brace-expansion": "^2.0.1"
|
|
13119
|
-
},
|
|
13120
|
-
"engines": {
|
|
13121
|
-
"node": ">=16 || 14 >=14.17"
|
|
13122
|
-
},
|
|
13123
|
-
"funding": {
|
|
13124
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
13125
|
-
}
|
|
13126
|
-
},
|
|
13127
13013
|
"node_modules/glob/node_modules/minipass": {
|
|
13128
13014
|
"version": "7.1.2",
|
|
13129
13015
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
@@ -13801,21 +13687,6 @@
|
|
|
13801
13687
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
13802
13688
|
}
|
|
13803
13689
|
},
|
|
13804
|
-
"node_modules/ignore-walk/node_modules/minimatch": {
|
|
13805
|
-
"version": "9.0.4",
|
|
13806
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
13807
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
13808
|
-
"license": "ISC",
|
|
13809
|
-
"dependencies": {
|
|
13810
|
-
"brace-expansion": "^2.0.1"
|
|
13811
|
-
},
|
|
13812
|
-
"engines": {
|
|
13813
|
-
"node": ">=16 || 14 >=14.17"
|
|
13814
|
-
},
|
|
13815
|
-
"funding": {
|
|
13816
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
13817
|
-
}
|
|
13818
|
-
},
|
|
13819
13690
|
"node_modules/immediate": {
|
|
13820
13691
|
"version": "3.0.6",
|
|
13821
13692
|
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
|
|
@@ -14100,6 +13971,20 @@
|
|
|
14100
13971
|
"node": ">=8"
|
|
14101
13972
|
}
|
|
14102
13973
|
},
|
|
13974
|
+
"node_modules/inquirer-autocomplete-standalone/node_modules/wrap-ansi": {
|
|
13975
|
+
"version": "6.2.0",
|
|
13976
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
13977
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
13978
|
+
"license": "MIT",
|
|
13979
|
+
"dependencies": {
|
|
13980
|
+
"ansi-styles": "^4.0.0",
|
|
13981
|
+
"string-width": "^4.1.0",
|
|
13982
|
+
"strip-ansi": "^6.0.0"
|
|
13983
|
+
},
|
|
13984
|
+
"engines": {
|
|
13985
|
+
"node": ">=8"
|
|
13986
|
+
}
|
|
13987
|
+
},
|
|
14103
13988
|
"node_modules/inquirer/node_modules/chalk": {
|
|
14104
13989
|
"version": "4.1.2",
|
|
14105
13990
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -14143,6 +14028,20 @@
|
|
|
14143
14028
|
"node": ">=8"
|
|
14144
14029
|
}
|
|
14145
14030
|
},
|
|
14031
|
+
"node_modules/inquirer/node_modules/wrap-ansi": {
|
|
14032
|
+
"version": "6.2.0",
|
|
14033
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
14034
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
14035
|
+
"license": "MIT",
|
|
14036
|
+
"dependencies": {
|
|
14037
|
+
"ansi-styles": "^4.0.0",
|
|
14038
|
+
"string-width": "^4.1.0",
|
|
14039
|
+
"strip-ansi": "^6.0.0"
|
|
14040
|
+
},
|
|
14041
|
+
"engines": {
|
|
14042
|
+
"node": ">=8"
|
|
14043
|
+
}
|
|
14044
|
+
},
|
|
14146
14045
|
"node_modules/internal-slot": {
|
|
14147
14046
|
"version": "1.0.7",
|
|
14148
14047
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
|
|
@@ -14949,6 +14848,16 @@
|
|
|
14949
14848
|
"node": ">=10"
|
|
14950
14849
|
}
|
|
14951
14850
|
},
|
|
14851
|
+
"node_modules/jake/node_modules/brace-expansion": {
|
|
14852
|
+
"version": "1.1.11",
|
|
14853
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
14854
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
14855
|
+
"license": "MIT",
|
|
14856
|
+
"dependencies": {
|
|
14857
|
+
"balanced-match": "^1.0.0",
|
|
14858
|
+
"concat-map": "0.0.1"
|
|
14859
|
+
}
|
|
14860
|
+
},
|
|
14952
14861
|
"node_modules/jake/node_modules/chalk": {
|
|
14953
14862
|
"version": "4.1.2",
|
|
14954
14863
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -14965,6 +14874,18 @@
|
|
|
14965
14874
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
14966
14875
|
}
|
|
14967
14876
|
},
|
|
14877
|
+
"node_modules/jake/node_modules/minimatch": {
|
|
14878
|
+
"version": "3.1.2",
|
|
14879
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
14880
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
14881
|
+
"license": "ISC",
|
|
14882
|
+
"dependencies": {
|
|
14883
|
+
"brace-expansion": "^1.1.7"
|
|
14884
|
+
},
|
|
14885
|
+
"engines": {
|
|
14886
|
+
"node": "*"
|
|
14887
|
+
}
|
|
14888
|
+
},
|
|
14968
14889
|
"node_modules/jmespath": {
|
|
14969
14890
|
"version": "0.16.0",
|
|
14970
14891
|
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz",
|
|
@@ -15329,22 +15250,6 @@
|
|
|
15329
15250
|
"node": "^16.14.0 || >=18.0.0"
|
|
15330
15251
|
}
|
|
15331
15252
|
},
|
|
15332
|
-
"node_modules/libnpmdiff/node_modules/minimatch": {
|
|
15333
|
-
"version": "9.0.4",
|
|
15334
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
15335
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
15336
|
-
"extraneous": true,
|
|
15337
|
-
"license": "ISC",
|
|
15338
|
-
"dependencies": {
|
|
15339
|
-
"brace-expansion": "^2.0.1"
|
|
15340
|
-
},
|
|
15341
|
-
"engines": {
|
|
15342
|
-
"node": ">=16 || 14 >=14.17"
|
|
15343
|
-
},
|
|
15344
|
-
"funding": {
|
|
15345
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
15346
|
-
}
|
|
15347
|
-
},
|
|
15348
15253
|
"node_modules/libnpmexec": {
|
|
15349
15254
|
"version": "8.1.2",
|
|
15350
15255
|
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.2.tgz",
|
|
@@ -16276,25 +16181,18 @@
|
|
|
16276
16181
|
}
|
|
16277
16182
|
},
|
|
16278
16183
|
"node_modules/minimatch": {
|
|
16279
|
-
"version": "
|
|
16280
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
16281
|
-
"integrity": "sha512-
|
|
16282
|
-
"license": "ISC",
|
|
16283
|
-
"dependencies": {
|
|
16284
|
-
"brace-expansion": "^1.1.7"
|
|
16285
|
-
},
|
|
16286
|
-
"engines": {
|
|
16287
|
-
"node": "*"
|
|
16288
|
-
}
|
|
16289
|
-
},
|
|
16290
|
-
"node_modules/minimatch/node_modules/brace-expansion": {
|
|
16291
|
-
"version": "1.1.11",
|
|
16292
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
16293
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
16294
|
-
"license": "MIT",
|
|
16184
|
+
"version": "9.0.4",
|
|
16185
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
16186
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
16187
|
+
"license": "ISC",
|
|
16295
16188
|
"dependencies": {
|
|
16296
|
-
"
|
|
16297
|
-
|
|
16189
|
+
"brace-expansion": "^2.0.1"
|
|
16190
|
+
},
|
|
16191
|
+
"engines": {
|
|
16192
|
+
"node": ">=16 || 14 >=14.17"
|
|
16193
|
+
},
|
|
16194
|
+
"funding": {
|
|
16195
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
16298
16196
|
}
|
|
16299
16197
|
},
|
|
16300
16198
|
"node_modules/minimist": {
|
|
@@ -16774,6 +16672,28 @@
|
|
|
16774
16672
|
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
|
|
16775
16673
|
"license": "MIT"
|
|
16776
16674
|
},
|
|
16675
|
+
"node_modules/multimatch/node_modules/brace-expansion": {
|
|
16676
|
+
"version": "1.1.11",
|
|
16677
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
16678
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
16679
|
+
"license": "MIT",
|
|
16680
|
+
"dependencies": {
|
|
16681
|
+
"balanced-match": "^1.0.0",
|
|
16682
|
+
"concat-map": "0.0.1"
|
|
16683
|
+
}
|
|
16684
|
+
},
|
|
16685
|
+
"node_modules/multimatch/node_modules/minimatch": {
|
|
16686
|
+
"version": "3.1.2",
|
|
16687
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
16688
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
16689
|
+
"license": "ISC",
|
|
16690
|
+
"dependencies": {
|
|
16691
|
+
"brace-expansion": "^1.1.7"
|
|
16692
|
+
},
|
|
16693
|
+
"engines": {
|
|
16694
|
+
"node": "*"
|
|
16695
|
+
}
|
|
16696
|
+
},
|
|
16777
16697
|
"node_modules/multistream": {
|
|
16778
16698
|
"version": "3.1.0",
|
|
16779
16699
|
"resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz",
|
|
@@ -20052,6 +19972,17 @@
|
|
|
20052
19972
|
"node": ">=8.9"
|
|
20053
19973
|
}
|
|
20054
19974
|
},
|
|
19975
|
+
"node_modules/nyc/node_modules/brace-expansion": {
|
|
19976
|
+
"version": "1.1.11",
|
|
19977
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
19978
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
19979
|
+
"dev": true,
|
|
19980
|
+
"license": "MIT",
|
|
19981
|
+
"dependencies": {
|
|
19982
|
+
"balanced-match": "^1.0.0",
|
|
19983
|
+
"concat-map": "0.0.1"
|
|
19984
|
+
}
|
|
19985
|
+
},
|
|
20055
19986
|
"node_modules/nyc/node_modules/cliui": {
|
|
20056
19987
|
"version": "6.0.0",
|
|
20057
19988
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
@@ -20085,6 +20016,19 @@
|
|
|
20085
20016
|
"url": "https://github.com/sponsors/isaacs"
|
|
20086
20017
|
}
|
|
20087
20018
|
},
|
|
20019
|
+
"node_modules/nyc/node_modules/minimatch": {
|
|
20020
|
+
"version": "3.1.2",
|
|
20021
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
20022
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
20023
|
+
"dev": true,
|
|
20024
|
+
"license": "ISC",
|
|
20025
|
+
"dependencies": {
|
|
20026
|
+
"brace-expansion": "^1.1.7"
|
|
20027
|
+
},
|
|
20028
|
+
"engines": {
|
|
20029
|
+
"node": "*"
|
|
20030
|
+
}
|
|
20031
|
+
},
|
|
20088
20032
|
"node_modules/nyc/node_modules/p-map": {
|
|
20089
20033
|
"version": "3.0.0",
|
|
20090
20034
|
"resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
|
|
@@ -20111,6 +20055,21 @@
|
|
|
20111
20055
|
"node": ">=8"
|
|
20112
20056
|
}
|
|
20113
20057
|
},
|
|
20058
|
+
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
20059
|
+
"version": "6.2.0",
|
|
20060
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
20061
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
20062
|
+
"dev": true,
|
|
20063
|
+
"license": "MIT",
|
|
20064
|
+
"dependencies": {
|
|
20065
|
+
"ansi-styles": "^4.0.0",
|
|
20066
|
+
"string-width": "^4.1.0",
|
|
20067
|
+
"strip-ansi": "^6.0.0"
|
|
20068
|
+
},
|
|
20069
|
+
"engines": {
|
|
20070
|
+
"node": ">=8"
|
|
20071
|
+
}
|
|
20072
|
+
},
|
|
20114
20073
|
"node_modules/nyc/node_modules/y18n": {
|
|
20115
20074
|
"version": "4.0.3",
|
|
20116
20075
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -22191,6 +22150,16 @@
|
|
|
22191
22150
|
"url": "https://github.com/sponsors/isaacs"
|
|
22192
22151
|
}
|
|
22193
22152
|
},
|
|
22153
|
+
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
22154
|
+
"version": "1.1.11",
|
|
22155
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
22156
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
22157
|
+
"license": "MIT",
|
|
22158
|
+
"dependencies": {
|
|
22159
|
+
"balanced-match": "^1.0.0",
|
|
22160
|
+
"concat-map": "0.0.1"
|
|
22161
|
+
}
|
|
22162
|
+
},
|
|
22194
22163
|
"node_modules/rimraf/node_modules/glob": {
|
|
22195
22164
|
"version": "7.2.3",
|
|
22196
22165
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
@@ -22211,6 +22180,18 @@
|
|
|
22211
22180
|
"url": "https://github.com/sponsors/isaacs"
|
|
22212
22181
|
}
|
|
22213
22182
|
},
|
|
22183
|
+
"node_modules/rimraf/node_modules/minimatch": {
|
|
22184
|
+
"version": "3.1.2",
|
|
22185
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
22186
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
22187
|
+
"license": "ISC",
|
|
22188
|
+
"dependencies": {
|
|
22189
|
+
"brace-expansion": "^1.1.7"
|
|
22190
|
+
},
|
|
22191
|
+
"engines": {
|
|
22192
|
+
"node": "*"
|
|
22193
|
+
}
|
|
22194
|
+
},
|
|
22214
22195
|
"node_modules/run-applescript": {
|
|
22215
22196
|
"version": "7.0.0",
|
|
22216
22197
|
"resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
|
|
@@ -22513,6 +22494,16 @@
|
|
|
22513
22494
|
"node": ">=4"
|
|
22514
22495
|
}
|
|
22515
22496
|
},
|
|
22497
|
+
"node_modules/shelljs/node_modules/brace-expansion": {
|
|
22498
|
+
"version": "1.1.11",
|
|
22499
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
22500
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
22501
|
+
"license": "MIT",
|
|
22502
|
+
"dependencies": {
|
|
22503
|
+
"balanced-match": "^1.0.0",
|
|
22504
|
+
"concat-map": "0.0.1"
|
|
22505
|
+
}
|
|
22506
|
+
},
|
|
22516
22507
|
"node_modules/shelljs/node_modules/glob": {
|
|
22517
22508
|
"version": "7.2.3",
|
|
22518
22509
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
@@ -22533,6 +22524,18 @@
|
|
|
22533
22524
|
"url": "https://github.com/sponsors/isaacs"
|
|
22534
22525
|
}
|
|
22535
22526
|
},
|
|
22527
|
+
"node_modules/shelljs/node_modules/minimatch": {
|
|
22528
|
+
"version": "3.1.2",
|
|
22529
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
22530
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
22531
|
+
"license": "ISC",
|
|
22532
|
+
"dependencies": {
|
|
22533
|
+
"brace-expansion": "^1.1.7"
|
|
22534
|
+
},
|
|
22535
|
+
"engines": {
|
|
22536
|
+
"node": "*"
|
|
22537
|
+
}
|
|
22538
|
+
},
|
|
22536
22539
|
"node_modules/shiki": {
|
|
22537
22540
|
"version": "0.14.7",
|
|
22538
22541
|
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz",
|
|
@@ -22786,6 +22789,20 @@
|
|
|
22786
22789
|
"node": ">=8"
|
|
22787
22790
|
}
|
|
22788
22791
|
},
|
|
22792
|
+
"node_modules/smartwrap/node_modules/wrap-ansi": {
|
|
22793
|
+
"version": "6.2.0",
|
|
22794
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
22795
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
22796
|
+
"license": "MIT",
|
|
22797
|
+
"dependencies": {
|
|
22798
|
+
"ansi-styles": "^4.0.0",
|
|
22799
|
+
"string-width": "^4.1.0",
|
|
22800
|
+
"strip-ansi": "^6.0.0"
|
|
22801
|
+
},
|
|
22802
|
+
"engines": {
|
|
22803
|
+
"node": ">=8"
|
|
22804
|
+
}
|
|
22805
|
+
},
|
|
22789
22806
|
"node_modules/smartwrap/node_modules/y18n": {
|
|
22790
22807
|
"version": "4.0.3",
|
|
22791
22808
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -23702,6 +23719,17 @@
|
|
|
23702
23719
|
"node": ">=8"
|
|
23703
23720
|
}
|
|
23704
23721
|
},
|
|
23722
|
+
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
23723
|
+
"version": "1.1.11",
|
|
23724
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
23725
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
23726
|
+
"dev": true,
|
|
23727
|
+
"license": "MIT",
|
|
23728
|
+
"dependencies": {
|
|
23729
|
+
"balanced-match": "^1.0.0",
|
|
23730
|
+
"concat-map": "0.0.1"
|
|
23731
|
+
}
|
|
23732
|
+
},
|
|
23705
23733
|
"node_modules/test-exclude/node_modules/glob": {
|
|
23706
23734
|
"version": "7.2.3",
|
|
23707
23735
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
@@ -23723,6 +23751,19 @@
|
|
|
23723
23751
|
"url": "https://github.com/sponsors/isaacs"
|
|
23724
23752
|
}
|
|
23725
23753
|
},
|
|
23754
|
+
"node_modules/test-exclude/node_modules/minimatch": {
|
|
23755
|
+
"version": "3.1.2",
|
|
23756
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
23757
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
23758
|
+
"dev": true,
|
|
23759
|
+
"license": "ISC",
|
|
23760
|
+
"dependencies": {
|
|
23761
|
+
"brace-expansion": "^1.1.7"
|
|
23762
|
+
},
|
|
23763
|
+
"engines": {
|
|
23764
|
+
"node": "*"
|
|
23765
|
+
}
|
|
23766
|
+
},
|
|
23726
23767
|
"node_modules/text-extensions": {
|
|
23727
23768
|
"version": "1.9.0",
|
|
23728
23769
|
"resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
|
|
@@ -24109,23 +24150,6 @@
|
|
|
24109
24150
|
"node": ">=8"
|
|
24110
24151
|
}
|
|
24111
24152
|
},
|
|
24112
|
-
"node_modules/tty-table/node_modules/wrap-ansi": {
|
|
24113
|
-
"version": "7.0.0",
|
|
24114
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
24115
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
24116
|
-
"license": "MIT",
|
|
24117
|
-
"dependencies": {
|
|
24118
|
-
"ansi-styles": "^4.0.0",
|
|
24119
|
-
"string-width": "^4.1.0",
|
|
24120
|
-
"strip-ansi": "^6.0.0"
|
|
24121
|
-
},
|
|
24122
|
-
"engines": {
|
|
24123
|
-
"node": ">=10"
|
|
24124
|
-
},
|
|
24125
|
-
"funding": {
|
|
24126
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
24127
|
-
}
|
|
24128
|
-
},
|
|
24129
24153
|
"node_modules/tty-table/node_modules/yargs": {
|
|
24130
24154
|
"version": "17.7.2",
|
|
24131
24155
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -24334,22 +24358,6 @@
|
|
|
24334
24358
|
"typedoc": "0.22.x || 0.23.x"
|
|
24335
24359
|
}
|
|
24336
24360
|
},
|
|
24337
|
-
"node_modules/typedoc/node_modules/minimatch": {
|
|
24338
|
-
"version": "9.0.4",
|
|
24339
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
24340
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
24341
|
-
"dev": true,
|
|
24342
|
-
"license": "ISC",
|
|
24343
|
-
"dependencies": {
|
|
24344
|
-
"brace-expansion": "^2.0.1"
|
|
24345
|
-
},
|
|
24346
|
-
"engines": {
|
|
24347
|
-
"node": ">=16 || 14 >=14.17"
|
|
24348
|
-
},
|
|
24349
|
-
"funding": {
|
|
24350
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
24351
|
-
}
|
|
24352
|
-
},
|
|
24353
24361
|
"node_modules/typescript": {
|
|
24354
24362
|
"version": "5.4.5",
|
|
24355
24363
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
@@ -24874,9 +24882,9 @@
|
|
|
24874
24882
|
"license": "Apache-2.0"
|
|
24875
24883
|
},
|
|
24876
24884
|
"node_modules/wrap-ansi": {
|
|
24877
|
-
"version": "
|
|
24878
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
24879
|
-
"integrity": "sha512-
|
|
24885
|
+
"version": "7.0.0",
|
|
24886
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
24887
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
24880
24888
|
"license": "MIT",
|
|
24881
24889
|
"dependencies": {
|
|
24882
24890
|
"ansi-styles": "^4.0.0",
|
|
@@ -24884,7 +24892,10 @@
|
|
|
24884
24892
|
"strip-ansi": "^6.0.0"
|
|
24885
24893
|
},
|
|
24886
24894
|
"engines": {
|
|
24887
|
-
"node": ">=
|
|
24895
|
+
"node": ">=10"
|
|
24896
|
+
},
|
|
24897
|
+
"funding": {
|
|
24898
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
24888
24899
|
}
|
|
24889
24900
|
},
|
|
24890
24901
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -25290,6 +25301,15 @@
|
|
|
25290
25301
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
25291
25302
|
}
|
|
25292
25303
|
},
|
|
25304
|
+
"node_modules/yeoman-environment/node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
25305
|
+
"version": "2.0.1",
|
|
25306
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
25307
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
25308
|
+
"license": "MIT",
|
|
25309
|
+
"dependencies": {
|
|
25310
|
+
"balanced-match": "^1.0.0"
|
|
25311
|
+
}
|
|
25312
|
+
},
|
|
25293
25313
|
"node_modules/yeoman-environment/node_modules/@npmcli/map-workspaces/node_modules/glob": {
|
|
25294
25314
|
"version": "8.1.0",
|
|
25295
25315
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
@@ -25419,6 +25439,16 @@
|
|
|
25419
25439
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
25420
25440
|
}
|
|
25421
25441
|
},
|
|
25442
|
+
"node_modules/yeoman-environment/node_modules/brace-expansion": {
|
|
25443
|
+
"version": "1.1.11",
|
|
25444
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
25445
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
25446
|
+
"license": "MIT",
|
|
25447
|
+
"dependencies": {
|
|
25448
|
+
"balanced-match": "^1.0.0",
|
|
25449
|
+
"concat-map": "0.0.1"
|
|
25450
|
+
}
|
|
25451
|
+
},
|
|
25422
25452
|
"node_modules/yeoman-environment/node_modules/buffer": {
|
|
25423
25453
|
"version": "6.0.3",
|
|
25424
25454
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
@@ -25687,6 +25717,15 @@
|
|
|
25687
25717
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
25688
25718
|
}
|
|
25689
25719
|
},
|
|
25720
|
+
"node_modules/yeoman-environment/node_modules/make-fetch-happen/node_modules/brace-expansion": {
|
|
25721
|
+
"version": "2.0.1",
|
|
25722
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
25723
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
25724
|
+
"license": "MIT",
|
|
25725
|
+
"dependencies": {
|
|
25726
|
+
"balanced-match": "^1.0.0"
|
|
25727
|
+
}
|
|
25728
|
+
},
|
|
25690
25729
|
"node_modules/yeoman-environment/node_modules/make-fetch-happen/node_modules/cacache": {
|
|
25691
25730
|
"version": "16.1.3",
|
|
25692
25731
|
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz",
|
|
@@ -25809,6 +25848,18 @@
|
|
|
25809
25848
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
25810
25849
|
}
|
|
25811
25850
|
},
|
|
25851
|
+
"node_modules/yeoman-environment/node_modules/minimatch": {
|
|
25852
|
+
"version": "3.1.2",
|
|
25853
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
25854
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
25855
|
+
"license": "ISC",
|
|
25856
|
+
"dependencies": {
|
|
25857
|
+
"brace-expansion": "^1.1.7"
|
|
25858
|
+
},
|
|
25859
|
+
"engines": {
|
|
25860
|
+
"node": "*"
|
|
25861
|
+
}
|
|
25862
|
+
},
|
|
25812
25863
|
"node_modules/yeoman-environment/node_modules/minipass-fetch": {
|
|
25813
25864
|
"version": "1.4.1",
|
|
25814
25865
|
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
|
|
@@ -26474,6 +26525,15 @@
|
|
|
26474
26525
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
26475
26526
|
}
|
|
26476
26527
|
},
|
|
26528
|
+
"node_modules/yeoman-generator/node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
26529
|
+
"version": "2.0.1",
|
|
26530
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
26531
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
26532
|
+
"license": "MIT",
|
|
26533
|
+
"dependencies": {
|
|
26534
|
+
"balanced-match": "^1.0.0"
|
|
26535
|
+
}
|
|
26536
|
+
},
|
|
26477
26537
|
"node_modules/yeoman-generator/node_modules/@tufjs/models/node_modules/minimatch": {
|
|
26478
26538
|
"version": "9.0.4",
|
|
26479
26539
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
@@ -26501,6 +26561,16 @@
|
|
|
26501
26561
|
"node": ">= 6.0.0"
|
|
26502
26562
|
}
|
|
26503
26563
|
},
|
|
26564
|
+
"node_modules/yeoman-generator/node_modules/brace-expansion": {
|
|
26565
|
+
"version": "1.1.11",
|
|
26566
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
26567
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
26568
|
+
"license": "MIT",
|
|
26569
|
+
"dependencies": {
|
|
26570
|
+
"balanced-match": "^1.0.0",
|
|
26571
|
+
"concat-map": "0.0.1"
|
|
26572
|
+
}
|
|
26573
|
+
},
|
|
26504
26574
|
"node_modules/yeoman-generator/node_modules/cacache": {
|
|
26505
26575
|
"version": "17.1.4",
|
|
26506
26576
|
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz",
|
|
@@ -26587,6 +26657,18 @@
|
|
|
26587
26657
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
26588
26658
|
}
|
|
26589
26659
|
},
|
|
26660
|
+
"node_modules/yeoman-generator/node_modules/minimatch": {
|
|
26661
|
+
"version": "3.1.2",
|
|
26662
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
26663
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
26664
|
+
"license": "ISC",
|
|
26665
|
+
"dependencies": {
|
|
26666
|
+
"brace-expansion": "^1.1.7"
|
|
26667
|
+
},
|
|
26668
|
+
"engines": {
|
|
26669
|
+
"node": "*"
|
|
26670
|
+
}
|
|
26671
|
+
},
|
|
26590
26672
|
"node_modules/yeoman-generator/node_modules/minipass": {
|
|
26591
26673
|
"version": "5.0.0",
|
|
26592
26674
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
@@ -26634,6 +26716,15 @@
|
|
|
26634
26716
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
26635
26717
|
}
|
|
26636
26718
|
},
|
|
26719
|
+
"node_modules/yeoman-generator/node_modules/node-gyp/node_modules/brace-expansion": {
|
|
26720
|
+
"version": "2.0.1",
|
|
26721
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
26722
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
26723
|
+
"license": "MIT",
|
|
26724
|
+
"dependencies": {
|
|
26725
|
+
"balanced-match": "^1.0.0"
|
|
26726
|
+
}
|
|
26727
|
+
},
|
|
26637
26728
|
"node_modules/yeoman-generator/node_modules/node-gyp/node_modules/cacache": {
|
|
26638
26729
|
"version": "16.1.3",
|
|
26639
26730
|
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz",
|