@salesforce/cli 2.63.8 → 2.63.9

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 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.63.8 darwin-arm64 node-v20.16.0
27
+ @salesforce/cli/2.63.9 linux-x64 node-v20.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -6047,7 +6047,7 @@ FLAG DESCRIPTIONS
6047
6047
  If you specify this parameter, don’t specify --metadata or --source-dir.
6048
6048
  ```
6049
6049
 
6050
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/convert/mdapi.ts)_
6050
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/convert/mdapi.ts)_
6051
6051
 
6052
6052
  ## `sf project convert source`
6053
6053
 
@@ -6120,7 +6120,7 @@ FLAG DESCRIPTIONS
6120
6120
  Override the api version used for api requests made by this command
6121
6121
  ```
6122
6122
 
6123
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/convert/source.ts)_
6123
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/convert/source.ts)_
6124
6124
 
6125
6125
  ## `sf project convert source-behavior`
6126
6126
 
@@ -6178,7 +6178,7 @@ EXAMPLES
6178
6178
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6179
6179
  ```
6180
6180
 
6181
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/convert/source-behavior.ts)_
6181
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/convert/source-behavior.ts)_
6182
6182
 
6183
6183
  ## `sf project delete source`
6184
6184
 
@@ -6318,7 +6318,7 @@ FLAG DESCRIPTIONS
6318
6318
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6319
6319
  ```
6320
6320
 
6321
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/delete/source.ts)_
6321
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/delete/source.ts)_
6322
6322
 
6323
6323
  ## `sf project delete tracking`
6324
6324
 
@@ -6355,7 +6355,7 @@ EXAMPLES
6355
6355
  $ sf project delete tracking --target-org my-scratch
6356
6356
  ```
6357
6357
 
6358
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/delete/tracking.ts)_
6358
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/delete/tracking.ts)_
6359
6359
 
6360
6360
  ## `sf project deploy cancel`
6361
6361
 
@@ -6427,7 +6427,7 @@ FLAG DESCRIPTIONS
6427
6427
  project deploy report".
6428
6428
  ```
6429
6429
 
6430
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/cancel.ts)_
6430
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/cancel.ts)_
6431
6431
 
6432
6432
  ## `sf project deploy preview`
6433
6433
 
@@ -6510,7 +6510,7 @@ FLAG DESCRIPTIONS
6510
6510
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6511
6511
  ```
6512
6512
 
6513
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/preview.ts)_
6513
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/preview.ts)_
6514
6514
 
6515
6515
  ## `sf project deploy quick`
6516
6516
 
@@ -6603,7 +6603,7 @@ ERROR CODES
6603
6603
  Canceling (69) The deploy is being canceled.
6604
6604
  ```
6605
6605
 
6606
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/quick.ts)_
6606
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/quick.ts)_
6607
6607
 
6608
6608
  ## `sf project deploy report`
6609
6609
 
@@ -6695,7 +6695,7 @@ FLAG DESCRIPTIONS
6695
6695
  --coverage-formatters lcov --coverage-formatters clover
6696
6696
  ```
6697
6697
 
6698
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/report.ts)_
6698
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/report.ts)_
6699
6699
 
6700
6700
  ## `sf project deploy resume`
6701
6701
 
@@ -6792,7 +6792,7 @@ ERROR CODES
6792
6792
  Canceling (69) The deploy is being canceled.
6793
6793
  ```
6794
6794
 
6795
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/resume.ts)_
6795
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/resume.ts)_
6796
6796
 
6797
6797
  ## `sf project deploy start`
6798
6798
 
@@ -7045,7 +7045,7 @@ ERROR CODES
7045
7045
  Canceling (69) The deploy is being canceled.
7046
7046
  ```
7047
7047
 
7048
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/start.ts)_
7048
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/start.ts)_
7049
7049
 
7050
7050
  ## `sf project deploy validate`
7051
7051
 
@@ -7235,7 +7235,7 @@ ERROR CODES
7235
7235
  Canceling (69) The deploy is being canceled.
7236
7236
  ```
7237
7237
 
7238
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/validate.ts)_
7238
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/deploy/validate.ts)_
7239
7239
 
7240
7240
  ## `sf project generate`
