@salesforce/cli 2.102.1 → 2.102.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -54
- package/npm-shrinkwrap.json +228 -57
- package/oclif.lock +126 -52
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.102.
|
|
9
|
+
"version": "2.102.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.5.2",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.34",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.32",
|
|
17
17
|
"@oclif/plugin-help": "6.2.32",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.63",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.46",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "1.24.2",
|
|
28
28
|
"@salesforce/plugin-apex": "3.6.19",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
|
-
"@salesforce/plugin-auth": "3.7.
|
|
30
|
+
"@salesforce/plugin-auth": "3.7.18",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.50",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.38",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.77",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.62",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.20",
|
|
37
|
-
"@salesforce/plugin-packaging": "2.19.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.19.3",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.77",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.40",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.67",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.53",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.57",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.32",
|
|
@@ -3145,9 +3145,9 @@
|
|
|
3145
3145
|
}
|
|
3146
3146
|
},
|
|
3147
3147
|
"node_modules/@jsforce/jsforce-node": {
|
|
3148
|
-
"version": "3.10.
|
|
3149
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
3150
|
-
"integrity": "sha512-
|
|
3148
|
+
"version": "3.10.1",
|
|
3149
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz",
|
|
3150
|
+
"integrity": "sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==",
|
|
3151
3151
|
"license": "MIT",
|
|
3152
3152
|
"dependencies": {
|
|
3153
3153
|
"@sindresorhus/is": "^4",
|
|
@@ -3190,6 +3190,118 @@
|
|
|
3190
3190
|
"node": ">= 6"
|
|
3191
3191
|
}
|
|
3192
3192
|
},
|
|
3193
|
+
"node_modules/@jsonjoy.com/base64": {
|
|
3194
|
+
"version": "1.1.2",
|
|
3195
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
|
|
3196
|
+
"integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
|
|
3197
|
+
"license": "Apache-2.0",
|
|
3198
|
+
"engines": {
|
|
3199
|
+
"node": ">=10.0"
|
|
3200
|
+
},
|
|
3201
|
+
"funding": {
|
|
3202
|
+
"type": "github",
|
|
3203
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3204
|
+
},
|
|
3205
|
+
"peerDependencies": {
|
|
3206
|
+
"tslib": "2"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
"node_modules/@jsonjoy.com/buffers": {
|
|
3210
|
+
"version": "1.0.0",
|
|
3211
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz",
|
|
3212
|
+
"integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==",
|
|
3213
|
+
"license": "Apache-2.0",
|
|
3214
|
+
"engines": {
|
|
3215
|
+
"node": ">=10.0"
|
|
3216
|
+
},
|
|
3217
|
+
"funding": {
|
|
3218
|
+
"type": "github",
|
|
3219
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3220
|
+
},
|
|
3221
|
+
"peerDependencies": {
|
|
3222
|
+
"tslib": "2"
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
"node_modules/@jsonjoy.com/codegen": {
|
|
3226
|
+
"version": "1.0.0",
|
|
3227
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
|
|
3228
|
+
"integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
|
|
3229
|
+
"license": "Apache-2.0",
|
|
3230
|
+
"engines": {
|
|
3231
|
+
"node": ">=10.0"
|
|
3232
|
+
},
|
|
3233
|
+
"funding": {
|
|
3234
|
+
"type": "github",
|
|
3235
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3236
|
+
},
|
|
3237
|
+
"peerDependencies": {
|
|
3238
|
+
"tslib": "2"
|
|
3239
|
+
}
|
|
3240
|
+
},
|
|
3241
|
+
"node_modules/@jsonjoy.com/json-pack": {
|
|
3242
|
+
"version": "1.10.0",
|
|
3243
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz",
|
|
3244
|
+
"integrity": "sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==",
|
|
3245
|
+
"license": "Apache-2.0",
|
|
3246
|
+
"dependencies": {
|
|
3247
|
+
"@jsonjoy.com/base64": "^1.1.2",
|
|
3248
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
|
3249
|
+
"@jsonjoy.com/codegen": "^1.0.0",
|
|
3250
|
+
"@jsonjoy.com/json-pointer": "^1.0.1",
|
|
3251
|
+
"@jsonjoy.com/util": "^1.9.0",
|
|
3252
|
+
"hyperdyperid": "^1.2.0",
|
|
3253
|
+
"thingies": "^2.5.0"
|
|
3254
|
+
},
|
|
3255
|
+
"engines": {
|
|
3256
|
+
"node": ">=10.0"
|
|
3257
|
+
},
|
|
3258
|
+
"funding": {
|
|
3259
|
+
"type": "github",
|
|
3260
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3261
|
+
},
|
|
3262
|
+
"peerDependencies": {
|
|
3263
|
+
"tslib": "2"
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
"node_modules/@jsonjoy.com/json-pointer": {
|
|
3267
|
+
"version": "1.0.1",
|
|
3268
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz",
|
|
3269
|
+
"integrity": "sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==",
|
|
3270
|
+
"license": "Apache-2.0",
|
|
3271
|
+
"dependencies": {
|
|
3272
|
+
"@jsonjoy.com/util": "^1.3.0"
|
|
3273
|
+
},
|
|
3274
|
+
"engines": {
|
|
3275
|
+
"node": ">=10.0"
|
|
3276
|
+
},
|
|
3277
|
+
"funding": {
|
|
3278
|
+
"type": "github",
|
|
3279
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3280
|
+
},
|
|
3281
|
+
"peerDependencies": {
|
|
3282
|
+
"tslib": "2"
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
3285
|
+
"node_modules/@jsonjoy.com/util": {
|
|
3286
|
+
"version": "1.9.0",
|
|
3287
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
|
|
3288
|
+
"integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
|
|
3289
|
+
"license": "Apache-2.0",
|
|
3290
|
+
"dependencies": {
|
|
3291
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
|
3292
|
+
"@jsonjoy.com/codegen": "^1.0.0"
|
|
3293
|
+
},
|
|
3294
|
+
"engines": {
|
|
3295
|
+
"node": ">=10.0"
|
|
3296
|
+
},
|
|
3297
|
+
"funding": {
|
|
3298
|
+
"type": "github",
|
|
3299
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3300
|
+
},
|
|
3301
|
+
"peerDependencies": {
|
|
3302
|
+
"tslib": "2"
|
|
3303
|
+
}
|
|
3304
|
+
},
|
|
3193
3305
|
"node_modules/@microsoft/applicationinsights-web-snippet": {
|
|
3194
3306
|
"version": "1.0.1",
|
|
3195
3307
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
|
|
@@ -3799,13 +3911,13 @@
|
|
|
3799
3911
|
}
|
|
3800
3912
|
},
|
|
3801
3913
|
"node_modules/@oclif/plugin-commands": {
|
|
3802
|
-
"version": "4.1.
|
|
3803
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
3804
|
-
"integrity": "sha512-
|
|
3914
|
+
"version": "4.1.32",
|
|
3915
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.32.tgz",
|
|
3916
|
+
"integrity": "sha512-KrHinOU8uji+wNu4kv2cmtMdUNq6GDHM+oNJQOzEJe92VZ5oeXINwuFpd/SjRXtmNJhPDpZU+jPq5SxEK9rZLQ==",
|
|
3805
3917
|
"license": "MIT",
|
|
3806
3918
|
"dependencies": {
|
|
3807
3919
|
"@oclif/core": "^4",
|
|
3808
|
-
"@oclif/table": "^0.4.
|
|
3920
|
+
"@oclif/table": "^0.4.12",
|
|
3809
3921
|
"lodash": "^4.17.21",
|
|
3810
3922
|
"object-treeify": "^4.0.1"
|
|
3811
3923
|
},
|
|
@@ -4616,15 +4728,15 @@
|
|
|
4616
4728
|
}
|
|
4617
4729
|
},
|
|
4618
4730
|
"node_modules/@salesforce/core": {
|
|
4619
|
-
"version": "8.
|
|
4620
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4621
|
-
"integrity": "sha512-
|
|
4731
|
+
"version": "8.19.1",
|
|
4732
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.19.1.tgz",
|
|
4733
|
+
"integrity": "sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==",
|
|
4622
4734
|
"license": "BSD-3-Clause",
|
|
4623
4735
|
"dependencies": {
|
|
4624
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
4736
|
+
"@jsforce/jsforce-node": "^3.10.1",
|
|
4625
4737
|
"@salesforce/kit": "^3.2.2",
|
|
4626
4738
|
"@salesforce/schemas": "^1.9.1",
|
|
4627
|
-
"@salesforce/ts-types": "^2.0.
|
|
4739
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
4628
4740
|
"ajv": "^8.17.1",
|
|
4629
4741
|
"change-case": "^4.1.2",
|
|
4630
4742
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -4633,6 +4745,7 @@
|
|
|
4633
4745
|
"js2xmlparser": "^4.0.1",
|
|
4634
4746
|
"jsonwebtoken": "9.0.2",
|
|
4635
4747
|
"jszip": "3.10.1",
|
|
4748
|
+
"memfs": "^4.30.1",
|
|
4636
4749
|
"pino": "^9.7.0",
|
|
4637
4750
|
"pino-abstract-transport": "^1.2.0",
|
|
4638
4751
|
"pino-pretty": "^11.3.0",
|
|
@@ -4924,9 +5037,9 @@
|
|
|
4924
5037
|
}
|
|
4925
5038
|
},
|
|
4926
5039
|
"node_modules/@salesforce/plugin-auth": {
|
|
4927
|
-
"version": "3.7.
|
|
4928
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.
|
|
4929
|
-
"integrity": "sha512-
|
|
5040
|
+
"version": "3.7.18",
|
|
5041
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.18.tgz",
|
|
5042
|
+
"integrity": "sha512-UcWYh/N+PXTLoH9t+m7zl2W5diWaCA60VIa054YaOdkY6qDZSe2efn318EMG9KyaIqcOYYeKRlehwgF1RjAOOQ==",
|
|
4930
5043
|
"license": "Apache-2.0",
|
|
4931
5044
|
"dependencies": {
|
|
4932
5045
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -4934,8 +5047,8 @@
|
|
|
4934
5047
|
"@oclif/core": "^4",
|
|
4935
5048
|
"@salesforce/core": "^8.18.7",
|
|
4936
5049
|
"@salesforce/kit": "^3.2.3",
|
|
4937
|
-
"@salesforce/plugin-info": "^3.4.
|
|
4938
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5050
|
+
"@salesforce/plugin-info": "^3.4.77",
|
|
5051
|
+
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
4939
5052
|
"@salesforce/ts-types": "^2.0.11",
|
|
4940
5053
|
"open": "^10.2.0"
|
|
4941
5054
|
},
|
|
@@ -5001,9 +5114,9 @@
|
|
|
5001
5114
|
}
|
|
5002
5115
|
},
|
|
5003
5116
|
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
5004
|
-
"version": "5.
|
|
5005
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
5006
|
-
"integrity": "sha512-
|
|
5117
|
+
"version": "5.5.0",
|
|
5118
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
5119
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
5007
5120
|
"dev": true,
|
|
5008
5121
|
"license": "MIT",
|
|
5009
5122
|
"engines": {
|
|
@@ -5078,13 +5191,13 @@
|
|
|
5078
5191
|
}
|
|
5079
5192
|
},
|
|
5080
5193
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5081
|
-
"version": "3.22.
|
|
5082
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.
|
|
5083
|
-
"integrity": "sha512-
|
|
5194
|
+
"version": "3.22.38",
|
|
5195
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.38.tgz",
|
|
5196
|
+
"integrity": "sha512-C35COyC36PGHHW/ir35EgC/0TDYZcYBo8ahzIztipCLoW30dzu3Ixm3OkayQ/phdcOfa5wG3vWWoxKEuPZL3PA==",
|
|
5084
5197
|
"license": "Apache-2.0",
|
|
5085
5198
|
"dependencies": {
|
|
5086
5199
|
"@inquirer/prompts": "^7.5.3",
|
|
5087
|
-
"@oclif/core": "^4.
|
|
5200
|
+
"@oclif/core": "^4.5.2",
|
|
5088
5201
|
"@oclif/multi-stage-output": "^0.8.19",
|
|
5089
5202
|
"@salesforce/apex-node": "^8.1.31",
|
|
5090
5203
|
"@salesforce/core": "^8.18.1",
|
|
@@ -5177,26 +5290,26 @@
|
|
|
5177
5290
|
}
|
|
5178
5291
|
},
|
|
5179
5292
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5180
|
-
"version": "2.19.
|
|
5181
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.19.
|
|
5182
|
-
"integrity": "sha512-
|
|
5293
|
+
"version": "2.19.3",
|
|
5294
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.19.3.tgz",
|
|
5295
|
+
"integrity": "sha512-bfDfEUqE8B59QkguuzLeh2gXmN0/UwFESc6JAosDgfUhr6bdRCzygzMTW1MVIytCl5SGmwCQI0ULyvvFccPLhg==",
|
|
5183
5296
|
"license": "Apache-2.0",
|
|
5184
5297
|
"dependencies": {
|
|
5185
5298
|
"@oclif/core": "^4",
|
|
5186
|
-
"@salesforce/core": "^8.
|
|
5299
|
+
"@salesforce/core": "^8.19.1",
|
|
5187
5300
|
"@salesforce/kit": "^3.2.3",
|
|
5188
5301
|
"@salesforce/packaging": "^4.11.0",
|
|
5189
5302
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
5190
|
-
"chalk": "^5.
|
|
5303
|
+
"chalk": "^5.5.0"
|
|
5191
5304
|
},
|
|
5192
5305
|
"engines": {
|
|
5193
5306
|
"node": ">=18.0.0"
|
|
5194
5307
|
}
|
|
5195
5308
|
},
|
|
5196
5309
|
"node_modules/@salesforce/plugin-packaging/node_modules/chalk": {
|
|
5197
|
-
"version": "5.
|
|
5198
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
5199
|
-
"integrity": "sha512-
|
|
5310
|
+
"version": "5.5.0",
|
|
5311
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
5312
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
5200
5313
|
"license": "MIT",
|
|
5201
5314
|
"engines": {
|
|
5202
5315
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -5243,9 +5356,9 @@
|
|
|
5243
5356
|
}
|
|
5244
5357
|
},
|
|
5245
5358
|
"node_modules/@salesforce/plugin-release-management/node_modules/chalk": {
|
|
5246
|
-
"version": "5.
|
|
5247
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
5248
|
-
"integrity": "sha512-
|
|
5359
|
+
"version": "5.5.0",
|
|
5360
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
5361
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
5249
5362
|
"dev": true,
|
|
5250
5363
|
"license": "MIT",
|
|
5251
5364
|
"engines": {
|
|
@@ -5452,12 +5565,12 @@
|
|
|
5452
5565
|
}
|
|
5453
5566
|
},
|
|
5454
5567
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5455
|
-
"version": "3.6.
|
|
5456
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5457
|
-
"integrity": "sha512-
|
|
5568
|
+
"version": "3.6.53",
|
|
5569
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.53.tgz",
|
|
5570
|
+
"integrity": "sha512-anUM4qYhARf/wsg1COU8iaZgiXhScUcFjIIGLrY98YmEQakdjaJ1ZkwF7L/3K5oMAk9M0gRf3v+aGjvVExVYWA==",
|
|
5458
5571
|
"license": "Apache-2.0",
|
|
5459
5572
|
"dependencies": {
|
|
5460
|
-
"@oclif/core": "^4.5.
|
|
5573
|
+
"@oclif/core": "^4.5.2",
|
|
5461
5574
|
"@salesforce/core": "^8.15.0",
|
|
5462
5575
|
"@salesforce/kit": "^3.2.3",
|
|
5463
5576
|
"@salesforce/sf-plugins-core": "^12",
|
|
@@ -13119,6 +13232,15 @@
|
|
|
13119
13232
|
"url": "https://github.com/sponsors/typicode"
|
|
13120
13233
|
}
|
|
13121
13234
|
},
|
|
13235
|
+
"node_modules/hyperdyperid": {
|
|
13236
|
+
"version": "1.2.0",
|
|
13237
|
+
"resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
|
|
13238
|
+
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
|
13239
|
+
"license": "MIT",
|
|
13240
|
+
"engines": {
|
|
13241
|
+
"node": ">=10.18"
|
|
13242
|
+
}
|
|
13243
|
+
},
|
|
13122
13244
|
"node_modules/iconv-lite": {
|
|
13123
13245
|
"version": "0.4.24",
|
|
13124
13246
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
@@ -13354,9 +13476,9 @@
|
|
|
13354
13476
|
}
|
|
13355
13477
|
},
|
|
13356
13478
|
"node_modules/ink-text-input/node_modules/chalk": {
|
|
13357
|
-
"version": "5.
|
|
13358
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
13359
|
-
"integrity": "sha512-
|
|
13479
|
+
"version": "5.5.0",
|
|
13480
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
13481
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
13360
13482
|
"license": "MIT",
|
|
13361
13483
|
"engines": {
|
|
13362
13484
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -13405,9 +13527,9 @@
|
|
|
13405
13527
|
}
|
|
13406
13528
|
},
|
|
13407
13529
|
"node_modules/ink/node_modules/chalk": {
|
|
13408
|
-
"version": "5.
|
|
13409
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
13410
|
-
"integrity": "sha512-
|
|
13530
|
+
"version": "5.5.0",
|
|
13531
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
13532
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
13411
13533
|
"license": "MIT",
|
|
13412
13534
|
"engines": {
|
|
13413
13535
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -15100,9 +15222,9 @@
|
|
|
15100
15222
|
}
|
|
15101
15223
|
},
|
|
15102
15224
|
"node_modules/linkinator/node_modules/chalk": {
|
|
15103
|
-
"version": "5.
|
|
15104
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
15105
|
-
"integrity": "sha512-
|
|
15225
|
+
"version": "5.5.0",
|
|
15226
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
|
|
15227
|
+
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
|
|
15106
15228
|
"dev": true,
|
|
15107
15229
|
"license": "MIT",
|
|
15108
15230
|
"engines": {
|
|
@@ -15566,6 +15688,25 @@
|
|
|
15566
15688
|
"dev": true,
|
|
15567
15689
|
"license": "MIT"
|
|
15568
15690
|
},
|
|
15691
|
+
"node_modules/memfs": {
|
|
15692
|
+
"version": "4.36.0",
|
|
15693
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.36.0.tgz",
|
|
15694
|
+
"integrity": "sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==",
|
|
15695
|
+
"license": "Apache-2.0",
|
|
15696
|
+
"dependencies": {
|
|
15697
|
+
"@jsonjoy.com/json-pack": "^1.0.3",
|
|
15698
|
+
"@jsonjoy.com/util": "^1.3.0",
|
|
15699
|
+
"tree-dump": "^1.0.1",
|
|
15700
|
+
"tslib": "^2.0.0"
|
|
15701
|
+
},
|
|
15702
|
+
"engines": {
|
|
15703
|
+
"node": ">= 4.0.0"
|
|
15704
|
+
},
|
|
15705
|
+
"funding": {
|
|
15706
|
+
"type": "github",
|
|
15707
|
+
"url": "https://github.com/sponsors/streamich"
|
|
15708
|
+
}
|
|
15709
|
+
},
|
|
15569
15710
|
"node_modules/meow": {
|
|
15570
15711
|
"version": "8.1.2",
|
|
15571
15712
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
|
|
@@ -17499,8 +17640,6 @@
|
|
|
17499
17640
|
},
|
|
17500
17641
|
"node_modules/npm/node_modules/chalk": {
|
|
17501
17642
|
"version": "5.4.1",
|
|
17502
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
17503
|
-
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
17504
17643
|
"inBundle": true,
|
|
17505
17644
|
"license": "MIT",
|
|
17506
17645
|
"engines": {
|
|
@@ -23145,6 +23284,22 @@
|
|
|
23145
23284
|
"dev": true,
|
|
23146
23285
|
"license": "MIT"
|
|
23147
23286
|
},
|
|
23287
|
+
"node_modules/thingies": {
|
|
23288
|
+
"version": "2.5.0",
|
|
23289
|
+
"resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz",
|
|
23290
|
+
"integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
|
|
23291
|
+
"license": "MIT",
|
|
23292
|
+
"engines": {
|
|
23293
|
+
"node": ">=10.18"
|
|
23294
|
+
},
|
|
23295
|
+
"funding": {
|
|
23296
|
+
"type": "github",
|
|
23297
|
+
"url": "https://github.com/sponsors/streamich"
|
|
23298
|
+
},
|
|
23299
|
+
"peerDependencies": {
|
|
23300
|
+
"tslib": "^2"
|
|
23301
|
+
}
|
|
23302
|
+
},
|
|
23148
23303
|
"node_modules/thread-stream": {
|
|
23149
23304
|
"version": "3.1.0",
|
|
23150
23305
|
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz",
|
|
@@ -23280,6 +23435,22 @@
|
|
|
23280
23435
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
23281
23436
|
"license": "MIT"
|
|
23282
23437
|
},
|
|
23438
|
+
"node_modules/tree-dump": {
|
|
23439
|
+
"version": "1.0.3",
|
|
23440
|
+
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz",
|
|
23441
|
+
"integrity": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==",
|
|
23442
|
+
"license": "Apache-2.0",
|
|
23443
|
+
"engines": {
|
|
23444
|
+
"node": ">=10.0"
|
|
23445
|
+
},
|
|
23446
|
+
"funding": {
|
|
23447
|
+
"type": "github",
|
|
23448
|
+
"url": "https://github.com/sponsors/streamich"
|
|
23449
|
+
},
|
|
23450
|
+
"peerDependencies": {
|
|
23451
|
+
"tslib": "2"
|
|
23452
|
+
}
|
|
23453
|
+
},
|
|
23283
23454
|
"node_modules/treeverse": {
|
|
23284
23455
|
"version": "3.0.0",
|
|
23285
23456
|
"resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz",
|