@salesforce/cli 2.46.1 → 2.46.2

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.46.1",
3
+ "version": "2.46.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.46.1",
9
+ "version": "2.46.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -29,18 +29,18 @@
29
29
  "@salesforce/plugin-data": "3.4.4",
30
30
  "@salesforce/plugin-deploy-retrieve": "3.9.0",
31
31
  "@salesforce/plugin-info": "3.3.5",
32
- "@salesforce/plugin-limits": "3.3.10",
33
- "@salesforce/plugin-marketplace": "1.2.10",
32
+ "@salesforce/plugin-limits": "3.3.11",
33
+ "@salesforce/plugin-marketplace": "1.2.11",
34
34
  "@salesforce/plugin-org": "4.2.0",
35
35
  "@salesforce/plugin-packaging": "2.4.6",
36
- "@salesforce/plugin-schema": "3.3.10",
36
+ "@salesforce/plugin-schema": "3.3.11",
37
37
  "@salesforce/plugin-settings": "2.3.1",
38
- "@salesforce/plugin-sobject": "1.4.8",
38
+ "@salesforce/plugin-sobject": "1.4.9",
39
39
  "@salesforce/plugin-source": "3.4.0",
40
40
  "@salesforce/plugin-telemetry": "3.3.13",
41
- "@salesforce/plugin-templates": "56.2.9",
41
+ "@salesforce/plugin-templates": "56.2.10",
42
42
  "@salesforce/plugin-trust": "3.7.5",
43
- "@salesforce/plugin-user": "3.5.11",
43
+ "@salesforce/plugin-user": "3.5.12",
44
44
  "@salesforce/sf-plugins-core": "10.0.0",
45
45
  "ansis": "^3.2.0"
46
46
  },
@@ -5115,159 +5115,30 @@
5115
5115
  }
5116
5116
  },
5117
5117
  "node_modules/@salesforce/plugin-limits": {
5118
- "version": "3.3.10",
5119
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.10.tgz",
5120
- "integrity": "sha512-wVcZCW3qWX474TqTJCbfN8PCiJtds/t4XVtRYtVpZkOMVEqR3dtsRs53ssCakmJlzP+7hvcNC9TNXLSvtQMGqg==",
5118
+ "version": "3.3.11",
5119
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.11.tgz",
5120
+ "integrity": "sha512-gYdqSDa9a1cyX9+CLCg21/8vfBpwF0n9hfNFZD3BrdCbWcP3OO0HBrl5cXElSBnQfKzYHpTGKDm7FYixO4p7Dw==",
5121
5121
  "license": "BSD-3-Clause",
5122
5122
  "dependencies": {
5123
- "@oclif/core": "^3.26.6",
5123
+ "@oclif/core": "^4",
5124
5124
  "@salesforce/core": "^7.3.6",
5125
5125
  "@salesforce/kit": "^3.1.2",
5126
- "@salesforce/sf-plugins-core": "^9.1.1"
5127
- },
5128
- "engines": {
5129
- "node": ">=18.0.0"
5130
- }
5131
- },
5132
- "node_modules/@salesforce/plugin-limits/node_modules/@oclif/core": {
5133
- "version": "3.26.9",
5134
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
5135
- "integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
5136
- "license": "MIT",
5137
- "dependencies": {
5138
- "@types/cli-progress": "^3.11.5",
5139
- "ansi-escapes": "^4.3.2",
5140
- "ansi-styles": "^4.3.0",
5141
- "cardinal": "^2.1.1",
5142
- "chalk": "^4.1.2",
5143
- "clean-stack": "^3.0.1",
5144
- "cli-progress": "^3.12.0",
5145
- "color": "^4.2.3",
5146
- "debug": "^4.3.5",
5147
- "ejs": "^3.1.10",
5148
- "get-package-type": "^0.1.0",
5149
- "globby": "^11.1.0",
5150
- "hyperlinker": "^1.0.0",
5151
- "indent-string": "^4.0.0",
5152
- "is-wsl": "^2.2.0",
5153
- "js-yaml": "^3.14.1",
5154
- "minimatch": "^9.0.4",
5155
- "natural-orderby": "^2.0.3",
5156
- "object-treeify": "^1.1.33",
5157
- "password-prompt": "^1.1.3",
5158
- "slice-ansi": "^4.0.0",
5159
- "string-width": "^4.2.3",
5160
- "strip-ansi": "^6.0.1",
5161
- "supports-color": "^8.1.1",
5162
- "supports-hyperlinks": "^2.2.0",
5163
- "widest-line": "^3.1.0",
5164
- "wordwrap": "^1.0.0",
5165
- "wrap-ansi": "^7.0.0"
5166
- },
5167
- "engines": {
5168
- "node": ">=18.0.0"
5169
- }
5170
- },
5171
- "node_modules/@salesforce/plugin-limits/node_modules/@salesforce/sf-plugins-core": {
5172
- "version": "9.1.1",
5173
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
5174
- "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
5175
- "license": "BSD-3-Clause",
5176
- "dependencies": {
5177
- "@inquirer/confirm": "^3.1.9",
5178
- "@inquirer/password": "^2.1.9",
5179
- "@oclif/core": "^3.26.6",
5180
- "@salesforce/core": "^7.3.9",
5181
- "@salesforce/kit": "^3.1.2",
5182
- "@salesforce/ts-types": "^2.0.9",
5183
- "chalk": "^5.3.0"
5126
+ "@salesforce/sf-plugins-core": "^10.0.0"
5184
5127
  },
5185
5128
  "engines": {
5186
5129
  "node": ">=18.0.0"
5187
5130
  }
5188
5131
  },
