@salesforce/cli 2.15.8 → 2.16.0
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 +9 -8
- package/npm-shrinkwrap.json +143 -173
- package/oclif.manifest.json +1 -1039
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.
|
|
27
|
+
@salesforce/cli/2.16.0 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5117,7 +5117,7 @@ EXAMPLES
|
|
|
5117
5117
|
$ sf plugins
|
|
5118
5118
|
```
|
|
5119
5119
|
|
|
5120
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5120
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/index.ts)_
|
|
5121
5121
|
|
|
5122
5122
|
## `sf plugins discover`
|
|
5123
5123
|
|
|
@@ -5161,7 +5161,7 @@ EXAMPLES
|
|
|
5161
5161
|
$ sf plugins:inspect myplugin
|
|
5162
5162
|
```
|
|
5163
5163
|
|
|
5164
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5164
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/inspect.ts)_
|
|
5165
5165
|
|
|
5166
5166
|
## `sf plugins:install PLUGIN...`
|
|
5167
5167
|
|
|
@@ -5177,7 +5177,8 @@ ARGUMENTS
|
|
|
5177
5177
|
FLAGS
|
|
5178
5178
|
-f, --force Run yarn install with force flag.
|
|
5179
5179
|
-h, --help Show CLI help.
|
|
5180
|
-
-
|
|
5180
|
+
-s, --silent Silences yarn output.
|
|
5181
|
+
-v, --verbose Show verbose yarn output.
|
|
5181
5182
|
|
|
5182
5183
|
DESCRIPTION
|
|
5183
5184
|
Installs a plugin into the CLI.
|
|
@@ -5201,7 +5202,7 @@ EXAMPLES
|
|
|
5201
5202
|
$ sf plugins:install someuser/someplugin
|
|
5202
5203
|
```
|
|
5203
5204
|
|
|
5204
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5205
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/install.ts)_
|
|
5205
5206
|
|
|
5206
5207
|
## `sf plugins:link PLUGIN`
|
|
5207
5208
|
|
|
@@ -5231,7 +5232,7 @@ EXAMPLES
|
|
|
5231
5232
|
$ sf plugins:link myplugin
|
|
5232
5233
|
```
|
|
5233
5234
|
|
|
5234
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5235
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/link.ts)_
|
|
5235
5236
|
|
|
5236
5237
|
## `sf plugins trust verify`
|
|
5237
5238
|
|
|
@@ -5284,7 +5285,7 @@ ALIASES
|
|
|
5284
5285
|
$ sf plugins remove
|
|
5285
5286
|
```
|
|
5286
5287
|
|
|
5287
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5288
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/uninstall.ts)_
|
|
5288
5289
|
|
|
5289
5290
|
## `sf plugins update`
|
|
5290
5291
|
|
|
@@ -5302,7 +5303,7 @@ DESCRIPTION
|
|
|
5302
5303
|
Update installed plugins.
|
|
5303
5304
|
```
|
|
5304
5305
|
|
|
5305
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5306
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/update.ts)_
|
|
5306
5307
|
|
|
5307
5308
|
## `sf project convert mdapi`
|
|
5308
5309
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.16.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-commands": "3.0.4",
|
|
16
16
|
"@oclif/plugin-help": "6.0.4",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.2",
|
|
18
|
-
"@oclif/plugin-plugins": "
|
|
18
|
+
"@oclif/plugin-plugins": "4.0.1",
|
|
19
19
|
"@oclif/plugin-search": "1.0.4",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.3",
|
|
@@ -2454,9 +2454,9 @@
|
|
|
2454
2454
|
}
|
|
2455
2455
|
},
|
|
2456
2456
|
"node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
|
|
2457
|
-
"version": "3.
|
|
2458
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2459
|
-
"integrity": "sha512-
|
|
2457
|
+
"version": "3.8.0",
|
|
2458
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
2459
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
2460
2460
|
"license": "MIT",
|
|
2461
2461
|
"dependencies": {
|
|
2462
2462
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2517,9 +2517,9 @@
|
|
|
2517
2517
|
}
|
|
2518
2518
|
},
|
|
2519
2519
|
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
2520
|
-
"version": "3.
|
|
2521
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2522
|
-
"integrity": "sha512-
|
|
2520
|
+
"version": "3.8.0",
|
|
2521
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
2522
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
2523
2523
|
"license": "MIT",
|
|
2524
2524
|
"dependencies": {
|
|
2525
2525
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2582,9 +2582,9 @@
|
|
|
2582
2582
|
}
|
|
2583
2583
|
},
|
|
2584
2584
|
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
2585
|
-
"version": "3.
|
|
2586
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2587
|
-
"integrity": "sha512-
|
|
2585
|
+
"version": "3.8.0",
|
|
2586
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
2587
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
2588
2588
|
"license": "MIT",
|
|
2589
2589
|
"dependencies": {
|
|
2590
2590
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2673,35 +2673,31 @@
|
|
|
2673
2673
|
}
|
|
2674
2674
|
},
|
|
2675
2675
|
"node_modules/@oclif/plugin-plugins": {
|
|
2676
|
-
"version": "
|
|
2677
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-
|
|
2678
|
-
"integrity": "sha512-
|
|
2676
|
+
"version": "4.0.1",
|
|
2677
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.0.1.tgz",
|
|
2678
|
+
"integrity": "sha512-eXMuP2E8BO0rs8Z4eIMFxQM8aVqz/H2to5NZ/EDWLeMxAo8krekBRe3AG5HBlgZmPEjmbEGpPbHx/l4f91dWnA==",
|
|
2679
2679
|
"license": "MIT",
|
|
2680
2680
|
"dependencies": {
|
|
2681
|
-
"@oclif/core": "^
|
|
2682
|
-
"chalk": "^
|
|
2681
|
+
"@oclif/core": "^3.7.1",
|
|
2682
|
+
"chalk": "^5.3.0",
|
|
2683
2683
|
"debug": "^4.3.4",
|
|
2684
|
-
"http-call": "^5.2.2",
|
|
2685
|
-
"load-json-file": "^5.3.0",
|
|
2686
2684
|
"npm": "9.8.1",
|
|
2687
2685
|
"npm-run-path": "^4.0.1",
|
|
2688
2686
|
"semver": "^7.5.4",
|
|
2689
2687
|
"shelljs": "^0.8.5",
|
|
2690
|
-
"tslib": "^2.6.2",
|
|
2691
2688
|
"validate-npm-package-name": "^5.0.0",
|
|
2692
2689
|
"yarn": "^1.22.18"
|
|
2693
2690
|
},
|
|
2694
2691
|
"engines": {
|
|
2695
|
-
"node": ">=
|
|
2692
|
+
"node": ">=18.0.0"
|
|
2696
2693
|
}
|
|
2697
2694
|
},
|
|
2698
2695
|
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": {
|
|
2699
|
-
"version": "
|
|
2700
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-
|
|
2701
|
-
"integrity": "sha512-
|
|
2696
|
+
"version": "3.8.0",
|
|
2697
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
2698
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
2702
2699
|
"license": "MIT",
|
|
2703
2700
|
"dependencies": {
|
|
2704
|
-
"@types/cli-progress": "^3.11.0",
|
|
2705
2701
|
"ansi-escapes": "^4.3.2",
|
|
2706
2702
|
"ansi-styles": "^4.3.0",
|
|
2707
2703
|
"cardinal": "^2.1.1",
|
|
@@ -2709,7 +2705,7 @@
|
|
|
2709
2705
|
"clean-stack": "^3.0.1",
|
|
2710
2706
|
"cli-progress": "^3.12.0",
|
|
2711
2707
|
"debug": "^4.3.4",
|
|
2712
|
-
"ejs": "^3.1.
|
|
2708
|
+
"ejs": "^3.1.9",
|
|
2713
2709
|
"get-package-type": "^0.1.0",
|
|
2714
2710
|
"globby": "^11.1.0",
|
|
2715
2711
|
"hyperlinker": "^1.0.0",
|
|
@@ -2724,30 +2720,52 @@
|
|
|
2724
2720
|
"strip-ansi": "^6.0.1",
|
|
2725
2721
|
"supports-color": "^8.1.1",
|
|
2726
2722
|
"supports-hyperlinks": "^2.2.0",
|
|
2727
|
-
"ts-node": "^10.9.1",
|
|
2728
|
-
"tslib": "^2.5.0",
|
|
2729
2723
|
"widest-line": "^3.1.0",
|
|
2730
2724
|
"wordwrap": "^1.0.0",
|
|
2731
2725
|
"wrap-ansi": "^7.0.0"
|
|
2732
2726
|
},
|
|
2733
2727
|
"engines": {
|
|
2734
|
-
"node": ">=
|
|
2728
|
+
"node": ">=18.0.0"
|
|
2735
2729
|
}
|
|
2736
2730
|
},
|
|
2737
|
-
"node_modules/@oclif/plugin-plugins/node_modules/
|
|
2738
|
-
"version": "
|
|
2739
|
-
"resolved": "https://registry.npmjs.org/
|
|
2740
|
-
"integrity": "sha512-
|
|
2731
|
+
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core/node_modules/chalk": {
|
|
2732
|
+
"version": "4.1.2",
|
|
2733
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2734
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2741
2735
|
"license": "MIT",
|
|
2742
2736
|
"dependencies": {
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2745
|
-
"pify": "^4.0.1",
|
|
2746
|
-
"strip-bom": "^3.0.0",
|
|
2747
|
-
"type-fest": "^0.3.0"
|
|
2737
|
+
"ansi-styles": "^4.1.0",
|
|
2738
|
+
"supports-color": "^7.1.0"
|
|
2748
2739
|
},
|
|
2749
2740
|
"engines": {
|
|
2750
|
-
"node": ">=
|
|
2741
|
+
"node": ">=10"
|
|
2742
|
+
},
|
|
2743
|
+
"funding": {
|
|
2744
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2745
|
+
}
|
|
2746
|
+
},
|
|
2747
|
+
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2748
|
+
"version": "7.2.0",
|
|
2749
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2750
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2751
|
+
"license": "MIT",
|
|
2752
|
+
"dependencies": {
|
|
2753
|
+
"has-flag": "^4.0.0"
|
|
2754
|
+
},
|
|
2755
|
+
"engines": {
|
|
2756
|
+
"node": ">=8"
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
"node_modules/@oclif/plugin-plugins/node_modules/chalk": {
|
|
2760
|
+
"version": "5.3.0",
|
|
2761
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2762
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
2763
|
+
"license": "MIT",
|
|
2764
|
+
"engines": {
|
|
2765
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
2766
|
+
},
|
|
2767
|
+
"funding": {
|
|
2768
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2751
2769
|
}
|
|
2752
2770
|
},
|
|
2753
2771
|
"node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
|
|
@@ -2765,15 +2783,6 @@
|
|
|
2765
2783
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2766
2784
|
}
|
|
2767
2785
|
},
|
|
2768
|
-
"node_modules/@oclif/plugin-plugins/node_modules/type-fest": {
|
|
2769
|
-
"version": "0.3.1",
|
|
2770
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
|
|
2771
|
-
"integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
|
|
2772
|
-
"license": "(MIT OR CC0-1.0)",
|
|
2773
|
-
"engines": {
|
|
2774
|
-
"node": ">=6"
|
|
2775
|
-
}
|
|
2776
|
-
},
|
|
2777
2786
|
"node_modules/@oclif/plugin-search": {
|
|
2778
2787
|
"version": "1.0.4",
|
|
2779
2788
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.4.tgz",
|
|
@@ -2788,9 +2797,9 @@
|
|
|
2788
2797
|
}
|
|
2789
2798
|
},
|
|
2790
2799
|
"node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
|
|
2791
|
-
"version": "3.
|
|
2792
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2793
|
-
"integrity": "sha512-
|
|
2800
|
+
"version": "3.8.0",
|
|
2801
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
2802
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
2794
2803
|
"license": "MIT",
|
|
2795
2804
|
"dependencies": {
|
|
2796
2805
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2860,9 +2869,9 @@
|
|
|
2860
2869
|
}
|
|
2861
2870
|
},
|
|
2862
2871
|
"node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
|
|
2863
|
-
"version": "3.
|
|
2864
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2865
|
-
"integrity": "sha512-
|
|
2872
|
+
"version": "3.8.0",
|
|
2873
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
2874
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
2866
2875
|
"license": "MIT",
|
|
2867
2876
|
"dependencies": {
|
|
2868
2877
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3047,9 +3056,9 @@
|
|
|
3047
3056
|
}
|
|
3048
3057
|
},
|
|
3049
3058
|
"node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
|
|
3050
|
-
"version": "3.
|
|
3051
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3052
|
-
"integrity": "sha512-
|
|
3059
|
+
"version": "3.8.0",
|
|
3060
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
3061
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
3053
3062
|
"license": "MIT",
|
|
3054
3063
|
"dependencies": {
|
|
3055
3064
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3114,9 +3123,9 @@
|
|
|
3114
3123
|
}
|
|
3115
3124
|
},
|
|
3116
3125
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
3117
|
-
"version": "3.
|
|
3118
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3119
|
-
"integrity": "sha512-
|
|
3126
|
+
"version": "3.8.0",
|
|
3127
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
3128
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
3120
3129
|
"license": "MIT",
|
|
3121
3130
|
"dependencies": {
|
|
3122
3131
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3217,9 +3226,9 @@
|
|
|
3217
3226
|
}
|
|
3218
3227
|
},
|
|
3219
3228
|
"node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
|
|
3220
|
-
"version": "3.
|
|
3221
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3222
|
-
"integrity": "sha512-
|
|
3229
|
+
"version": "3.8.0",
|
|
3230
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
3231
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
3223
3232
|
"license": "MIT",
|
|
3224
3233
|
"dependencies": {
|
|
3225
3234
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3887,13 +3896,6 @@
|
|
|
3887
3896
|
"js-yaml": "bin/js-yaml.js"
|
|
3888
3897
|
}
|
|
3889
3898
|
},
|
|
3890
|
-
"node_modules/@salesforce/dev-scripts/node_modules/json-parse-even-better-errors": {
|
|
3891
|
-
"version": "2.3.1",
|
|
3892
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
3893
|
-
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
3894
|
-
"dev": true,
|
|
3895
|
-
"license": "MIT"
|
|
3896
|
-
},
|
|
3897
3899
|
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
3898
3900
|
"version": "4.2.1",
|
|
3899
3901
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz",
|
|
@@ -3978,25 +3980,6 @@
|
|
|
3978
3980
|
"path-to-regexp": "^1.7.0"
|
|
3979
3981
|
}
|
|
3980
3982
|
},
|
|
3981
|
-
"node_modules/@salesforce/dev-scripts/node_modules/parse-json": {
|
|
3982
|
-
"version": "5.2.0",
|
|
3983
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
3984
|
-
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
3985
|
-
"dev": true,
|
|
3986
|
-
"license": "MIT",
|
|
3987
|
-
"dependencies": {
|
|
3988
|
-
"@babel/code-frame": "^7.0.0",
|
|
3989
|
-
"error-ex": "^1.3.1",
|
|
3990
|
-
"json-parse-even-better-errors": "^2.3.0",
|
|
3991
|
-
"lines-and-columns": "^1.1.6"
|
|
3992
|
-
},
|
|
3993
|
-
"engines": {
|
|
3994
|
-
"node": ">=8"
|
|
3995
|
-
},
|
|
3996
|
-
"funding": {
|
|
3997
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3998
|
-
}
|
|
3999
|
-
},
|
|
4000
3983
|
"node_modules/@salesforce/dev-scripts/node_modules/sinon": {
|
|
4001
3984
|
"version": "10.0.0",
|
|
4002
3985
|
"resolved": "https://registry.npmjs.org/sinon/-/sinon-10.0.0.tgz",
|
|
@@ -6062,9 +6045,9 @@
|
|
|
6062
6045
|
}
|
|
6063
6046
|
},
|
|
6064
6047
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
6065
|
-
"version": "3.
|
|
6066
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
6067
|
-
"integrity": "sha512-
|
|
6048
|
+
"version": "3.8.0",
|
|
6049
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
6050
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
6068
6051
|
"license": "MIT",
|
|
6069
6052
|
"dependencies": {
|
|
6070
6053
|
"ansi-escapes": "^4.3.2",
|
|
@@ -9299,32 +9282,6 @@
|
|
|
9299
9282
|
"js-yaml": "bin/js-yaml.js"
|
|
9300
9283
|
}
|
|
9301
9284
|
},
|
|
9302
|
-
"node_modules/cosmiconfig/node_modules/json-parse-even-better-errors": {
|
|
9303
|
-
"version": "2.3.1",
|
|
9304
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
9305
|
-
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
9306
|
-
"dev": true,
|
|
9307
|
-
"license": "MIT"
|
|
9308
|
-
},
|
|
9309
|
-
"node_modules/cosmiconfig/node_modules/parse-json": {
|
|
9310
|
-
"version": "5.2.0",
|
|
9311
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
9312
|
-
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
9313
|
-
"dev": true,
|
|
9314
|
-
"license": "MIT",
|
|
9315
|
-
"dependencies": {
|
|
9316
|
-
"@babel/code-frame": "^7.0.0",
|
|
9317
|
-
"error-ex": "^1.3.1",
|
|
9318
|
-
"json-parse-even-better-errors": "^2.3.0",
|
|
9319
|
-
"lines-and-columns": "^1.1.6"
|
|
9320
|
-
},
|
|
9321
|
-
"engines": {
|
|
9322
|
-
"node": ">=8"
|
|
9323
|
-
},
|
|
9324
|
-
"funding": {
|
|
9325
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
9326
|
-
}
|
|
9327
|
-
},
|
|
9328
9285
|
"node_modules/crc-32": {
|
|
9329
9286
|
"version": "1.2.2",
|
|
9330
9287
|
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
|
|
@@ -12027,16 +11984,6 @@
|
|
|
12027
11984
|
"node": ">=4"
|
|
12028
11985
|
}
|
|
12029
11986
|
},
|
|
12030
|
-
"node_modules/git-remote-origin-url/node_modules/pify": {
|
|
12031
|
-
"version": "2.3.0",
|
|
12032
|
-
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
|
12033
|
-
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
12034
|
-
"dev": true,
|
|
12035
|
-
"license": "MIT",
|
|
12036
|
-
"engines": {
|
|
12037
|
-
"node": ">=0.10.0"
|
|
12038
|
-
}
|
|
12039
|
-
},
|
|
12040
11987
|
"node_modules/git-semver-tags": {
|
|
12041
11988
|
"version": "4.1.1",
|
|
12042
11989
|
"resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.1.tgz",
|
|
@@ -12528,6 +12475,19 @@
|
|
|
12528
12475
|
"node": ">=8.0.0"
|
|
12529
12476
|
}
|
|
12530
12477
|
},
|
|
12478
|
+
"node_modules/http-call/node_modules/parse-json": {
|
|
12479
|
+
"version": "4.0.0",
|
|
12480
|
+
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
|
12481
|
+
"integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
|
|
12482
|
+
"license": "MIT",
|
|
12483
|
+
"dependencies": {
|
|
12484
|
+
"error-ex": "^1.3.1",
|
|
12485
|
+
"json-parse-better-errors": "^1.0.1"
|
|
12486
|
+
},
|
|
12487
|
+
"engines": {
|
|
12488
|
+
"node": ">=4"
|
|
12489
|
+
}
|
|
12490
|
+
},
|
|
12531
12491
|
"node_modules/http-parser-js": {
|
|
12532
12492
|
"version": "0.5.8",
|
|
12533
12493
|
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
|
|
@@ -13459,6 +13419,15 @@
|
|
|
13459
13419
|
"node": ">=12"
|
|
13460
13420
|
}
|
|
13461
13421
|
},
|
|
13422
|
+
"node_modules/isomorphic-git/node_modules/pify": {
|
|
13423
|
+
"version": "4.0.1",
|
|
13424
|
+
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
13425
|
+
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
|
|
13426
|
+
"license": "MIT",
|
|
13427
|
+
"engines": {
|
|
13428
|
+
"node": ">=6"
|
|
13429
|
+
}
|
|
13430
|
+
},
|
|
13462
13431
|
"node_modules/istanbul-lib-coverage": {
|
|
13463
13432
|
"version": "3.2.0",
|
|
13464
13433
|
"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
|
|
@@ -14846,6 +14815,20 @@
|
|
|
14846
14815
|
"node": ">=4"
|
|
14847
14816
|
}
|
|
14848
14817
|
},
|
|
14818
|
+
"node_modules/load-json-file/node_modules/parse-json": {
|
|
14819
|
+
"version": "4.0.0",
|
|
14820
|
+
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
|
14821
|
+
"integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
|
|
14822
|
+
"dev": true,
|
|
14823
|
+
"license": "MIT",
|
|
14824
|
+
"dependencies": {
|
|
14825
|
+
"error-ex": "^1.3.1",
|
|
14826
|
+
"json-parse-better-errors": "^1.0.1"
|
|
14827
|
+
},
|
|
14828
|
+
"engines": {
|
|
14829
|
+
"node": ">=4"
|
|
14830
|
+
}
|
|
14831
|
+
},
|
|
14849
14832
|
"node_modules/load-json-file/node_modules/pify": {
|
|
14850
14833
|
"version": "3.0.0",
|
|
14851
14834
|
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
|
@@ -14871,6 +14854,15 @@
|
|
|
14871
14854
|
"node": ">=6"
|
|
14872
14855
|
}
|
|
14873
14856
|
},
|
|
14857
|
+
"node_modules/load-yaml-file/node_modules/pify": {
|
|
14858
|
+
"version": "4.0.1",
|
|
14859
|
+
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
14860
|
+
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
|
|
14861
|
+
"license": "MIT",
|
|
14862
|
+
"engines": {
|
|
14863
|
+
"node": ">=6"
|
|
14864
|
+
}
|
|
14865
|
+
},
|
|
14874
14866
|
"node_modules/locate-path": {
|
|
14875
14867
|
"version": "6.0.0",
|
|
14876
14868
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -20137,9 +20129,9 @@
|
|
|
20137
20129
|
}
|
|
20138
20130
|
},
|
|
20139
20131
|
"node_modules/oclif/node_modules/@oclif/core": {
|
|
20140
|
-
"version": "3.
|
|
20141
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
20142
|
-
"integrity": "sha512-
|
|
20132
|
+
"version": "3.8.0",
|
|
20133
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
|
|
20134
|
+
"integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
|
|
20143
20135
|
"dev": true,
|
|
20144
20136
|
"license": "MIT",
|
|
20145
20137
|
"dependencies": {
|
|
@@ -20773,18 +20765,29 @@
|
|
|
20773
20765
|
"license": "MIT"
|
|
20774
20766
|
},
|
|
20775
20767
|
"node_modules/parse-json": {
|
|
20776
|
-
"version": "
|
|
20777
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-
|
|
20778
|
-
"integrity": "sha512-
|
|
20768
|
+
"version": "5.2.0",
|
|
20769
|
+
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
20770
|
+
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
20779
20771
|
"license": "MIT",
|
|
20780
20772
|
"dependencies": {
|
|
20773
|
+
"@babel/code-frame": "^7.0.0",
|
|
20781
20774
|
"error-ex": "^1.3.1",
|
|
20782
|
-
"json-parse-better-errors": "^
|
|
20775
|
+
"json-parse-even-better-errors": "^2.3.0",
|
|
20776
|
+
"lines-and-columns": "^1.1.6"
|
|
20783
20777
|
},
|
|
20784
20778
|
"engines": {
|
|
20785
|
-
"node": ">=
|
|
20779
|
+
"node": ">=8"
|
|
20780
|
+
},
|
|
20781
|
+
"funding": {
|
|
20782
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
20786
20783
|
}
|
|
20787
20784
|
},
|
|
20785
|
+
"node_modules/parse-json/node_modules/json-parse-even-better-errors": {
|
|
20786
|
+
"version": "2.3.1",
|
|
20787
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
20788
|
+
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
20789
|
+
"license": "MIT"
|
|
20790
|
+
},
|
|
20788
20791
|
"node_modules/pascal-case": {
|
|
20789
20792
|
"version": "3.1.2",
|
|
20790
20793
|
"resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
|
|
@@ -21013,12 +21016,12 @@
|
|
|
21013
21016
|
}
|
|
21014
21017
|
},
|
|
21015
21018
|
"node_modules/pify": {
|
|
21016
|
-
"version": "
|
|
21017
|
-
"resolved": "https://registry.npmjs.org/pify/-/pify-
|
|
21018
|
-
"integrity": "sha512-
|
|
21019
|
+
"version": "2.3.0",
|
|
21020
|
+
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
|
21021
|
+
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
21019
21022
|
"license": "MIT",
|
|
21020
21023
|
"engines": {
|
|
21021
|
-
"node": ">=
|
|
21024
|
+
"node": ">=0.10.0"
|
|
21022
21025
|
}
|
|
21023
21026
|
},
|
|
21024
21027
|
"node_modules/pino": {
|
|
@@ -21911,12 +21914,6 @@
|
|
|
21911
21914
|
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
|
|
21912
21915
|
"license": "ISC"
|
|
21913
21916
|
},
|
|
21914
|
-
"node_modules/read-pkg-up/node_modules/json-parse-even-better-errors": {
|
|
21915
|
-
"version": "2.3.1",
|
|
21916
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
21917
|
-
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
21918
|
-
"license": "MIT"
|
|
21919
|
-
},
|
|
21920
21917
|
"node_modules/read-pkg-up/node_modules/locate-path": {
|
|
21921
21918
|
"version": "5.0.0",
|
|
21922
21919
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -21953,24 +21950,6 @@
|
|
|
21953
21950
|
"node": ">=8"
|
|
21954
21951
|
}
|
|
21955
21952
|
},
|
|
21956
|
-
"node_modules/read-pkg-up/node_modules/parse-json": {
|
|
21957
|
-
"version": "5.2.0",
|
|
21958
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
21959
|
-
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
21960
|
-
"license": "MIT",
|
|
21961
|
-
"dependencies": {
|
|
21962
|
-
"@babel/code-frame": "^7.0.0",
|
|
21963
|
-
"error-ex": "^1.3.1",
|
|
21964
|
-
"json-parse-even-better-errors": "^2.3.0",
|
|
21965
|
-
"lines-and-columns": "^1.1.6"
|
|
21966
|
-
},
|
|
21967
|
-
"engines": {
|
|
21968
|
-
"node": ">=8"
|
|
21969
|
-
},
|
|
21970
|
-
"funding": {
|
|
21971
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
21972
|
-
}
|
|
21973
|
-
},
|
|
21974
21953
|
"node_modules/read-pkg-up/node_modules/read-pkg": {
|
|
21975
21954
|
"version": "5.2.0",
|
|
21976
21955
|
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
|
|
@@ -24390,15 +24369,6 @@
|
|
|
24390
24369
|
"node": ">=4"
|
|
24391
24370
|
}
|
|
24392
24371
|
},
|
|
24393
|
-
"node_modules/vinyl-file/node_modules/pify": {
|
|
24394
|
-
"version": "2.3.0",
|
|
24395
|
-
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
|
24396
|
-
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
24397
|
-
"license": "MIT",
|
|
24398
|
-
"engines": {
|
|
24399
|
-
"node": ">=0.10.0"
|
|
24400
|
-
}
|
|
24401
|
-
},
|
|
24402
24372
|
"node_modules/vinyl/node_modules/clone": {
|
|
24403
24373
|
"version": "2.1.2",
|
|
24404
24374
|
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
|