7241
7241
 
@@ -7417,7 +7417,7 @@ EXAMPLES
7417
7417
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7418
7418
  ```
7419
7419
 
7420
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/generate/manifest.ts)_
7420
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/generate/manifest.ts)_
7421
7421
 
7422
7422
  ## `sf project list ignored`
7423
7423
 
@@ -7459,7 +7459,7 @@ EXAMPLES
7459
7459
  $ sf project list ignored --source-dir package.xml
7460
7460
  ```
7461
7461
 
7462
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/list/ignored.ts)_
7462
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/list/ignored.ts)_
7463
7463
 
7464
7464
  ## `sf project reset tracking`
7465
7465
 
@@ -7508,7 +7508,7 @@ EXAMPLES
7508
7508
  $ sf project reset tracking --revision 30
7509
7509
  ```
7510
7510
 
7511
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/reset/tracking.ts)_
7511
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/reset/tracking.ts)_
7512
7512
 
7513
7513
  ## `sf project retrieve preview`
7514
7514
 
@@ -7562,7 +7562,7 @@ FLAG DESCRIPTIONS
7562
7562
  production orgs.
7563
7563
  ```
7564
7564
 
7565
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/retrieve/preview.ts)_
7565
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/retrieve/preview.ts)_
7566
7566
 
7567
7567
  ## `sf project retrieve start`
7568
7568
 