5189
- "node_modules/@salesforce/plugin-limits/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
5190
- "version": "5.3.0",
5191
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
5192
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
5193
- "license": "MIT",
5194
- "engines": {
5195
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
5196
- },
5197
- "funding": {
5198
- "url": "https://github.com/chalk/chalk?sponsor=1"
5199
- }
5200
- },
5201
- "node_modules/@salesforce/plugin-limits/node_modules/argparse": {
5202
- "version": "1.0.10",
5203
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
5204
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
5205
- "license": "MIT",
5206
- "dependencies": {
5207
- "sprintf-js": "~1.0.2"
5208
- }
5209
- },
5210
- "node_modules/@salesforce/plugin-limits/node_modules/js-yaml": {
5211
- "version": "3.14.1",
5212
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
5213
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
5214
- "license": "MIT",
5215
- "dependencies": {
5216
- "argparse": "^1.0.7",
5217
- "esprima": "^4.0.0"
5218
- },
5219
- "bin": {
5220
- "js-yaml": "bin/js-yaml.js"
5221
- }
5222
- },
5223
- "node_modules/@salesforce/plugin-limits/node_modules/sprintf-js": {
5224
- "version": "1.0.3",
5225
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
5226
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
5227
- "license": "BSD-3-Clause"
5228
- },
5229
- "node_modules/@salesforce/plugin-limits/node_modules/supports-color": {
5230
- "version": "8.1.1",
5231
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5232
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5233
- "license": "MIT",
5234
- "dependencies": {
5235
- "has-flag": "^4.0.0"
5236
- },
5237
- "engines": {
5238
- "node": ">=10"
5239
- },
5240
- "funding": {
5241
- "url": "https://github.com/chalk/supports-color?sponsor=1"
5242
- }
5243
- },
5244
- "node_modules/@salesforce/plugin-limits/node_modules/wrap-ansi": {
5245
- "version": "7.0.0",
5246
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5247
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5248
- "license": "MIT",
5249
- "dependencies": {
5250
- "ansi-styles": "^4.0.0",
5251
- "string-width": "^4.1.0",
5252
- "strip-ansi": "^6.0.0"
5253
- },
5254
- "engines": {
5255
- "node": ">=10"
5256
- },
5257
- "funding": {
5258
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5259
- }
5260
- },
5261
5132
  "node_modules/@salesforce/plugin-marketplace": {
5262
- "version": "1.2.10",
5263
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.10.tgz",
5264
- "integrity": "sha512-KEjbXW0HWUgOvzjUczWJI6CSsNBsCJJbaHDU+50jIn/xxNrje+hZpG2H3iqZmbhqSBWIkqIT5fsSnI/ymwwlHQ==",
5133
+ "version": "1.2.11",
5134
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.11.tgz",
5135
+ "integrity": "sha512-zWKij4wBdIg6XqSZ2MqZ34bVJEYrarvFE2QDhjT1a4dTvkGISiJ/2K1WumZzq/BzhxDfwn+1eCQTcgIUiPqnWw==",
5265
5136
  "license": "BSD-3-Clause",
5266
5137
  "dependencies": {
5267
- "@oclif/core": "^3.26.4",
5138
+ "@oclif/core": "^4",
5268
5139
  "@salesforce/core": "^7.3.9",
5269
5140
  "@salesforce/kit": "^3.1.0",
5270
- "@salesforce/sf-plugins-core": "^9.1.1",
5141
+ "@salesforce/sf-plugins-core": "^10.0.0",
5271
5142
  "got": "^13.0.0",
5272
5143
  "proxy-agent": "^6.4.0"
5273
5144
  },
@@ -5275,135 +5146,6 @@
5275
5146
  "node": ">=18.0.0"
5276
5147
  }
5277
5148
  },
