@salesforce/plugin-auth 3.5.3 → 3.5.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 +7 -7
- package/npm-shrinkwrap.json +331 -412
- package/oclif.lock +8 -41
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
$ sf org list auth
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
111
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/list/auth.ts)_
|
|
112
112
|
|
|
113
113
|
## `sf org login access-token`
|
|
114
114
|
|
|
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
|
|
|
162
162
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
165
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/access-token.ts)_
|
|
166
166
|
|
|
167
167
|
## `sf org login device`
|
|
168
168
|
|
|
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
|
|
|
222
222
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
225
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/device.ts)_
|
|
226
226
|
|
|
227
227
|
## `sf org login jwt`
|
|
228
228
|
|
|
@@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
|
|
|
313
313
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
316
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/jwt.ts)_
|
|
317
317
|
|
|
318
318
|
## `sf org login sfdx-url`
|
|
319
319
|
|
|
@@ -379,7 +379,7 @@ EXAMPLES
|
|
|
379
379
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
382
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/sfdx-url.ts)_
|
|
383
383
|
|
|
384
384
|
## `sf org login web`
|
|
385
385
|
|
|
@@ -466,7 +466,7 @@ FLAG DESCRIPTIONS
|
|
|
466
466
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
469
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/login/web.ts)_
|
|
470
470
|
|
|
471
471
|
## `sf org logout`
|
|
472
472
|
|
|
@@ -527,6 +527,6 @@ FLAG DESCRIPTIONS
|
|
|
527
527
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
530
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.4/src/commands/org/logout.ts)_
|
|
531
531
|
|
|
532
532
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-auth",
|
|
9
|
-
"version": "3.5.
|
|
9
|
+
"version": "3.5.4",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
13
13
|
"@inquirer/select": "^1.3.3",
|
|
14
|
-
"@oclif/core": "^3.
|
|
14
|
+
"@oclif/core": "^3.26.0",
|
|
15
15
|
"@salesforce/core": "^6.7.6",
|
|
16
16
|
"@salesforce/kit": "^3.1.0",
|
|
17
17
|
"@salesforce/plugin-info": "^3.0.28",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"eslint-plugin-sf-plugin": "^1.17.5",
|
|
30
30
|
"oclif": "^4.6.2",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
|
-
"typescript": "^5.4.
|
|
32
|
+
"typescript": "^5.4.4"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">=18.0.0"
|
|
@@ -1889,20 +1889,6 @@
|
|
|
1889
1889
|
"typescript": ">=4"
|
|
1890
1890
|
}
|
|
1891
1891
|
},
|
|
1892
|
-
"node_modules/@commitlint/load/node_modules/typescript": {
|
|
1893
|
-
"version": "5.3.3",
|
|
1894
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
|
1895
|
-
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
1896
|
-
"dev": true,
|
|
1897
|
-
"license": "Apache-2.0",
|
|
1898
|
-
"bin": {
|
|
1899
|
-
"tsc": "bin/tsc",
|
|
1900
|
-
"tsserver": "bin/tsserver"
|
|
1901
|
-
},
|
|
1902
|
-
"engines": {
|
|
1903
|
-
"node": ">=14.17"
|
|
1904
|
-
}
|
|
1905
|
-
},
|
|
1906
1892
|
"node_modules/@commitlint/message": {
|
|
1907
1893
|
"version": "17.8.1",
|
|
1908
1894
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.8.1.tgz",
|
|
@@ -2187,26 +2173,6 @@
|
|
|
2187
2173
|
"url": "https://opencollective.com/eslint"
|
|
2188
2174
|
}
|
|
2189
2175
|
},
|
|
2190
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
2191
|
-
"version": "2.0.1",
|
|
2192
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2193
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2194
|
-
"dev": true,
|
|
2195
|
-
"license": "Python-2.0"
|
|
2196
|
-
},
|
|
2197
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2198
|
-
"version": "4.1.0",
|
|
2199
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
2200
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
2201
|
-
"dev": true,
|
|
2202
|
-
"license": "MIT",
|
|
2203
|
-
"dependencies": {
|
|
2204
|
-
"argparse": "^2.0.1"
|
|
2205
|
-
},
|
|
2206
|
-
"bin": {
|
|
2207
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2208
|
-
}
|
|
2209
|
-
},
|
|
2210
2176
|
"node_modules/@eslint/js": {
|
|
2211
2177
|
"version": "8.57.0",
|
|
2212
2178
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -2644,6 +2610,30 @@
|
|
|
2644
2610
|
"node": ">=8"
|
|
2645
2611
|
}
|
|
2646
2612
|
},
|
|
2613
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
2614
|
+
"version": "1.0.10",
|
|
2615
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2616
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2617
|
+
"dev": true,
|
|
2618
|
+
"license": "MIT",
|
|
2619
|
+
"dependencies": {
|
|
2620
|
+
"sprintf-js": "~1.0.2"
|
|
2621
|
+
}
|
|
2622
|
+
},
|
|
2623
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
2624
|
+
"version": "3.14.1",
|
|
2625
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2626
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2627
|
+
"dev": true,
|
|
2628
|
+
"license": "MIT",
|
|
2629
|
+
"dependencies": {
|
|
2630
|
+
"argparse": "^1.0.7",
|
|
2631
|
+
"esprima": "^4.0.0"
|
|
2632
|
+
},
|
|
2633
|
+
"bin": {
|
|
2634
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2647
2637
|
"node_modules/@istanbuljs/schema": {
|
|
2648
2638
|
"version": "0.1.3",
|
|
2649
2639
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -2743,9 +2733,9 @@
|
|
|
2743
2733
|
}
|
|
2744
2734
|
},
|
|
2745
2735
|
"node_modules/@oclif/core": {
|
|
2746
|
-
"version": "3.
|
|
2747
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2748
|
-
"integrity": "sha512-
|
|
2736
|
+
"version": "3.26.0",
|
|
2737
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
2738
|
+
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
2749
2739
|
"license": "MIT",
|
|
2750
2740
|
"dependencies": {
|
|
2751
2741
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -2781,6 +2771,15 @@
|
|
|
2781
2771
|
"node": ">=18.0.0"
|
|
2782
2772
|
}
|
|
2783
2773
|
},
|
|
2774
|
+
"node_modules/@oclif/core/node_modules/argparse": {
|
|
2775
|
+
"version": "1.0.10",
|
|
2776
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2777
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2778
|
+
"license": "MIT",
|
|
2779
|
+
"dependencies": {
|
|
2780
|
+
"sprintf-js": "~1.0.2"
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2784
2783
|
"node_modules/@oclif/core/node_modules/chalk": {
|
|
2785
2784
|
"version": "4.1.2",
|
|
2786
2785
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2809,6 +2808,19 @@
|
|
|
2809
2808
|
"node": ">=8"
|
|
2810
2809
|
}
|
|
2811
2810
|
},
|
|
2811
|
+
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
2812
|
+
"version": "3.14.1",
|
|
2813
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2814
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2815
|
+
"license": "MIT",
|
|
2816
|
+
"dependencies": {
|
|
2817
|
+
"argparse": "^1.0.7",
|
|
2818
|
+
"esprima": "^4.0.0"
|
|
2819
|
+
},
|
|
2820
|
+
"bin": {
|
|
2821
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2822
|
+
}
|
|
2823
|
+
},
|
|
2812
2824
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
2813
2825
|
"version": "9.0.3",
|
|
2814
2826
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
@@ -2878,6 +2890,117 @@
|
|
|
2878
2890
|
"node": ">=18.0.0"
|
|
2879
2891
|
}
|
|
2880
2892
|
},
|
|
2893
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
2894
|
+
"version": "3.25.2",
|
|
2895
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
|
|
2896
|
+
"integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
|
|
2897
|
+
"dev": true,
|
|
2898
|
+
"license": "MIT",
|
|
2899
|
+
"dependencies": {
|
|
2900
|
+
"@types/cli-progress": "^3.11.5",
|
|
2901
|
+
"ansi-escapes": "^4.3.2",
|
|
2902
|
+
"ansi-styles": "^4.3.0",
|
|
2903
|
+
"cardinal": "^2.1.1",
|
|
2904
|
+
"chalk": "^4.1.2",
|
|
2905
|
+
"clean-stack": "^3.0.1",
|
|
2906
|
+
"cli-progress": "^3.12.0",
|
|
2907
|
+
"color": "^4.2.3",
|
|
2908
|
+
"debug": "^4.3.4",
|
|
2909
|
+
"ejs": "^3.1.9",
|
|
2910
|
+
"get-package-type": "^0.1.0",
|
|
2911
|
+
"globby": "^11.1.0",
|
|
2912
|
+
"hyperlinker": "^1.0.0",
|
|
2913
|
+
"indent-string": "^4.0.0",
|
|
2914
|
+
"is-wsl": "^2.2.0",
|
|
2915
|
+
"js-yaml": "^3.14.1",
|
|
2916
|
+
"minimatch": "^9.0.3",
|
|
2917
|
+
"natural-orderby": "^2.0.3",
|
|
2918
|
+
"object-treeify": "^1.1.33",
|
|
2919
|
+
"password-prompt": "^1.1.3",
|
|
2920
|
+
"slice-ansi": "^4.0.0",
|
|
2921
|
+
"string-width": "^4.2.3",
|
|
2922
|
+
"strip-ansi": "^6.0.1",
|
|
2923
|
+
"supports-color": "^8.1.1",
|
|
2924
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2925
|
+
"widest-line": "^3.1.0",
|
|
2926
|
+
"wordwrap": "^1.0.0",
|
|
2927
|
+
"wrap-ansi": "^7.0.0"
|
|
2928
|
+
},
|
|
2929
|
+
"engines": {
|
|
2930
|
+
"node": ">=18.0.0"
|
|
2931
|
+
}
|
|
2932
|
+
},
|
|
2933
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
2934
|
+
"version": "4.1.2",
|
|
2935
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2936
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2937
|
+
"dev": true,
|
|
2938
|
+
"license": "MIT",
|
|
2939
|
+
"dependencies": {
|
|
2940
|
+
"ansi-styles": "^4.1.0",
|
|
2941
|
+
"supports-color": "^7.1.0"
|
|
2942
|
+
},
|
|
2943
|
+
"engines": {
|
|
2944
|
+
"node": ">=10"
|
|
2945
|
+
},
|
|
2946
|
+
"funding": {
|
|
2947
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2950
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2951
|
+
"version": "7.2.0",
|
|
2952
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2953
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2954
|
+
"dev": true,
|
|
2955
|
+
"license": "MIT",
|
|
2956
|
+
"dependencies": {
|
|
2957
|
+
"has-flag": "^4.0.0"
|
|
2958
|
+
},
|
|
2959
|
+
"engines": {
|
|
2960
|
+
"node": ">=8"
|
|
2961
|
+
}
|
|
2962
|
+
},
|
|
2963
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
2964
|
+
"version": "11.1.0",
|
|
2965
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
2966
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
2967
|
+
"dev": true,
|
|
2968
|
+
"license": "MIT",
|
|
2969
|
+
"dependencies": {
|
|
2970
|
+
"array-union": "^2.1.0",
|
|
2971
|
+
"dir-glob": "^3.0.1",
|
|
2972
|
+
"fast-glob": "^3.2.9",
|
|
2973
|
+
"ignore": "^5.2.0",
|
|
2974
|
+
"merge2": "^1.4.1",
|
|
2975
|
+
"slash": "^3.0.0"
|
|
2976
|
+
},
|
|
2977
|
+
"engines": {
|
|
2978
|
+
"node": ">=10"
|
|
2979
|
+
},
|
|
2980
|
+
"funding": {
|
|
2981
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
2985
|
+
"version": "3.0.0",
|
|
2986
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
2987
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
2988
|
+
"dev": true,
|
|
2989
|
+
"license": "MIT",
|
|
2990
|
+
"engines": {
|
|
2991
|
+
"node": ">=8"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
2995
|
+
"version": "1.0.10",
|
|
2996
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2997
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2998
|
+
"dev": true,
|
|
2999
|
+
"license": "MIT",
|
|
3000
|
+
"dependencies": {
|
|
3001
|
+
"sprintf-js": "~1.0.2"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
2881
3004
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
2882
3005
|
"version": "14.0.1",
|
|
2883
3006
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -2899,6 +3022,36 @@
|
|
|
2899
3022
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2900
3023
|
}
|
|
2901
3024
|
},
|
|
3025
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3026
|
+
"version": "3.14.1",
|
|
3027
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3028
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3029
|
+
"dev": true,
|
|
3030
|
+
"license": "MIT",
|
|
3031
|
+
"dependencies": {
|
|
3032
|
+
"argparse": "^1.0.7",
|
|
3033
|
+
"esprima": "^4.0.0"
|
|
3034
|
+
},
|
|
3035
|
+
"bin": {
|
|
3036
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3040
|
+
"version": "9.0.3",
|
|
3041
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3042
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3043
|
+
"dev": true,
|
|
3044
|
+
"license": "ISC",
|
|
3045
|
+
"dependencies": {
|
|
3046
|
+
"brace-expansion": "^2.0.1"
|
|
3047
|
+
},
|
|
3048
|
+
"engines": {
|
|
3049
|
+
"node": ">=16 || 14 >=14.17"
|
|
3050
|
+
},
|
|
3051
|
+
"funding": {
|
|
3052
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
2902
3055
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
2903
3056
|
"version": "5.0.0",
|
|
2904
3057
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -2925,6 +3078,40 @@
|
|
|
2925
3078
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2926
3079
|
}
|
|
2927
3080
|
},
|
|
3081
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3082
|
+
"version": "8.1.1",
|
|
3083
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3084
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3085
|
+
"dev": true,
|
|
3086
|
+
"license": "MIT",
|
|
3087
|
+
"dependencies": {
|
|
3088
|
+
"has-flag": "^4.0.0"
|
|
3089
|
+
},
|
|
3090
|
+
"engines": {
|
|
3091
|
+
"node": ">=10"
|
|
3092
|
+
},
|
|
3093
|
+
"funding": {
|
|
3094
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
3097
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3098
|
+
"version": "7.0.0",
|
|
3099
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3100
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3101
|
+
"dev": true,
|
|
3102
|
+
"license": "MIT",
|
|
3103
|
+
"dependencies": {
|
|
3104
|
+
"ansi-styles": "^4.0.0",
|
|
3105
|
+
"string-width": "^4.1.0",
|
|
3106
|
+
"strip-ansi": "^6.0.0"
|
|
3107
|
+
},
|
|
3108
|
+
"engines": {
|
|
3109
|
+
"node": ">=10"
|
|
3110
|
+
},
|
|
3111
|
+
"funding": {
|
|
3112
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3113
|
+
}
|
|
3114
|
+
},
|
|
2928
3115
|
"node_modules/@oclif/plugin-help": {
|
|
2929
3116
|
"version": "6.0.18",
|
|
2930
3117
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -3192,209 +3379,22 @@
|
|
|
3192
3379
|
"license": "BSD-3-Clause",
|
|
3193
3380
|
"dependencies": {
|
|
3194
3381
|
"@oclif/core": "^3.15.1",
|
|
3195
|
-
"@salesforce/core": "^6.4.1",
|
|
3196
|
-
"@salesforce/kit": "^3.0.15",
|
|
3197
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
3198
|
-
"@types/inquirer": "^8.2.3",
|
|
3199
|
-
"chalk": "^4",
|
|
3200
|
-
"inquirer": "^8.2.5"
|
|
3201
|
-
},
|
|
3202
|
-
"engines": {
|
|
3203
|
-
"node": ">=18.0.0"
|
|
3204
|
-
}
|
|
3205
|
-
},
|
|
3206
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
3207
|
-
"version": "4.1.2",
|
|
3208
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3209
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3210
|
-
"dev": true,
|
|
3211
|
-
"license": "MIT",
|
|
3212
|
-
"dependencies": {
|
|
3213
|
-
"ansi-styles": "^4.1.0",
|
|
3214
|
-
"supports-color": "^7.1.0"
|
|
3215
|
-
},
|
|
3216
|
-
"engines": {
|
|
3217
|
-
"node": ">=10"
|
|
3218
|
-
},
|
|
3219
|
-
"funding": {
|
|
3220
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3221
|
-
}
|
|
3222
|
-
},
|
|
3223
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/cli-width": {
|
|
3224
|
-
"version": "3.0.0",
|
|
3225
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
3226
|
-
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
3227
|
-
"dev": true,
|
|
3228
|
-
"license": "ISC",
|
|
3229
|
-
"engines": {
|
|
3230
|
-
"node": ">= 10"
|
|
3231
|
-
}
|
|
3232
|
-
},
|
|
3233
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/inquirer": {
|
|
3234
|
-
"version": "8.2.6",
|
|
3235
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz",
|
|
3236
|
-
"integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==",
|
|
3237
|
-
"dev": true,
|
|
3238
|
-
"license": "MIT",
|
|
3239
|
-
"dependencies": {
|
|
3240
|
-
"ansi-escapes": "^4.2.1",
|
|
3241
|
-
"chalk": "^4.1.1",
|
|
3242
|
-
"cli-cursor": "^3.1.0",
|
|
3243
|
-
"cli-width": "^3.0.0",
|
|
3244
|
-
"external-editor": "^3.0.3",
|
|
3245
|
-
"figures": "^3.0.0",
|
|
3246
|
-
"lodash": "^4.17.21",
|
|
3247
|
-
"mute-stream": "0.0.8",
|
|
3248
|
-
"ora": "^5.4.1",
|
|
3249
|
-
"run-async": "^2.4.0",
|
|
3250
|
-
"rxjs": "^7.5.5",
|
|
3251
|
-
"string-width": "^4.1.0",
|
|
3252
|
-
"strip-ansi": "^6.0.0",
|
|
3253
|
-
"through": "^2.3.6",
|
|
3254
|
-
"wrap-ansi": "^6.0.1"
|
|
3255
|
-
},
|
|
3256
|
-
"engines": {
|
|
3257
|
-
"node": ">=12.0.0"
|
|
3258
|
-
}
|
|
3259
|
-
},
|
|
3260
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/mute-stream": {
|
|
3261
|
-
"version": "0.0.8",
|
|
3262
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
3263
|
-
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
3264
|
-
"dev": true,
|
|
3265
|
-
"license": "ISC"
|
|
3266
|
-
},
|
|
3267
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/run-async": {
|
|
3268
|
-
"version": "2.4.1",
|
|
3269
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
3270
|
-
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
3271
|
-
"dev": true,
|
|
3272
|
-
"license": "MIT",
|
|
3273
|
-
"engines": {
|
|
3274
|
-
"node": ">=0.12.0"
|
|
3275
|
-
}
|
|
3276
|
-
},
|
|
3277
|
-
"node_modules/@salesforce/plugin-info": {
|
|
3278
|
-
"version": "3.0.28",
|
|
3279
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.28.tgz",
|
|
3280
|
-
"integrity": "sha512-Sm2qhlNWAwSg/BYxKcRqvdpIUP6FynILl2/8emekJA52ApKw2b/SAHIWDozmxAqVJZseMqZnglKFuIId+qQhpg==",
|
|
3281
|
-
"license": "BSD-3-Clause",
|
|
3282
|
-
"dependencies": {
|
|
3283
|
-
"@inquirer/input": "^2.0.0",
|
|
3284
|
-
"@oclif/core": "^3.19.1",
|
|
3285
|
-
"@salesforce/core": "^6.5.2",
|
|
3286
|
-
"@salesforce/kit": "^3.0.15",
|
|
3287
|
-
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
3288
|
-
"got": "^13.0.0",
|
|
3289
|
-
"marked": "^4.3.0",
|
|
3290
|
-
"marked-terminal": "^4.2.0",
|
|
3291
|
-
"open": "^10.0.3",
|
|
3292
|
-
"proxy-agent": "^6.4.0",
|
|
3293
|
-
"semver": "^7.6.0"
|
|
3294
|
-
},
|
|
3295
|
-
"engines": {
|
|
3296
|
-
"node": ">=18.0.0"
|
|
3297
|
-
}
|
|
3298
|
-
},
|
|
3299
|
-
"node_modules/@salesforce/plugin-info/node_modules/@oclif/core": {
|
|
3300
|
-
"version": "3.20.0",
|
|
3301
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
|
|
3302
|
-
"integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
|
|
3303
|
-
"license": "MIT",
|
|
3304
|
-
"dependencies": {
|
|
3305
|
-
"@types/cli-progress": "^3.11.5",
|
|
3306
|
-
"ansi-escapes": "^4.3.2",
|
|
3307
|
-
"ansi-styles": "^4.3.0",
|
|
3308
|
-
"cardinal": "^2.1.1",
|
|
3309
|
-
"chalk": "^4.1.2",
|
|
3310
|
-
"clean-stack": "^3.0.1",
|
|
3311
|
-
"cli-progress": "^3.12.0",
|
|
3312
|
-
"color": "^4.2.3",
|
|
3313
|
-
"debug": "^4.3.4",
|
|
3314
|
-
"ejs": "^3.1.9",
|
|
3315
|
-
"get-package-type": "^0.1.0",
|
|
3316
|
-
"globby": "^11.1.0",
|
|
3317
|
-
"hyperlinker": "^1.0.0",
|
|
3318
|
-
"indent-string": "^4.0.0",
|
|
3319
|
-
"is-wsl": "^2.2.0",
|
|
3320
|
-
"js-yaml": "^3.14.1",
|
|
3321
|
-
"natural-orderby": "^2.0.3",
|
|
3322
|
-
"object-treeify": "^1.1.33",
|
|
3323
|
-
"password-prompt": "^1.1.3",
|
|
3324
|
-
"slice-ansi": "^4.0.0",
|
|
3325
|
-
"string-width": "^4.2.3",
|
|
3326
|
-
"strip-ansi": "^6.0.1",
|
|
3327
|
-
"supports-color": "^8.1.1",
|
|
3328
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3329
|
-
"widest-line": "^3.1.0",
|
|
3330
|
-
"wordwrap": "^1.0.0",
|
|
3331
|
-
"wrap-ansi": "^7.0.0"
|
|
3332
|
-
},
|
|
3333
|
-
"engines": {
|
|
3334
|
-
"node": ">=18.0.0"
|
|
3335
|
-
}
|
|
3336
|
-
},
|
|
3337
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
3338
|
-
"version": "7.1.14",
|
|
3339
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
|
|
3340
|
-
"integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
|
|
3341
|
-
"license": "BSD-3-Clause",
|
|
3342
|
-
"dependencies": {
|
|
3343
|
-
"@inquirer/confirm": "^2.0.17",
|
|
3344
|
-
"@inquirer/password": "^1.1.16",
|
|
3345
|
-
"@oclif/core": "^3.19.6",
|
|
3346
|
-
"@salesforce/core": "^6.6.0",
|
|
3347
|
-
"@salesforce/kit": "^3.0.15",
|
|
3348
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
3349
|
-
"chalk": "^5.3.0"
|
|
3350
|
-
},
|
|
3351
|
-
"engines": {
|
|
3352
|
-
"node": ">=18.0.0"
|
|
3353
|
-
}
|
|
3354
|
-
},
|
|
3355
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
3356
|
-
"version": "3.26.0",
|
|
3357
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3358
|
-
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3359
|
-
"license": "MIT",
|
|
3360
|
-
"dependencies": {
|
|
3361
|
-
"@types/cli-progress": "^3.11.5",
|
|
3362
|
-
"ansi-escapes": "^4.3.2",
|
|
3363
|
-
"ansi-styles": "^4.3.0",
|
|
3364
|
-
"cardinal": "^2.1.1",
|
|
3365
|
-
"chalk": "^4.1.2",
|
|
3366
|
-
"clean-stack": "^3.0.1",
|
|
3367
|
-
"cli-progress": "^3.12.0",
|
|
3368
|
-
"color": "^4.2.3",
|
|
3369
|
-
"debug": "^4.3.4",
|
|
3370
|
-
"ejs": "^3.1.9",
|
|
3371
|
-
"get-package-type": "^0.1.0",
|
|
3372
|
-
"globby": "^11.1.0",
|
|
3373
|
-
"hyperlinker": "^1.0.0",
|
|
3374
|
-
"indent-string": "^4.0.0",
|
|
3375
|
-
"is-wsl": "^2.2.0",
|
|
3376
|
-
"js-yaml": "^3.14.1",
|
|
3377
|
-
"minimatch": "^9.0.3",
|
|
3378
|
-
"natural-orderby": "^2.0.3",
|
|
3379
|
-
"object-treeify": "^1.1.33",
|
|
3380
|
-
"password-prompt": "^1.1.3",
|
|
3381
|
-
"slice-ansi": "^4.0.0",
|
|
3382
|
-
"string-width": "^4.2.3",
|
|
3383
|
-
"strip-ansi": "^6.0.1",
|
|
3384
|
-
"supports-color": "^8.1.1",
|
|
3385
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3386
|
-
"widest-line": "^3.1.0",
|
|
3387
|
-
"wordwrap": "^1.0.0",
|
|
3388
|
-
"wrap-ansi": "^7.0.0"
|
|
3382
|
+
"@salesforce/core": "^6.4.1",
|
|
3383
|
+
"@salesforce/kit": "^3.0.15",
|
|
3384
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
3385
|
+
"@types/inquirer": "^8.2.3",
|
|
3386
|
+
"chalk": "^4",
|
|
3387
|
+
"inquirer": "^8.2.5"
|
|
3389
3388
|
},
|
|
3390
3389
|
"engines": {
|
|
3391
3390
|
"node": ">=18.0.0"
|
|
3392
3391
|
}
|
|
3393
3392
|
},
|
|
3394
|
-
"node_modules/@salesforce/plugin-
|
|
3393
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
3395
3394
|
"version": "4.1.2",
|
|
3396
3395
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3397
3396
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3397
|
+
"dev": true,
|
|
3398
3398
|
"license": "MIT",
|
|
3399
3399
|
"dependencies": {
|
|
3400
3400
|
"ansi-styles": "^4.1.0",
|
|
@@ -3407,92 +3407,101 @@
|
|
|
3407
3407
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3408
3408
|
}
|
|
3409
3409
|
},
|
|
3410
|
-
"node_modules/@salesforce/plugin-
|
|
3411
|
-
"version": "
|
|
3412
|
-
"resolved": "https://registry.npmjs.org/
|
|
3413
|
-
"integrity": "sha512-
|
|
3414
|
-
"
|
|
3415
|
-
"
|
|
3416
|
-
"has-flag": "^4.0.0"
|
|
3417
|
-
},
|
|
3418
|
-
"engines": {
|
|
3419
|
-
"node": ">=8"
|
|
3420
|
-
}
|
|
3421
|
-
},
|
|
3422
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
3423
|
-
"version": "5.3.0",
|
|
3424
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
3425
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
3426
|
-
"license": "MIT",
|
|
3410
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/cli-width": {
|
|
3411
|
+
"version": "3.0.0",
|
|
3412
|
+
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
3413
|
+
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
3414
|
+
"dev": true,
|
|
3415
|
+
"license": "ISC",
|
|
3427
3416
|
"engines": {
|
|
3428
|
-
"node": "
|
|
3429
|
-
},
|
|
3430
|
-
"funding": {
|
|
3431
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3417
|
+
"node": ">= 10"
|
|
3432
3418
|
}
|
|
3433
3419
|
},
|
|
3434
|
-
"node_modules/@salesforce/plugin-
|
|
3435
|
-
"version": "
|
|
3436
|
-
"resolved": "https://registry.npmjs.org/
|
|
3437
|
-
"integrity": "sha512-
|
|
3420
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/inquirer": {
|
|
3421
|
+
"version": "8.2.6",
|
|
3422
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz",
|
|
3423
|
+
"integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==",
|
|
3424
|
+
"dev": true,
|
|
3438
3425
|
"license": "MIT",
|
|
3439
3426
|
"dependencies": {
|
|
3440
|
-
"ansi-
|
|
3441
|
-
"
|
|
3427
|
+
"ansi-escapes": "^4.2.1",
|
|
3428
|
+
"chalk": "^4.1.1",
|
|
3429
|
+
"cli-cursor": "^3.1.0",
|
|
3430
|
+
"cli-width": "^3.0.0",
|
|
3431
|
+
"external-editor": "^3.0.3",
|
|
3432
|
+
"figures": "^3.0.0",
|
|
3433
|
+
"lodash": "^4.17.21",
|
|
3434
|
+
"mute-stream": "0.0.8",
|
|
3435
|
+
"ora": "^5.4.1",
|
|
3436
|
+
"run-async": "^2.4.0",
|
|
3437
|
+
"rxjs": "^7.5.5",
|
|
3438
|
+
"string-width": "^4.1.0",
|
|
3439
|
+
"strip-ansi": "^6.0.0",
|
|
3440
|
+
"through": "^2.3.6",
|
|
3441
|
+
"wrap-ansi": "^6.0.1"
|
|
3442
3442
|
},
|
|
3443
3443
|
"engines": {
|
|
3444
|
-
"node": ">=
|
|
3445
|
-
},
|
|
3446
|
-
"funding": {
|
|
3447
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3444
|
+
"node": ">=12.0.0"
|
|
3448
3445
|
}
|
|
3449
3446
|
},
|
|
3450
|
-
"node_modules/@salesforce/plugin-
|
|
3451
|
-
"version": "
|
|
3452
|
-
"resolved": "https://registry.npmjs.org/
|
|
3453
|
-
"integrity": "sha512-
|
|
3447
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/mute-stream": {
|
|
3448
|
+
"version": "0.0.8",
|
|
3449
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
3450
|
+
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
3451
|
+
"dev": true,
|
|
3452
|
+
"license": "ISC"
|
|
3453
|
+
},
|
|
3454
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/run-async": {
|
|
3455
|
+
"version": "2.4.1",
|
|
3456
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
3457
|
+
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
3458
|
+
"dev": true,
|
|
3454
3459
|
"license": "MIT",
|
|
3455
|
-
"dependencies": {
|
|
3456
|
-
"has-flag": "^4.0.0"
|
|
3457
|
-
},
|
|
3458
3460
|
"engines": {
|
|
3459
|
-
"node": ">=
|
|
3461
|
+
"node": ">=0.12.0"
|
|
3460
3462
|
}
|
|
3461
3463
|
},
|
|
3462
|
-
"node_modules/@salesforce/plugin-info
|
|
3463
|
-
"version": "
|
|
3464
|
-
"resolved": "https://registry.npmjs.org/
|
|
3465
|
-
"integrity": "sha512-
|
|
3466
|
-
"license": "
|
|
3464
|
+
"node_modules/@salesforce/plugin-info": {
|
|
3465
|
+
"version": "3.0.28",
|
|
3466
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.28.tgz",
|
|
3467
|
+
"integrity": "sha512-Sm2qhlNWAwSg/BYxKcRqvdpIUP6FynILl2/8emekJA52ApKw2b/SAHIWDozmxAqVJZseMqZnglKFuIId+qQhpg==",
|
|
3468
|
+
"license": "BSD-3-Clause",
|
|
3467
3469
|
"dependencies": {
|
|
3468
|
-
"
|
|
3470
|
+
"@inquirer/input": "^2.0.0",
|
|
3471
|
+
"@oclif/core": "^3.19.1",
|
|
3472
|
+
"@salesforce/core": "^6.5.2",
|
|
3473
|
+
"@salesforce/kit": "^3.0.15",
|
|
3474
|
+
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
3475
|
+
"got": "^13.0.0",
|
|
3476
|
+
"marked": "^4.3.0",
|
|
3477
|
+
"marked-terminal": "^4.2.0",
|
|
3478
|
+
"open": "^10.0.3",
|
|
3479
|
+
"proxy-agent": "^6.4.0",
|
|
3480
|
+
"semver": "^7.6.0"
|
|
3469
3481
|
},
|
|
3470
3482
|
"engines": {
|
|
3471
|
-
"node": ">=
|
|
3472
|
-
},
|
|
3473
|
-
"funding": {
|
|
3474
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3483
|
+
"node": ">=18.0.0"
|
|
3475
3484
|
}
|
|
3476
3485
|
},
|
|
3477
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
3478
|
-
"version": "
|
|
3479
|
-
"resolved": "https://registry.npmjs.org/
|
|
3480
|
-
"integrity": "sha512-
|
|
3481
|
-
"license": "
|
|
3486
|
+
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
3487
|
+
"version": "7.1.14",
|
|
3488
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
|
|
3489
|
+
"integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
|
|
3490
|
+
"license": "BSD-3-Clause",
|
|
3482
3491
|
"dependencies": {
|
|
3483
|
-
"
|
|
3484
|
-
"
|
|
3485
|
-
"
|
|
3486
|
-
"
|
|
3492
|
+
"@inquirer/confirm": "^2.0.17",
|
|
3493
|
+
"@inquirer/password": "^1.1.16",
|
|
3494
|
+
"@oclif/core": "^3.19.6",
|
|
3495
|
+
"@salesforce/core": "^6.6.0",
|
|
3496
|
+
"@salesforce/kit": "^3.0.15",
|
|
3497
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
3498
|
+
"chalk": "^5.3.0"
|
|
3487
3499
|
},
|
|
3488
3500
|
"engines": {
|
|
3489
|
-
"node": ">=18"
|
|
3490
|
-
},
|
|
3491
|
-
"funding": {
|
|
3492
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3501
|
+
"node": ">=18.0.0"
|
|
3493
3502
|
}
|
|
3494
3503
|
},
|
|
3495
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
3504
|
+
"node_modules/@salesforce/plugin-info/node_modules/is-wsl": {
|
|
3496
3505
|
"version": "3.1.0",
|
|
3497
3506
|
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
3498
3507
|
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
@@ -3507,36 +3516,22 @@
|
|
|
3507
3516
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3508
3517
|
}
|
|
3509
3518
|
},
|
|
3510
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
3511
|
-
"version": "
|
|
3512
|
-
"resolved": "https://registry.npmjs.org/
|
|
3513
|
-
"integrity": "sha512-
|
|
3514
|
-
"license": "MIT",
|
|
3515
|
-
"dependencies": {
|
|
3516
|
-
"has-flag": "^4.0.0"
|
|
3517
|
-
},
|
|
3518
|
-
"engines": {
|
|
3519
|
-
"node": ">=10"
|
|
3520
|
-
},
|
|
3521
|
-
"funding": {
|
|
3522
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3523
|
-
}
|
|
3524
|
-
},
|
|
3525
|
-
"node_modules/@salesforce/plugin-info/node_modules/wrap-ansi": {
|
|
3526
|
-
"version": "7.0.0",
|
|
3527
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3528
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3519
|
+
"node_modules/@salesforce/plugin-info/node_modules/open": {
|
|
3520
|
+
"version": "10.0.4",
|
|
3521
|
+
"resolved": "https://registry.npmjs.org/open/-/open-10.0.4.tgz",
|
|
3522
|
+
"integrity": "sha512-oujJ/FFr7ra6/7gJuQ4ZJJ8Gf2VHM0J3J/W7IvH++zaqEzacWVxzK++NiVY5NLHTTj7u/jNH5H3Ei9biL31Lng==",
|
|
3529
3523
|
"license": "MIT",
|
|
3530
3524
|
"dependencies": {
|
|
3531
|
-
"
|
|
3532
|
-
"
|
|
3533
|
-
"
|
|
3525
|
+
"default-browser": "^5.2.1",
|
|
3526
|
+
"define-lazy-prop": "^3.0.0",
|
|
3527
|
+
"is-inside-container": "^1.0.0",
|
|
3528
|
+
"is-wsl": "^3.1.0"
|
|
3534
3529
|
},
|
|
3535
3530
|
"engines": {
|
|
3536
|
-
"node": ">=
|
|
3531
|
+
"node": ">=18"
|
|
3537
3532
|
},
|
|
3538
3533
|
"funding": {
|
|
3539
|
-
"url": "https://github.com/
|
|
3534
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3540
3535
|
}
|
|
3541
3536
|
},
|
|
3542
3537
|
"node_modules/@salesforce/prettier-config": {
|
|
@@ -5125,13 +5120,11 @@
|
|
|
5125
5120
|
"license": "MIT"
|
|
5126
5121
|
},
|
|
5127
5122
|
"node_modules/argparse": {
|
|
5128
|
-
"version": "
|
|
5129
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
5130
|
-
"integrity": "sha512-
|
|
5131
|
-
"
|
|
5132
|
-
"
|
|
5133
|
-
"sprintf-js": "~1.0.2"
|
|
5134
|
-
}
|
|
5123
|
+
"version": "2.0.1",
|
|
5124
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
5125
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
5126
|
+
"dev": true,
|
|
5127
|
+
"license": "Python-2.0"
|
|
5135
5128
|
},
|
|
5136
5129
|
"node_modules/array-buffer-byte-length": {
|
|
5137
5130
|
"version": "1.0.1",
|
|
@@ -6506,40 +6499,6 @@
|
|
|
6506
6499
|
}
|
|
6507
6500
|
}
|
|
6508
6501
|
},
|
|
6509
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
6510
|
-
"version": "2.0.1",
|
|
6511
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
6512
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
6513
|
-
"dev": true,
|
|
6514
|
-
"license": "Python-2.0"
|
|
6515
|
-
},
|
|
6516
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
6517
|
-
"version": "4.1.0",
|
|
6518
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
6519
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
6520
|
-
"dev": true,
|
|
6521
|
-
"license": "MIT",
|
|
6522
|
-
"dependencies": {
|
|
6523
|
-
"argparse": "^2.0.1"
|
|
6524
|
-
},
|
|
6525
|
-
"bin": {
|
|
6526
|
-
"js-yaml": "bin/js-yaml.js"
|
|
6527
|
-
}
|
|
6528
|
-
},
|
|
6529
|
-
"node_modules/cosmiconfig/node_modules/typescript": {
|
|
6530
|
-
"version": "5.3.3",
|
|
6531
|
-
"dev": true,
|
|
6532
|
-
"license": "Apache-2.0",
|
|
6533
|
-
"optional": true,
|
|
6534
|
-
"peer": true,
|
|
6535
|
-
"bin": {
|
|
6536
|
-
"tsc": "bin/tsc",
|
|
6537
|
-
"tsserver": "bin/tsserver"
|
|
6538
|
-
},
|
|
6539
|
-
"engines": {
|
|
6540
|
-
"node": ">=14.17"
|
|
6541
|
-
}
|
|
6542
|
-
},
|
|
6543
6502
|
"node_modules/create-require": {
|
|
6544
6503
|
"version": "1.1.1",
|
|
6545
6504
|
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
@@ -7592,13 +7551,6 @@
|
|
|
7592
7551
|
"url": "https://opencollective.com/eslint"
|
|
7593
7552
|
}
|
|
7594
7553
|
},
|
|
7595
|
-
"node_modules/eslint/node_modules/argparse": {
|
|
7596
|
-
"version": "2.0.1",
|
|
7597
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7598
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7599
|
-
"dev": true,
|
|
7600
|
-
"license": "Python-2.0"
|
|
7601
|
-
},
|
|
7602
7554
|
"node_modules/eslint/node_modules/chalk": {
|
|
7603
7555
|
"version": "4.1.2",
|
|
7604
7556
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -7659,19 +7611,6 @@
|
|
|
7659
7611
|
"node": ">=10.13.0"
|
|
7660
7612
|
}
|
|
7661
7613
|
},
|
|
7662
|
-
"node_modules/eslint/node_modules/js-yaml": {
|
|
7663
|
-
"version": "4.1.0",
|
|
7664
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
7665
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
7666
|
-
"dev": true,
|
|
7667
|
-
"license": "MIT",
|
|
7668
|
-
"dependencies": {
|
|
7669
|
-
"argparse": "^2.0.1"
|
|
7670
|
-
},
|
|
7671
|
-
"bin": {
|
|
7672
|
-
"js-yaml": "bin/js-yaml.js"
|
|
7673
|
-
}
|
|
7674
|
-
},
|
|
7675
7614
|
"node_modules/eslint/node_modules/locate-path": {
|
|
7676
7615
|
"version": "6.0.0",
|
|
7677
7616
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -9828,13 +9767,13 @@
|
|
|
9828
9767
|
"license": "MIT"
|
|
9829
9768
|
},
|
|
9830
9769
|
"node_modules/js-yaml": {
|
|
9831
|
-
"version": "
|
|
9832
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
9833
|
-
"integrity": "sha512-
|
|
9770
|
+
"version": "4.1.0",
|
|
9771
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
9772
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
9773
|
+
"dev": true,
|
|
9834
9774
|
"license": "MIT",
|
|
9835
9775
|
"dependencies": {
|
|
9836
|
-
"argparse": "^
|
|
9837
|
-
"esprima": "^4.0.0"
|
|
9776
|
+
"argparse": "^2.0.1"
|
|
9838
9777
|
},
|
|
9839
9778
|
"bin": {
|
|
9840
9779
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -10961,13 +10900,6 @@
|
|
|
10961
10900
|
"node": ">= 14.0.0"
|
|
10962
10901
|
}
|
|
10963
10902
|
},
|
|
10964
|
-
"node_modules/mocha/node_modules/argparse": {
|
|
10965
|
-
"version": "2.0.1",
|
|
10966
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
10967
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
10968
|
-
"dev": true,
|
|
10969
|
-
"license": "Python-2.0"
|
|
10970
|
-
},
|
|
10971
10903
|
"node_modules/mocha/node_modules/diff": {
|
|
10972
10904
|
"version": "5.0.0",
|
|
10973
10905
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -11028,19 +10960,6 @@
|
|
|
11028
10960
|
"node": ">=10"
|
|
11029
10961
|
}
|
|
11030
10962
|
},
|
|
11031
|
-
"node_modules/mocha/node_modules/js-yaml": {
|
|
11032
|
-
"version": "4.1.0",
|
|
11033
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
11034
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
11035
|
-
"dev": true,
|
|
11036
|
-
"license": "MIT",
|
|
11037
|
-
"dependencies": {
|
|
11038
|
-
"argparse": "^2.0.1"
|
|
11039
|
-
},
|
|
11040
|
-
"bin": {
|
|
11041
|
-
"js-yaml": "bin/js-yaml.js"
|
|
11042
|
-
}
|
|
11043
|
-
},
|
|
11044
10963
|
"node_modules/mocha/node_modules/locate-path": {
|
|
11045
10964
|
"version": "6.0.0",
|
|
11046
10965
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -14460,9 +14379,9 @@
|
|
|
14460
14379
|
}
|
|
14461
14380
|
},
|
|
14462
14381
|
"node_modules/typescript": {
|
|
14463
|
-
"version": "5.4.
|
|
14464
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
14465
|
-
"integrity": "sha512-
|
|
14382
|
+
"version": "5.4.4",
|
|
14383
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
|
|
14384
|
+
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
|
|
14466
14385
|
"dev": true,
|
|
14467
14386
|
"license": "Apache-2.0",
|
|
14468
14387
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1351,7 +1351,7 @@
|
|
|
1351
1351
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1352
1352
|
fastq "^1.6.0"
|
|
1353
1353
|
|
|
1354
|
-
"@oclif/core@3.25.2"
|
|
1354
|
+
"@oclif/core@3.25.2":
|
|
1355
1355
|
version "3.25.2"
|
|
1356
1356
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
|
1357
1357
|
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
|
@@ -1385,40 +1385,7 @@
|
|
|
1385
1385
|
wordwrap "^1.0.0"
|
|
1386
1386
|
wrap-ansi "^7.0.0"
|
|
1387
1387
|
|
|
1388
|
-
"@oclif/core@^3.19.1":
|
|
1389
|
-
version "3.20.0"
|
|
1390
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
|
|
1391
|
-
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
|
|
1392
|
-
dependencies:
|
|
1393
|
-
"@types/cli-progress" "^3.11.5"
|
|
1394
|
-
ansi-escapes "^4.3.2"
|
|
1395
|
-
ansi-styles "^4.3.0"
|
|
1396
|
-
cardinal "^2.1.1"
|
|
1397
|
-
chalk "^4.1.2"
|
|
1398
|
-
clean-stack "^3.0.1"
|
|
1399
|
-
cli-progress "^3.12.0"
|
|
1400
|
-
color "^4.2.3"
|
|
1401
|
-
debug "^4.3.4"
|
|
1402
|
-
ejs "^3.1.9"
|
|
1403
|
-
get-package-type "^0.1.0"
|
|
1404
|
-
globby "^11.1.0"
|
|
1405
|
-
hyperlinker "^1.0.0"
|
|
1406
|
-
indent-string "^4.0.0"
|
|
1407
|
-
is-wsl "^2.2.0"
|
|
1408
|
-
js-yaml "^3.14.1"
|
|
1409
|
-
natural-orderby "^2.0.3"
|
|
1410
|
-
object-treeify "^1.1.33"
|
|
1411
|
-
password-prompt "^1.1.3"
|
|
1412
|
-
slice-ansi "^4.0.0"
|
|
1413
|
-
string-width "^4.2.3"
|
|
1414
|
-
strip-ansi "^6.0.1"
|
|
1415
|
-
supports-color "^8.1.1"
|
|
1416
|
-
supports-hyperlinks "^2.2.0"
|
|
1417
|
-
widest-line "^3.1.0"
|
|
1418
|
-
wordwrap "^1.0.0"
|
|
1419
|
-
wrap-ansi "^7.0.0"
|
|
1420
|
-
|
|
1421
|
-
"@oclif/core@^3.19.6":
|
|
1388
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
|
|
1422
1389
|
version "3.26.0"
|
|
1423
1390
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1424
1391
|
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
@@ -7719,16 +7686,16 @@ typedoc@^0.25.12:
|
|
|
7719
7686
|
minimatch "^9.0.3"
|
|
7720
7687
|
shiki "^0.14.7"
|
|
7721
7688
|
|
|
7722
|
-
"typescript@^4.6.4 || ^5.2.2", typescript
|
|
7689
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.4:
|
|
7690
|
+
version "5.4.4"
|
|
7691
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
|
|
7692
|
+
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
|
|
7693
|
+
|
|
7694
|
+
typescript@~5.3.2:
|
|
7723
7695
|
version "5.3.3"
|
|
7724
7696
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
7725
7697
|
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
7726
7698
|
|
|
7727
|
-
typescript@^5.4.3:
|
|
7728
|
-
version "5.4.3"
|
|
7729
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
|
|
7730
|
-
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
|
|
7731
|
-
|
|
7732
7699
|
uglify-js@^3.1.4:
|
|
7733
7700
|
version "3.17.4"
|
|
7734
7701
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.5.
|
|
4
|
+
"version": "3.5.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/checkbox": "^1.5.2",
|
|
9
9
|
"@inquirer/select": "^1.3.3",
|
|
10
|
-
"@oclif/core": "^3.
|
|
10
|
+
"@oclif/core": "^3.26.0",
|
|
11
11
|
"@salesforce/core": "^6.7.6",
|
|
12
12
|
"@salesforce/plugin-info": "^3.0.28",
|
|
13
13
|
"@salesforce/kit": "^3.1.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"eslint-plugin-sf-plugin": "^1.17.5",
|
|
26
26
|
"oclif": "^4.6.2",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
28
|
-
"typescript": "^5.4.
|
|
28
|
+
"typescript": "^5.4.4"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0.0"
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"exports": "./lib/index.js",
|
|
237
237
|
"type": "module",
|
|
238
238
|
"sfdx": {
|
|
239
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.
|
|
240
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.
|
|
239
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.4.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.4.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|