@@ -7739,7 +7739,7 @@ ENVIRONMENT VARIABLES
7739
7739
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7740
7740
  ```
7741
7741
 
7742
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/retrieve/start.ts)_
7742
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.13.1/src/commands/project/retrieve/start.ts)_
7743
7743
 
7744
7744
  ## `sf schema generate field`
7745
7745
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.63.8",
3
+ "version": "2.63.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.63.8",
9
+ "version": "2.63.9",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -28,7 +28,7 @@
28
28
  "@salesforce/plugin-api": "1.3.1",
29
29
  "@salesforce/plugin-auth": "3.6.68",
30
30
  "@salesforce/plugin-data": "3.7.1",
31
- "@salesforce/plugin-deploy-retrieve": "3.15.3",
31
+ "@salesforce/plugin-deploy-retrieve": "3.13.1",
32
32
  "@salesforce/plugin-info": "3.4.12",
33
33
  "@salesforce/plugin-limits": "3.3.33",
34
34
  "@salesforce/plugin-marketplace": "1.2.26",
@@ -3417,21 +3417,6 @@
3417
3417
  "node": ">=18"
3418
3418
  }
3419
3419
  },
3420
- "node_modules/@inquirer/core/node_modules/ansi-styles": {
3421
- "version": "4.3.0",
3422
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3423
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3424
- "license": "MIT",
3425
- "dependencies": {
3426
- "color-convert": "^2.0.1"
3427
- },
3428
- "engines": {
3429
- "node": ">=8"
3430
- },
3431
- "funding": {
3432
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3433
- }
3434
- },
3435
3420
  "node_modules/@inquirer/core/node_modules/signal-exit": {
3436
3421
  "version": "4.1.0",
3437
3422
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3444,20 +3429,6 @@
3444
3429
  "url": "https://github.com/sponsors/isaacs"
3445
3430
  }
3446
3431
  },
3447
- "node_modules/@inquirer/core/node_modules/wrap-ansi": {
3448
- "version": "6.2.0",
3449
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3450
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3451
- "license": "MIT",
3452
- "dependencies": {
3453
- "ansi-styles": "^4.0.0",
3454
- "string-width": "^4.1.0",
3455
- "strip-ansi": "^6.0.0"
3456
- },
3457
- "engines": {
3458
- "node": ">=8"
3459
- }
3460
- },
3461
3432
  "node_modules/@inquirer/figures": {
3462
3433
  "version": "1.0.5",
3463
3434
  "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz",
@@ -4209,6 +4180,24 @@
4209
4180
  "node": ">=18.0.0"
4210
4181
  }
4211
4182
  },
4183
+ "node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
4184
+ "version": "6.0.1",
4185
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4186
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
4187
+ "license": "MIT",
4188
+ "engines": {
4189
+ "node": ">=12"
4190
+ },
4191
+ "funding": {
4192
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4193
+ }
4194
+ },
4195
+ "node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
4196
+ "version": "10.3.0",
4197
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
4198
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
4199
+ "license": "MIT"
4200
+ },
4212
4201
  "node_modules/@oclif/multi-stage-output/node_modules/figures": {
4213
4202
  "version": "6.1.0",
4214
4203
  "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
@@ -4236,6 +4225,55 @@
4236
4225
  "url": "https://github.com/sponsors/sindresorhus"
4237
4226
  }
4238
4227
  },
4228
+ "node_modules/@oclif/multi-stage-output/node_modules/string-width": {
4229
+ "version": "7.2.0",
4230
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4231
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4232
+ "license": "MIT",
4233
+ "dependencies": {
4234
+ "emoji-regex": "^10.3.0",
4235
+ "get-east-asian-width": "^1.0.0",
4236
+ "strip-ansi": "^7.1.0"
4237
+ },
4238
+ "engines": {
4239
+ "node": ">=18"
4240
+ },
4241
+ "funding": {
4242
+ "url": "https://github.com/sponsors/sindresorhus"
4243
+ }
4244
+ },
4245
+ "node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
4246
+ "version": "7.1.0",
4247
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4248
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4249
+ "license": "MIT",
4250
+ "dependencies": {
4251
+ "ansi-regex": "^6.0.1"
4252
+ },
4253
+ "engines": {
4254
+ "node": ">=12"
4255
+ },
4256
+ "funding": {
4257
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4258
+ }
4259
+ },
4260
+ "node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
4261
+ "version": "9.0.0",
4262
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
4263
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
4264
+ "license": "MIT",
4265
+ "dependencies": {
4266
+ "ansi-styles": "^6.2.1",
4267
+ "string-width": "^7.0.0",
4268
+ "strip-ansi": "^7.1.0"
4269
+ },
4270
+ "engines": {
4271
+ "node": ">=18"
4272
+ },
4273
+ "funding": {
4274
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4275
+ }
4276
+ },
4239
4277
  "node_modules/@oclif/plugin-autocomplete": {
4240
4278
  "version": "3.2.6",
4241
4279
  "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.6.tgz",
@@ -4587,6 +4625,29 @@
4587
4625
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4588
4626
  }
4589
4627
  },
4628
+ "node_modules/@oclif/table/node_modules/emoji-regex": {
4629
+ "version": "10.3.0",
4630
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
4631
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
4632
+ "license": "MIT"
4633
+ },
4634
+ "node_modules/@oclif/table/node_modules/string-width": {
4635
+ "version": "7.2.0",
4636
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4637
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4638
+ "license": "MIT",
4639
+ "dependencies": {
4640
+ "emoji-regex": "^10.3.0",
4641
+ "get-east-asian-width": "^1.0.0",
4642
+ "strip-ansi": "^7.1.0"
4643
+ },
4644
+ "engines": {
4645
+ "node": ">=18"
4646
+ },
4647
+ "funding": {
4648
+ "url": "https://github.com/sponsors/sindresorhus"
4649
+ }
4650
+ },
4590
4651
  "node_modules/@oclif/table/node_modules/strip-ansi": {
4591
4652
  "version": "7.1.0",
4592
4653
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
@@ -4602,6 +4663,23 @@
4602
4663
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4603
4664
  }
4604
4665
  },
4666
+ "node_modules/@oclif/table/node_modules/wrap-ansi": {
4667
+ "version": "9.0.0",
4668
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
4669
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
4670
+ "license": "MIT",
4671
+ "dependencies": {
4672
+ "ansi-styles": "^6.2.1",
4673
+ "string-width": "^7.0.0",
4674
+ "strip-ansi": "^7.1.0"
4675
+ },
4676
+ "engines": {
4677
+ "node": ">=18"
4678
+ },
4679
+ "funding": {
4680
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4681
+ }
4682
+ },
4605
4683
  "node_modules/@octokit/auth-token": {
4606
4684
  "version": "3.0.4",
4607
4685
  "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz",
@@ -5329,44 +5407,21 @@
5329
5407
  }
5330
5408
  },
5331
5409
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5332
- "version": "3.15.3",
5333
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.3.tgz",
5334
- "integrity": "sha512-LvV2I/GxuYSHBmh0TgubKhrvsQFg8FyuZKnMprbvtJsaoueCbYBHLXdq+AYnVDF0dYqVYpInSY2twovZjfT1Pg==",
5410
+ "version": "3.13.1",
5411
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.13.1.tgz",
5412
+ "integrity": "sha512-Q25pVDoX1teNdbbHVKGsM2J7qLOsNzg7yN4lfSLrukxM2CK6MGeRb8C8EE4nHYHdPgvPa5+CcFLrtg+4Q3U8kQ==",
5335
5413
  "license": "BSD-3-Clause",
5336
5414
  "dependencies": {
5337
5415
  "@oclif/core": "^4.0.28",
5338
- "@oclif/multi-stage-output": "^0.7.7",
5339
5416
  "@salesforce/apex-node": "^8.1.9",
5340
5417
  "@salesforce/core": "^8.6.1",
5341
5418
  "@salesforce/kit": "^3.2.3",
5342
- "@salesforce/plugin-info": "^3.4.13",
5343
- "@salesforce/sf-plugins-core": "^12.0.4",
5419
+ "@salesforce/plugin-info": "^3.4.9",
5420
+ "@salesforce/sf-plugins-core": "^11.3.12",
5344
5421
  "@salesforce/source-deploy-retrieve": "^12.7.4",
5345
- "@salesforce/source-tracking": "^7.1.17",
5422
+ "@salesforce/source-tracking": "^7.1.16",
5346
5423
  "@salesforce/ts-types": "^2.0.12",
5347
- "ansis": "^3.3.2",
5348
- "terminal-link": "^3.0.0"
5349
- },
5350
- "engines": {
5351
- "node": ">=18.0.0"
5352
- }
5353
- },
5354
- "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@oclif/table": {
5355
- "version": "0.2.1",
5356
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.1.tgz",
5357
- "integrity": "sha512-RdznMxghWq6AcZQkT0+lvUFYstyThJlyYxlJPJxunTCrPvkJXhcTDh0eUttLmjaNhqhGWaxZHXlgsga5Ecs/AQ==",
5358
- "license": "MIT",
5359
- "dependencies": {
5360
- "@oclif/core": "^4",
5361
- "@types/react": "^18.3.11",
5362
- "change-case": "^5.4.4",
5363
- "cli-truncate": "^4.0.0",
5364
- "ink": "^5.0.1",
5365
- "natural-orderby": "^3.0.2",
5366
- "object-hash": "^3.0.0",
5367
- "react": "^18.3.1",
5368
- "strip-ansi": "^7.1.0",
5369
- "wrap-ansi": "^9.0.0"
5424
+ "ansis": "^3.3.2"
5370
5425
  },
5371
5426
  "engines": {
5372
5427
  "node": ">=18.0.0"
@@ -5395,103 +5450,6 @@
5395
5450
  "node": ">=18.0.0"
5396
5451
  }
5397
5452
  },
5398
- "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
5399
- "version": "11.3.12",
5400
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
5401
- "integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
5402
- "license": "BSD-3-Clause",
5403
- "dependencies": {
5404
- "@inquirer/confirm": "^3.1.22",
5405
- "@inquirer/password": "^2.2.0",
5406
- "@oclif/core": "^4.0.27",
5407
- "@salesforce/core": "^8.5.1",
5408
- "@salesforce/kit": "^3.2.3",
5409
- "@salesforce/ts-types": "^2.0.12",
5410
- "ansis": "^3.3.2",
5411
- "cli-progress": "^3.12.0",
5412
- "natural-orderby": "^3.0.2",
5413
- "slice-ansi": "^7.1.0",
5414
- "string-width": "^7.2.0",
5415
- "terminal-link": "^3.0.0"
5416
- },
5417
- "engines": {
5418
- "node": ">=18.0.0"
5419
- }
5420
- },
5421
- "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/sf-plugins-core": {
5422
- "version": "12.0.8",
5423
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.8.tgz",
5424
- "integrity": "sha512-XALzUHLTO6uPg0MSdbXbHWH+HHi7ebKu8ARDTQXm8bA7Pa+FmZ3xbEe34CTIzMRQ6VqLwVmeX8Yt5oI3F8L0FQ==",
5425
- "license": "BSD-3-Clause",
5426
- "dependencies": {
5427
- "@inquirer/confirm": "^3.1.22",
5428
- "@inquirer/password": "^2.2.0",
5429
- "@oclif/core": "^4.0.27",
5430
- "@oclif/table": "^0.2.1",
5431
- "@salesforce/core": "^8.5.1",
5432
- "@salesforce/kit": "^3.2.3",
5433
- "@salesforce/ts-types": "^2.0.12",
5434
- "ansis": "^3.3.2",
5435
- "cli-progress": "^3.12.0",
5436
- "natural-orderby": "^3.0.2",
5437
- "slice-ansi": "^7.1.0",
5438
- "string-width": "^7.2.0",
5439
- "terminal-link": "^3.0.0"
5440
- },
5441
- "engines": {
5442
- "node": ">=18.0.0"
5443
- }
5444
- },
5445
- "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/ansi-regex": {
5446
- "version": "6.0.1",
5447
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
5448
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
5449
- "license": "MIT",
5450
- "engines": {
5451
- "node": ">=12"
5452
- },
5453
- "funding": {
5454
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
5455
- }
5456
- },
5457
- "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/emoji-regex": {
5458
- "version": "10.3.0",
5459
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
5460
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
5461
- "license": "MIT"
5462
- },
5463
- "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/string-width": {
5464
- "version": "7.2.0",
5465
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
5466
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
5467
- "license": "MIT",
5468
- "dependencies": {
5469
- "emoji-regex": "^10.3.0",
5470
- "get-east-asian-width": "^1.0.0",
5471
- "strip-ansi": "^7.1.0"
5472
- },
5473
- "engines": {
5474
- "node": ">=18"
5475
- },
5476
- "funding": {
5477
- "url": "https://github.com/sponsors/sindresorhus"
5478
- }
5479
- },
5480
- "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/strip-ansi": {
5481
- "version": "7.1.0",
5482
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5483
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
5484
- "license": "MIT",
5485
- "dependencies": {
5486
- "ansi-regex": "^6.0.1"
5487
- },
5488
- "engines": {
5489
- "node": ">=12"
5490
- },
5491
- "funding": {
5492
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
5493
- }
5494
- },
5495
5453
  "node_modules/@salesforce/plugin-info": {
5496
5454
  "version": "3.4.12",
5497
5455
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.12.tgz",
@@ -13489,6 +13447,23 @@
13489
13447
  "url": "https://github.com/sponsors/sindresorhus"
13490
13448
  }
13491
13449
  },
13450
+ "node_modules/ink/node_modules/wrap-ansi": {
13451
+ "version": "9.0.0",
13452
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
13453
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
13454
+ "license": "MIT",
13455
+ "dependencies": {
13456
+ "ansi-styles": "^6.2.1",
13457
+ "string-width": "^7.0.0",
13458
+ "strip-ansi": "^7.1.0"
13459
+ },
13460
+ "engines": {
13461
+ "node": ">=18"
13462
+ },
13463
+ "funding": {
13464
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
13465
+ }
13466
+ },
13492
13467
  "node_modules/inquirer-autocomplete-standalone": {
13493
13468
  "version": "0.8.1",
13494
13469
  "resolved": "https://registry.npmjs.org/inquirer-autocomplete-standalone/-/inquirer-autocomplete-standalone-0.8.1.tgz",
@@ -13585,21 +13560,6 @@
13585
13560
  "undici-types": "~5.26.4"
13586
13561
  }
13587
13562
  },
13588
- "node_modules/inquirer-autocomplete-standalone/node_modules/ansi-styles": {
13589
- "version": "4.3.0",
13590
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
13591
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
13592
- "license": "MIT",
13593
- "dependencies": {
13594
- "color-convert": "^2.0.1"
13595
- },
13596
- "engines": {
13597
- "node": ">=8"
13598
- },
13599
- "funding": {
13600
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
13601
- }
13602
- },
13603
13563
  "node_modules/inquirer-autocomplete-standalone/node_modules/escape-string-regexp": {
13604
13564
  "version": "5.0.0",
13605
13565
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
@@ -13640,20 +13600,6 @@
13640
13600
  "url": "https://github.com/sponsors/sindresorhus"
13641
13601
  }
13642
13602
  },
13643
- "node_modules/inquirer-autocomplete-standalone/node_modules/wrap-ansi": {
13644
- "version": "6.2.0",
13645
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
13646
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
13647
- "license": "MIT",
13648
- "dependencies": {
13649
- "ansi-styles": "^4.0.0",
13650
- "string-width": "^4.1.0",
13651
- "strip-ansi": "^6.0.0"
13652
- },
13653
- "engines": {
13654
- "node": ">=8"
13655
- }
13656
- },
13657
13603
  "node_modules/internal-slot": {
13658
13604
  "version": "1.0.7",
13659
13605
  "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
@@ -20166,22 +20112,6 @@
20166
20112
  "node": ">=8.9"
20167
20113
  }
20168
20114
  },
20169
- "node_modules/nyc/node_modules/ansi-styles": {
20170
- "version": "4.3.0",
20171
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
20172
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
20173
- "dev": true,
20174
- "license": "MIT",
20175
- "dependencies": {
20176
- "color-convert": "^2.0.1"
20177
- },
20178
- "engines": {
20179
- "node": ">=8"
20180
- },
20181
- "funding": {
20182
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
20183
- }
20184
- },
20185
20115
  "node_modules/nyc/node_modules/brace-expansion": {
20186
20116
  "version": "1.1.11",
20187
20117
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -20239,21 +20169,6 @@
20239
20169
  "node": "*"
20240
20170
  }
20241
20171
  },
20242
- "node_modules/nyc/node_modules/wrap-ansi": {
20243
- "version": "6.2.0",
20244
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
20245
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
20246
- "dev": true,
20247
- "license": "MIT",
20248
- "dependencies": {
20249
- "ansi-styles": "^4.0.0",
20250
- "string-width": "^4.1.0",
20251
- "strip-ansi": "^6.0.0"
20252
- },
20253
- "engines": {
20254
- "node": ">=8"
20255
- }
20256
- },
20257
20172
  "node_modules/nyc/node_modules/y18n": {
20258
20173
  "version": "4.0.3",
20259
20174
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
@@ -24599,20 +24514,17 @@
24599
24514
  "license": "Apache-2.0"
24600
24515
  },
24601
24516
  "node_modules/wrap-ansi": {
24602
- "version": "9.0.0",
24603
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
24604
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
24517
+ "version": "6.2.0",
24518
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
24519
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
24605
24520
  "license": "MIT",
24606
24521
  "dependencies": {
24607
- "ansi-styles": "^6.2.1",
24608
- "string-width": "^7.0.0",
24609
- "strip-ansi": "^7.1.0"
24522
+ "ansi-styles": "^4.0.0",
24523
+ "string-width": "^4.1.0",
24524
+ "strip-ansi": "^6.0.0"
24610
24525
  },
24611
24526
  "engines": {
24612
- "node": ">=18"
24613
- },
24614
- "funding": {
24615
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
24527
+ "node": ">=8"
24616
24528
  }
24617
24529
  },
24618
24530
  "node_modules/wrap-ansi-cjs": {
@@ -24650,54 +24562,19 @@
24650
24562
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
24651
24563
  }
24652
24564
  },
24653
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
24654
- "version": "6.0.1",
24655
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
24656
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
24657
- "license": "MIT",
24658
- "engines": {
24659
- "node": ">=12"
24660
- },
24661
- "funding": {
24662
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
24663
- }
24664
- },
24665
- "node_modules/wrap-ansi/node_modules/emoji-regex": {
24666
- "version": "10.3.0",
24667
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
24668
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
24669
- "license": "MIT"
24670
- },
24671
- "node_modules/wrap-ansi/node_modules/string-width": {
24672
- "version": "7.2.0",
24673
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
24674
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
24675
- "license": "MIT",
24676
- "dependencies": {
24677
- "emoji-regex": "^10.3.0",
24678
- "get-east-asian-width": "^1.0.0",
24679
- "strip-ansi": "^7.1.0"
24680
- },
24681
- "engines": {
24682
- "node": ">=18"
24683
- },
24684
- "funding": {
24685
- "url": "https://github.com/sponsors/sindresorhus"
24686
- }
24687
- },
24688
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
24689
- "version": "7.1.0",
24690
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
24691
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
24565
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
24566
+ "version": "4.3.0",
24567
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24568
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24692
24569
  "license": "MIT",
24693
24570
  "dependencies": {
24694
- "ansi-regex": "^6.0.1"
24571
+ "color-convert": "^2.0.1"
24695
24572
  },
24696
24573
  "engines": {
24697
- "node": ">=12"
24574
+ "node": ">=8"
24698
24575
  },
24699
24576
  "funding": {
24700
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
24577
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
24701
24578
  }
24702
24579
  },
24703
24580
  "node_modules/wrappy": {
package/oclif.lock CHANGED
@@ -2088,22 +2088,6 @@
2088
2088
  strip-ansi "^7.1.0"
2089
2089
  wrap-ansi "^9.0.0"
2090
2090
 
2091
- "@oclif/table@^0.2.1":
2092
- version "0.2.1"
2093
- resolved "https://registry.npmjs.org/@oclif/table/-/table-0.2.1.tgz"
2094
- integrity sha512-RdznMxghWq6AcZQkT0+lvUFYstyThJlyYxlJPJxunTCrPvkJXhcTDh0eUttLmjaNhqhGWaxZHXlgsga5Ecs/AQ==
2095
- dependencies:
2096
- "@oclif/core" "^4"
2097
- "@types/react" "^18.3.11"
2098
- change-case "^5.4.4"
2099
- cli-truncate "^4.0.0"
2100
- ink "^5.0.1"
2101
- natural-orderby "^3.0.2"
2102
- object-hash "^3.0.0"
2103
- react "^18.3.1"
2104
- strip-ansi "^7.1.0"
2105
- wrap-ansi "^9.0.0"
2106
-
2107
2091
  "@octokit/auth-token@^3.0.0":
2108
2092
  version "3.0.4"
2109
2093
  resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz"
@@ -2458,41 +2442,21 @@
2458
2442
  form-data "^4.0.0"
2459
2443
  terminal-link "^3.0.0"
2460
2444
 
2461
- "@salesforce/plugin-deploy-retrieve@3.15.3":
2462
- version "3.15.3"
2463
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.3.tgz"
2464
- integrity sha512-LvV2I/GxuYSHBmh0TgubKhrvsQFg8FyuZKnMprbvtJsaoueCbYBHLXdq+AYnVDF0dYqVYpInSY2twovZjfT1Pg==
2445
+ "@salesforce/plugin-deploy-retrieve@3.13.1":
2446
+ version "3.13.1"
2447
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.13.1.tgz"
2448
+ integrity sha512-Q25pVDoX1teNdbbHVKGsM2J7qLOsNzg7yN4lfSLrukxM2CK6MGeRb8C8EE4nHYHdPgvPa5+CcFLrtg+4Q3U8kQ==
2465
2449
  dependencies:
2466
2450
  "@oclif/core" "^4.0.28"
2467
- "@oclif/multi-stage-output" "^0.7.7"
2468
2451
  "@salesforce/apex-node" "^8.1.9"
2469
2452
  "@salesforce/core" "^8.6.1"
2470
2453
  "@salesforce/kit" "^3.2.3"
2471
- "@salesforce/plugin-info" "^3.4.13"
2472
- "@salesforce/sf-plugins-core" "^12.0.4"
2454
+ "@salesforce/plugin-info" "^3.4.9"
2455
+ "@salesforce/sf-plugins-core" "^11.3.12"
2473
2456
  "@salesforce/source-deploy-retrieve" "^12.7.4"
2474
- "@salesforce/source-tracking" "^7.1.17"
2457
+ "@salesforce/source-tracking" "^7.1.16"
2475
2458
  "@salesforce/ts-types" "^2.0.12"
2476
2459
  ansis "^3.3.2"
2477
- terminal-link "^3.0.0"
2478
-
2479
- "@salesforce/plugin-info@^3.4.13":
2480
- version "3.4.13"
2481
- resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.13.tgz"
2482
- integrity sha512-nKyDyDFytwzXbj0jhjjrsMpku6qpj08t3ljir9v/OfGIk+9M7SRrPPnxZmwNzqCAR3uJDyitNGCDiQVyD4ndAA==
2483
- dependencies:
2484
- "@inquirer/input" "^2.3.0"
2485
- "@jsforce/jsforce-node" "^3.2.2"
2486
- "@oclif/core" "^4"
2487
- "@salesforce/core" "^8.6.2"
2488
- "@salesforce/kit" "^3.2.3"
2489
- "@salesforce/sf-plugins-core" "^11.3.12"
2490
- got "^13.0.0"
2491
- marked "^4.3.0"
2492
- marked-terminal "^4.2.0"
2493
- open "^10.1.0"
2494
- proxy-agent "^6.4.0"
2495
- semver "^7.6.3"
2496
2460
 
2497
2461
  "@salesforce/plugin-info@^3.4.9":
2498
2462
  version "3.4.13"
@@ -2736,25 +2700,6 @@
2736
2700
  string-width "^7.2.0"
2737
2701
  terminal-link "^3.0.0"
2738
2702
 
2739
- "@salesforce/sf-plugins-core@^12.0.4":
2740
- version "12.0.8"
2741
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.8.tgz"
2742
- integrity sha512-XALzUHLTO6uPg0MSdbXbHWH+HHi7ebKu8ARDTQXm8bA7Pa+FmZ3xbEe34CTIzMRQ6VqLwVmeX8Yt5oI3F8L0FQ==
2743
- dependencies:
2744
- "@inquirer/confirm" "^3.1.22"
2745
- "@inquirer/password" "^2.2.0"
2746
- "@oclif/core" "^4.0.27"
2747
- "@oclif/table" "^0.2.1"
2748
- "@salesforce/core" "^8.5.1"
2749
- "@salesforce/kit" "^3.2.3"
2750
- "@salesforce/ts-types" "^2.0.12"
2751
- ansis "^3.3.2"
2752
- cli-progress "^3.12.0"
2753
- natural-orderby "^3.0.2"
2754
- slice-ansi "^7.1.0"
2755
- string-width "^7.2.0"
2756
- terminal-link "^3.0.0"
2757
-
2758
2703
  "@salesforce/source-deploy-retrieve@^12.6.0", "@salesforce/source-deploy-retrieve@^12.7.1", "@salesforce/source-deploy-retrieve@^12.7.4":
2759
2704
  version "12.7.4"
2760
2705
  resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.4.tgz"
@@ -2774,7 +2719,7 @@
2774
2719
  minimatch "^9.0.5"
2775
2720
  proxy-agent "^6.4.0"
2776
2721
 
2777
- "@salesforce/source-tracking@^7.1.14", "@salesforce/source-tracking@^7.1.17":
2722
+ "@salesforce/source-tracking@^7.1.14", "@salesforce/source-tracking@^7.1.16":
2778
2723
  version "7.1.17"
2779
2724
  resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.17.tgz"
2780
2725
  integrity sha512-QKKM/IsJHYQvE4sMREKChSyMQHLDUHP2Y3evcw4jJKTXA+je4d2v7GlAEVgOuMFUEH64j47EX2/FR/4EqzZeKA==
@@ -5370,5 +5370,5 @@
5370
5370
  ]
5371
5371
  }
5372
5372
  },
5373
- "version": "2.63.8"
5373
+ "version": "2.63.9"
5374
5374
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.63.8",
4
+ "version": "2.63.9",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -157,7 +157,7 @@
157
157
  "@salesforce/plugin-api": "1.3.1",
158
158
  "@salesforce/plugin-auth": "3.6.68",
159
159
  "@salesforce/plugin-data": "3.7.1",
160
- "@salesforce/plugin-deploy-retrieve": "3.15.3",
160
+ "@salesforce/plugin-deploy-retrieve": "3.13.1",
161
161
  "@salesforce/plugin-info": "3.4.12",
162
162
  "@salesforce/plugin-limits": "3.3.33",
163
163
  "@salesforce/plugin-marketplace": "1.2.26",