5278
- "node_modules/@salesforce/plugin-marketplace/node_modules/@oclif/core": {
5279
- "version": "3.26.9",
5280
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
5281
- "integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
5282
- "license": "MIT",
5283
- "dependencies": {
5284
- "@types/cli-progress": "^3.11.5",
5285
- "ansi-escapes": "^4.3.2",
5286
- "ansi-styles": "^4.3.0",
5287
- "cardinal": "^2.1.1",
5288
- "chalk": "^4.1.2",
5289
- "clean-stack": "^3.0.1",
5290
- "cli-progress": "^3.12.0",
5291
- "color": "^4.2.3",
5292
- "debug": "^4.3.5",
5293
- "ejs": "^3.1.10",
5294
- "get-package-type": "^0.1.0",
5295
- "globby": "^11.1.0",
5296
- "hyperlinker": "^1.0.0",
5297
- "indent-string": "^4.0.0",
5298
- "is-wsl": "^2.2.0",
5299
- "js-yaml": "^3.14.1",
5300
- "minimatch": "^9.0.4",
5301
- "natural-orderby": "^2.0.3",
5302
- "object-treeify": "^1.1.33",
5303
- "password-prompt": "^1.1.3",
5304
- "slice-ansi": "^4.0.0",
5305
- "string-width": "^4.2.3",
5306
- "strip-ansi": "^6.0.1",
5307
- "supports-color": "^8.1.1",
5308
- "supports-hyperlinks": "^2.2.0",
5309
- "widest-line": "^3.1.0",
5310
- "wordwrap": "^1.0.0",
5311
- "wrap-ansi": "^7.0.0"
5312
- },
5313
- "engines": {
5314
- "node": ">=18.0.0"
5315
- }
5316
- },
5317
- "node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/sf-plugins-core": {
5318
- "version": "9.1.1",
5319
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
5320
- "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
5321
- "license": "BSD-3-Clause",
5322
- "dependencies": {
5323
- "@inquirer/confirm": "^3.1.9",
5324
- "@inquirer/password": "^2.1.9",
5325
- "@oclif/core": "^3.26.6",
5326
- "@salesforce/core": "^7.3.9",
5327
- "@salesforce/kit": "^3.1.2",
5328
- "@salesforce/ts-types": "^2.0.9",
5329
- "chalk": "^5.3.0"
5330
- },
5331
- "engines": {
5332
- "node": ">=18.0.0"
5333
- }
5334
- },
5335
- "node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
5336
- "version": "5.3.0",
5337
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
5338
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
5339
- "license": "MIT",
5340
- "engines": {
5341
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
5342
- },
5343
- "funding": {
5344
- "url": "https://github.com/chalk/chalk?sponsor=1"
5345
- }
5346
- },
5347
- "node_modules/@salesforce/plugin-marketplace/node_modules/argparse": {
5348
- "version": "1.0.10",
5349
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
5350
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
5351
- "license": "MIT",
5352
- "dependencies": {
5353
- "sprintf-js": "~1.0.2"
5354
- }
5355
- },
5356
- "node_modules/@salesforce/plugin-marketplace/node_modules/js-yaml": {
5357
- "version": "3.14.1",
5358
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
5359
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
5360
- "license": "MIT",
5361
- "dependencies": {
5362
- "argparse": "^1.0.7",
5363
- "esprima": "^4.0.0"
5364
- },
5365
- "bin": {
5366
- "js-yaml": "bin/js-yaml.js"
5367
- }
5368
- },
5369
- "node_modules/@salesforce/plugin-marketplace/node_modules/sprintf-js": {
5370
- "version": "1.0.3",
5371
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
5372
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
5373
- "license": "BSD-3-Clause"
5374
- },
5375
- "node_modules/@salesforce/plugin-marketplace/node_modules/supports-color": {
5376
- "version": "8.1.1",
5377
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5378
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5379
- "license": "MIT",
5380
- "dependencies": {
5381
- "has-flag": "^4.0.0"
5382
- },
5383
- "engines": {
5384
- "node": ">=10"
5385
- },
5386
- "funding": {
5387
- "url": "https://github.com/chalk/supports-color?sponsor=1"
5388
- }
5389
- },
5390
- "node_modules/@salesforce/plugin-marketplace/node_modules/wrap-ansi": {
5391
- "version": "7.0.0",
5392
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5393
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5394
- "license": "MIT",
5395
- "dependencies": {
5396
- "ansi-styles": "^4.0.0",
5397
- "string-width": "^4.1.0",
5398
- "strip-ansi": "^6.0.0"
5399
- },
5400
- "engines": {
5401
- "node": ">=10"
5402
- },
5403
- "funding": {
5404
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5405
- }
5406
- },
5407
5149
  "node_modules/@salesforce/plugin-org": {
5408
5150
  "version": "4.2.0",
5409
5151
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.0.tgz",
@@ -5822,148 +5564,19 @@
5822
5564
  }
5823
5565
  },
5824
5566
  "node_modules/@salesforce/plugin-schema": {
5825
- "version": "3.3.10",
5826
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.10.tgz",
5827
- "integrity": "sha512-s9nP9a2IlKtpctXWowDdXAxInVJf+s/25QB+hZdLAM2lcJHie/yEirZG8ehvluxyKNdyOPKbsYdw4uT2MbxX1Q==",
5567
+ "version": "3.3.11",
5568
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.11.tgz",
5569
+ "integrity": "sha512-O5MkXBH2mysoS+zMbU8IzA4tmlhyeJ9JK20bmv+yK7g9K8fV4TxMRWGDGZp0/SSmClzJI2X/kjsSPmOqOM6zjA==",
5828
5570
  "license": "BSD-3-Clause",
5829
5571
  "dependencies": {
5830
- "@oclif/core": "^3.26.3",
5572
+ "@oclif/core": "^4",
5831
5573
  "@salesforce/core": "^7.3.8",
5832
- "@salesforce/sf-plugins-core": "^9.1.1"
5574
+ "@salesforce/sf-plugins-core": "^10.0.0"
5833
5575
  },
5834
5576
  "engines": {
5835
5577
  "node": ">=18.0.0"
5836
5578
  }
5837
5579
  },
5838
- "node_modules/@salesforce/plugin-schema/node_modules/@oclif/core": {
5839
- "version": "3.26.9",
5840
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
5841
- "integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
5842
- "license": "MIT",
5843
- "dependencies": {
5844
- "@types/cli-progress": "^3.11.5",
5845
- "ansi-escapes": "^4.3.2",
5846
- "ansi-styles": "^4.3.0",
5847
- "cardinal": "^2.1.1",
5848
- "chalk": "^4.1.2",
5849
- "clean-stack": "^3.0.1",
5850
- "cli-progress": "^3.12.0",
5851
- "color": "^4.2.3",
5852
- "debug": "^4.3.5",
5853
- "ejs": "^3.1.10",
5854
- "get-package-type": "^0.1.0",
5855
- "globby": "^11.1.0",
5856
- "hyperlinker": "^1.0.0",
5857
- "indent-string": "^4.0.0",
5858
- "is-wsl": "^2.2.0",
5859
- "js-yaml": "^3.14.1",
5860
- "minimatch": "^9.0.4",
5861
- "natural-orderby": "^2.0.3",
5862
- "object-treeify": "^1.1.33",
5863
- "password-prompt": "^1.1.3",
5864
- "slice-ansi": "^4.0.0",
5865
- "string-width": "^4.2.3",
5866
- "strip-ansi": "^6.0.1",
5867
- "supports-color": "^8.1.1",
5868
- "supports-hyperlinks": "^2.2.0",
5869
- "widest-line": "^3.1.0",
5870
- "wordwrap": "^1.0.0",
5871
- "wrap-ansi": "^7.0.0"
5872
- },
5873
- "engines": {
5874
- "node": ">=18.0.0"
5875
- }
5876
- },
5877
- "node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
5878
- "version": "9.1.1",
5879
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
5880
- "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
5881
- "license": "BSD-3-Clause",
5882
- "dependencies": {
5883
- "@inquirer/confirm": "^3.1.9",
5884
- "@inquirer/password": "^2.1.9",
5885
- "@oclif/core": "^3.26.6",
5886
- "@salesforce/core": "^7.3.9",
5887
- "@salesforce/kit": "^3.1.2",
5888
- "@salesforce/ts-types": "^2.0.9",
5889
- "chalk": "^5.3.0"
5890
- },
5891
- "engines": {
5892
- "node": ">=18.0.0"
5893
- }
5894
- },
5895
- "node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
5896
- "version": "5.3.0",
5897
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
5898
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
5899
- "license": "MIT",
5900
- "engines": {
5901
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
5902
- },
5903
- "funding": {
5904
- "url": "https://github.com/chalk/chalk?sponsor=1"
5905
- }
5906
- },
5907
- "node_modules/@salesforce/plugin-schema/node_modules/argparse": {
5908
- "version": "1.0.10",
5909
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
5910
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
5911
- "license": "MIT",
5912
- "dependencies": {
5913
- "sprintf-js": "~1.0.2"
5914
- }
5915
- },
5916
- "node_modules/@salesforce/plugin-schema/node_modules/js-yaml": {
5917
- "version": "3.14.1",
5918
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
5919
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
5920
- "license": "MIT",
5921
- "dependencies": {
5922
- "argparse": "^1.0.7",
5923
- "esprima": "^4.0.0"
5924
- },
5925
- "bin": {
5926
- "js-yaml": "bin/js-yaml.js"
5927
- }
5928
- },
5929
- "node_modules/@salesforce/plugin-schema/node_modules/sprintf-js": {
5930
- "version": "1.0.3",
5931
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
5932
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
5933
- "license": "BSD-3-Clause"
5934
- },
5935
- "node_modules/@salesforce/plugin-schema/node_modules/supports-color": {
5936
- "version": "8.1.1",
5937
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5938
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5939
- "license": "MIT",
5940
- "dependencies": {
5941
- "has-flag": "^4.0.0"
5942
- },
5943
- "engines": {
5944
- "node": ">=10"
5945
- },
5946
- "funding": {
5947
- "url": "https://github.com/chalk/supports-color?sponsor=1"
5948
- }
5949
- },
5950
- "node_modules/@salesforce/plugin-schema/node_modules/wrap-ansi": {
5951
- "version": "7.0.0",
5952
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5953
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5954
- "license": "MIT",
5955
- "dependencies": {
5956
- "ansi-styles": "^4.0.0",
5957
- "string-width": "^4.1.0",
5958
- "strip-ansi": "^6.0.0"
5959
- },
5960
- "engines": {
5961
- "node": ">=10"
5962
- },
5963
- "funding": {
5964
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5965
- }
5966
- },
5967
5580
  "node_modules/@salesforce/plugin-settings": {
5968
5581
  "version": "2.3.1",
5969
5582
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.1.tgz",
@@ -5980,18 +5593,18 @@
5980
5593
  }
5981
5594
  },
5982
5595
  "node_modules/@salesforce/plugin-sobject": {
5983
- "version": "1.4.8",
5984
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.8.tgz",
5985
- "integrity": "sha512-WxkigtxIGEvboJCm8f3JFDwOH5JLJIrT6G+8EF/SQrbuGhnVbvV6m0Vdy9uLo+fRbwfbaawSVimQPEwi4c7I0A==",
5596
+ "version": "1.4.9",
5597
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.9.tgz",
5598
+ "integrity": "sha512-UdnXvvaLkHIBwzAYzhGeQ2ge1OvJ9XCv9a0rL9Nkz31ZGgBYyuQxF27j5IDCR05Ch/99lLHCmghgbF63heB8GA==",
5986
5599
  "license": "BSD-3-Clause",
5987
5600
  "dependencies": {
5988
5601
  "@inquirer/confirm": "^3.1.8",
5989
5602
  "@inquirer/input": "^2.1.9",
5990
5603
  "@inquirer/select": "^2.3.5",
5991
- "@oclif/core": "^3.26.5",
5604
+ "@oclif/core": "^4",
5992
5605
  "@salesforce/core": "^7.3.6",
5993
5606
  "@salesforce/kit": "^3.1.0",
5994
- "@salesforce/sf-plugins-core": "^9.0.12",
5607
+ "@salesforce/sf-plugins-core": "^10.0.0",
5995
5608
  "fast-glob": "^3.3.2",
5996
5609
  "fast-xml-parser": "^4.4.0",
5997
5610
  "js2xmlparser": "^4.0.2"
@@ -6016,135 +5629,6 @@
6016
5629
  "node": ">=18"
6017
5630
  }
6018
5631
  },
6019
- "node_modules/@salesforce/plugin-sobject/node_modules/@oclif/core": {
6020
- "version": "3.26.9",
6021
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
6022
- "integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
6023
- "license": "MIT",
6024
- "dependencies": {
6025
- "@types/cli-progress": "^3.11.5",
6026
- "ansi-escapes": "^4.3.2",
6027
- "ansi-styles": "^4.3.0",
6028
- "cardinal": "^2.1.1",
6029
- "chalk": "^4.1.2",
6030
- "clean-stack": "^3.0.1",
6031
- "cli-progress": "^3.12.0",
6032
- "color": "^4.2.3",
6033
- "debug": "^4.3.5",
6034
- "ejs": "^3.1.10",
6035
- "get-package-type": "^0.1.0",
6036
- "globby": "^11.1.0",
6037
- "hyperlinker": "^1.0.0",
6038
- "indent-string": "^4.0.0",
6039
- "is-wsl": "^2.2.0",
6040
- "js-yaml": "^3.14.1",
6041
- "minimatch": "^9.0.4",
6042
- "natural-orderby": "^2.0.3",
6043
- "object-treeify": "^1.1.33",
6044
- "password-prompt": "^1.1.3",
6045
- "slice-ansi": "^4.0.0",
6046
- "string-width": "^4.2.3",
6047
- "strip-ansi": "^6.0.1",
6048
- "supports-color": "^8.1.1",
6049
- "supports-hyperlinks": "^2.2.0",
6050
- "widest-line": "^3.1.0",
6051
- "wordwrap": "^1.0.0",
6052
- "wrap-ansi": "^7.0.0"
6053
- },
6054
- "engines": {
6055
- "node": ">=18.0.0"
6056
- }
6057
- },
6058
- "node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/sf-plugins-core": {
6059
- "version": "9.1.1",
6060
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
6061
- "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
6062
- "license": "BSD-3-Clause",
6063
- "dependencies": {
6064
- "@inquirer/confirm": "^3.1.9",
6065
- "@inquirer/password": "^2.1.9",
6066
- "@oclif/core": "^3.26.6",
6067
- "@salesforce/core": "^7.3.9",
6068
- "@salesforce/kit": "^3.1.2",
6069
- "@salesforce/ts-types": "^2.0.9",
6070
- "chalk": "^5.3.0"
6071
- },
6072
- "engines": {
6073
- "node": ">=18.0.0"
6074
- }
6075
- },
6076
- "node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
6077
- "version": "5.3.0",
6078
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
6079
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
6080
- "license": "MIT",
6081
- "engines": {
6082
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
6083
- },
6084
- "funding": {
6085
- "url": "https://github.com/chalk/chalk?sponsor=1"
6086
- }
6087
- },
6088
- "node_modules/@salesforce/plugin-sobject/node_modules/argparse": {
6089
- "version": "1.0.10",
6090
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
6091
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
6092
- "license": "MIT",
6093
- "dependencies": {
6094
- "sprintf-js": "~1.0.2"
6095
- }
6096
- },
6097
- "node_modules/@salesforce/plugin-sobject/node_modules/js-yaml": {
6098
- "version": "3.14.1",
6099
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
6100
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
6101
- "license": "MIT",
6102
- "dependencies": {
6103
- "argparse": "^1.0.7",
6104
- "esprima": "^4.0.0"
6105
- },
6106
- "bin": {
6107
- "js-yaml": "bin/js-yaml.js"
6108
- }
6109
- },
6110
- "node_modules/@salesforce/plugin-sobject/node_modules/sprintf-js": {
6111
- "version": "1.0.3",
6112
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
6113
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
6114
- "license": "BSD-3-Clause"
6115
- },
6116
- "node_modules/@salesforce/plugin-sobject/node_modules/supports-color": {
6117
- "version": "8.1.1",
6118
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6119
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6120
- "license": "MIT",
6121
- "dependencies": {
6122
- "has-flag": "^4.0.0"
6123
- },
6124
- "engines": {
6125
- "node": ">=10"
6126
- },
6127
- "funding": {
6128
- "url": "https://github.com/chalk/supports-color?sponsor=1"
6129
- }
6130
- },
6131
- "node_modules/@salesforce/plugin-sobject/node_modules/wrap-ansi": {
6132
- "version": "7.0.0",
6133
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6134
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6135
- "license": "MIT",
6136
- "dependencies": {
6137
- "ansi-styles": "^4.0.0",
6138
- "string-width": "^4.1.0",
6139
- "strip-ansi": "^6.0.0"
6140
- },
6141
- "engines": {
6142
- "node": ">=10"
6143
- },
6144
- "funding": {
6145
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6146
- }
6147
- },
6148
5632
  "node_modules/@salesforce/plugin-source": {
6149
5633
  "version": "3.4.0",
6150
5634
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.4.0.tgz",
@@ -6199,14 +5683,14 @@
6199
5683
  }
6200
5684
  },
6201
5685
  "node_modules/@salesforce/plugin-templates": {
6202
- "version": "56.2.9",
6203
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.2.9.tgz",
6204
- "integrity": "sha512-hqug2oqt06MJ/5I6y2VIXnjqSlCIpX2XcinivF41HYOvwecqhzlgavbB4E0abWEODKeNXFHIuY7Smg19FeB31Q==",
5686
+ "version": "56.2.10",
5687
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.2.10.tgz",
5688
+ "integrity": "sha512-YrDYeN3KhafciSMJanZS+osQuKI4VNUPaMrLDz+zTioOkGMrXtybsd06TW9A5NzrroAY9vqd32XJH4NHbcmplQ==",
6205
5689
  "license": "BSD-3-Clause",
6206
5690
  "dependencies": {
6207
- "@oclif/core": "^3.26.6",
5691
+ "@oclif/core": "^4",
6208
5692
  "@salesforce/core": "^7.3.8",
6209
- "@salesforce/sf-plugins-core": "^9.0.14",
5693
+ "@salesforce/sf-plugins-core": "^10.0.0",
6210
5694
  "@salesforce/templates": "^60.1.2",
6211
5695
  "yeoman-environment": "^3",
6212
5696
  "yeoman-generator": "^5"
@@ -6215,135 +5699,6 @@
6215
5699
  "node": ">=18.0.0"
6216
5700
  }
6217
5701
  },
6218
- "node_modules/@salesforce/plugin-templates/node_modules/@oclif/core": {
6219
- "version": "3.26.9",
6220
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
6221
- "integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
6222
- "license": "MIT",
6223
- "dependencies": {
6224
- "@types/cli-progress": "^3.11.5",
6225
- "ansi-escapes": "^4.3.2",
6226
- "ansi-styles": "^4.3.0",
6227
- "cardinal": "^2.1.1",
6228
- "chalk": "^4.1.2",
6229
- "clean-stack": "^3.0.1",
6230
- "cli-progress": "^3.12.0",
6231
- "color": "^4.2.3",
6232
- "debug": "^4.3.5",
6233
- "ejs": "^3.1.10",
6234
- "get-package-type": "^0.1.0",
6235
- "globby": "^11.1.0",
6236
- "hyperlinker": "^1.0.0",
6237
- "indent-string": "^4.0.0",
6238
- "is-wsl": "^2.2.0",
6239
- "js-yaml": "^3.14.1",
6240
- "minimatch": "^9.0.4",
6241
- "natural-orderby": "^2.0.3",
6242
- "object-treeify": "^1.1.33",
6243
- "password-prompt": "^1.1.3",
6244
- "slice-ansi": "^4.0.0",
6245
- "string-width": "^4.2.3",
6246
- "strip-ansi": "^6.0.1",
6247
- "supports-color": "^8.1.1",
6248
- "supports-hyperlinks": "^2.2.0",
6249
- "widest-line": "^3.1.0",
6250
- "wordwrap": "^1.0.0",
6251
- "wrap-ansi": "^7.0.0"
6252
- },
6253
- "engines": {
6254
- "node": ">=18.0.0"
6255
- }
6256
- },
6257
- "node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
6258
- "version": "9.1.1",
6259
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
6260
- "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
6261
- "license": "BSD-3-Clause",
6262
- "dependencies": {
6263
- "@inquirer/confirm": "^3.1.9",
6264
- "@inquirer/password": "^2.1.9",
6265
- "@oclif/core": "^3.26.6",
6266
- "@salesforce/core": "^7.3.9",
6267
- "@salesforce/kit": "^3.1.2",
6268
- "@salesforce/ts-types": "^2.0.9",
6269
- "chalk": "^5.3.0"
6270
- },
6271
- "engines": {
6272
- "node": ">=18.0.0"
6273
- }
6274
- },
6275
- "node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
6276
- "version": "5.3.0",
6277
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
6278
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
6279
- "license": "MIT",
6280
- "engines": {
6281
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
6282
- },
6283
- "funding": {
6284
- "url": "https://github.com/chalk/chalk?sponsor=1"
6285
- }
6286
- },
6287
- "node_modules/@salesforce/plugin-templates/node_modules/argparse": {
6288
- "version": "1.0.10",
6289
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
6290
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
6291
- "license": "MIT",
6292
- "dependencies": {
6293
- "sprintf-js": "~1.0.2"
6294
- }
6295
- },
6296
- "node_modules/@salesforce/plugin-templates/node_modules/js-yaml": {
6297
- "version": "3.14.1",
6298
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
6299
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
6300
- "license": "MIT",
6301
- "dependencies": {
6302
- "argparse": "^1.0.7",
6303
- "esprima": "^4.0.0"
6304
- },
6305
- "bin": {
6306
- "js-yaml": "bin/js-yaml.js"
6307
- }
6308
- },
6309
- "node_modules/@salesforce/plugin-templates/node_modules/sprintf-js": {
6310
- "version": "1.0.3",
6311
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
6312
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
6313
- "license": "BSD-3-Clause"
6314
- },
6315
- "node_modules/@salesforce/plugin-templates/node_modules/supports-color": {
6316
- "version": "8.1.1",
6317
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6318
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6319
- "license": "MIT",
6320
- "dependencies": {
6321
- "has-flag": "^4.0.0"
6322
- },
6323
- "engines": {
6324
- "node": ">=10"
6325
- },
6326
- "funding": {
6327
- "url": "https://github.com/chalk/supports-color?sponsor=1"
6328
- }
6329
- },
6330
- "node_modules/@salesforce/plugin-templates/node_modules/wrap-ansi": {
6331
- "version": "7.0.0",
6332
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6333
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6334
- "license": "MIT",
6335
- "dependencies": {
6336
- "ansi-styles": "^4.0.0",
6337
- "string-width": "^4.1.0",
6338
- "strip-ansi": "^6.0.0"
6339
- },
6340
- "engines": {
6341
- "node": ">=10"
6342
- },
6343
- "funding": {
6344
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6345
- }
6346
- },
6347
5702
  "node_modules/@salesforce/plugin-trust": {
6348
5703
  "version": "3.7.5",
6349
5704
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.5.tgz",
@@ -6370,150 +5725,21 @@
6370
5725
  }
6371
5726
  },
6372
5727
  "node_modules/@salesforce/plugin-user": {
6373
- "version": "3.5.11",
6374
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.11.tgz",
6375
- "integrity": "sha512-GA81RgZ5KMBuK2MEsYPCgRJP6U371Zvr0qxZUmXpDiuC8rjp9EqPl/1s4BfFVzB8emQWmFXxejSqCZz5FJh1dg==",
5728
+ "version": "3.5.12",
5729
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.12.tgz",
5730
+ "integrity": "sha512-6ahKXZh/XlAZjo2YUpAXqGNIElt8Er0mrrfEa8C1PaGFgGP2NEvc6O69VHtIJwGRQ48K1xVBr1zttipjum9khw==",
6376
5731
  "license": "BSD-3-Clause",
6377
5732
  "dependencies": {
6378
- "@oclif/core": "^3.26.6",
5733
+ "@oclif/core": "^4",
6379
5734
  "@salesforce/core": "^7.3.8",
6380
5735
  "@salesforce/kit": "^3.1.0",
6381
- "@salesforce/sf-plugins-core": "^9.0.12",
5736
+ "@salesforce/sf-plugins-core": "^10.0.0",
6382
5737
  "@salesforce/ts-types": "^2.0.9"
6383
5738
  },
6384
5739
  "engines": {
6385
5740
  "node": ">=18.0.0"
6386
5741
  }
6387
5742
  },
6388
- "node_modules/@salesforce/plugin-user/node_modules/@oclif/core": {
6389
- "version": "3.26.9",
6390
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
6391
- "integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
6392
- "license": "MIT",
6393
- "dependencies": {
6394
- "@types/cli-progress": "^3.11.5",
6395
- "ansi-escapes": "^4.3.2",
6396
- "ansi-styles": "^4.3.0",
6397
- "cardinal": "^2.1.1",
6398
- "chalk": "^4.1.2",
6399
- "clean-stack": "^3.0.1",
6400
- "cli-progress": "^3.12.0",
6401
- "color": "^4.2.3",
6402
- "debug": "^4.3.5",
6403
- "ejs": "^3.1.10",
6404
- "get-package-type": "^0.1.0",
6405
- "globby": "^11.1.0",
6406
- "hyperlinker": "^1.0.0",
6407
- "indent-string": "^4.0.0",
6408
- "is-wsl": "^2.2.0",
6409
- "js-yaml": "^3.14.1",
6410
- "minimatch": "^9.0.4",
6411
- "natural-orderby": "^2.0.3",
6412
- "object-treeify": "^1.1.33",
6413
- "password-prompt": "^1.1.3",
6414
- "slice-ansi": "^4.0.0",
6415
- "string-width": "^4.2.3",
6416
- "strip-ansi": "^6.0.1",
6417
- "supports-color": "^8.1.1",
6418
- "supports-hyperlinks": "^2.2.0",
6419
- "widest-line": "^3.1.0",
6420
- "wordwrap": "^1.0.0",
6421
- "wrap-ansi": "^7.0.0"
6422
- },
6423
- "engines": {
6424
- "node": ">=18.0.0"
6425
- }
6426
- },
6427
- "node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core": {
6428
- "version": "9.1.1",
6429
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
6430
- "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
6431
- "license": "BSD-3-Clause",
6432
- "dependencies": {
6433
- "@inquirer/confirm": "^3.1.9",
6434
- "@inquirer/password": "^2.1.9",
6435
- "@oclif/core": "^3.26.6",
6436
- "@salesforce/core": "^7.3.9",
6437
- "@salesforce/kit": "^3.1.2",
6438
- "@salesforce/ts-types": "^2.0.9",
6439
- "chalk": "^5.3.0"
6440
- },
6441
- "engines": {
6442
- "node": ">=18.0.0"
6443
- }
6444
- },
6445
- "node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
6446
- "version": "5.3.0",
6447
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
6448
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
6449
- "license": "MIT",
6450
- "engines": {
6451
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
6452
- },
6453
- "funding": {
6454
- "url": "https://github.com/chalk/chalk?sponsor=1"
6455
- }
6456
- },
6457
- "node_modules/@salesforce/plugin-user/node_modules/argparse": {
6458
- "version": "1.0.10",
6459
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
6460
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
6461
- "license": "MIT",
6462
- "dependencies": {
6463
- "sprintf-js": "~1.0.2"
6464
- }
6465
- },
6466
- "node_modules/@salesforce/plugin-user/node_modules/js-yaml": {
6467
- "version": "3.14.1",
6468
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
6469
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
6470
- "license": "MIT",
6471
- "dependencies": {
6472
- "argparse": "^1.0.7",
6473
- "esprima": "^4.0.0"
6474
- },
6475
- "bin": {
6476
- "js-yaml": "bin/js-yaml.js"
6477
- }
6478
- },
6479
- "node_modules/@salesforce/plugin-user/node_modules/sprintf-js": {
6480
- "version": "1.0.3",
6481
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
6482
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
6483
- "license": "BSD-3-Clause"
6484
- },
6485
- "node_modules/@salesforce/plugin-user/node_modules/supports-color": {
6486
- "version": "8.1.1",
6487
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
6488
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
6489
- "license": "MIT",
6490
- "dependencies": {
6491
- "has-flag": "^4.0.0"
6492
- },
6493
- "engines": {
6494
- "node": ">=10"
6495
- },
6496
- "funding": {
6497
- "url": "https://github.com/chalk/supports-color?sponsor=1"
6498
- }
6499
- },
6500
- "node_modules/@salesforce/plugin-user/node_modules/wrap-ansi": {
6501
- "version": "7.0.0",
6502
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
6503
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
6504
- "license": "MIT",
6505
- "dependencies": {
6506
- "ansi-styles": "^4.0.0",
6507
- "string-width": "^4.1.0",
6508
- "strip-ansi": "^6.0.0"
6509
- },
6510
- "engines": {
6511
- "node": ">=10"
6512
- },
6513
- "funding": {
6514
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6515
- }
6516
- },
6517
5743
  "node_modules/@salesforce/prettier-config": {
6518
5744
  "version": "0.0.3",
6519
5745
  "resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",