@salesforce/cli 2.131.4 → 2.131.5

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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.131.4 linux-x64 node-v22.22.2
28
+ @salesforce/cli/2.131.5 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -2453,7 +2453,7 @@ EXAMPLES
2453
2453
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2454
2454
  ```
2455
2455
 
2456
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/bulk/results.ts)_
2456
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/bulk/results.ts)_
2457
2457
 
2458
2458
  ## `sf data create file`
2459
2459
 
@@ -2502,7 +2502,7 @@ EXAMPLES
2502
2502
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2503
2503
  ```
2504
2504
 
2505
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/create/file.ts)_
2505
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/create/file.ts)_
2506
2506
 
2507
2507
  ## `sf data create record`
2508
2508
 
@@ -2558,7 +2558,7 @@ EXAMPLES
2558
2558
  TracedEntityId=01p17000000R6bLAAS"
2559
2559
  ```
2560
2560
 
2561
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/create/record.ts)_
2561
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/create/record.ts)_
2562
2562
 
2563
2563
  ## `sf data delete bulk`
2564
2564
 
@@ -2617,7 +2617,7 @@ FLAG DESCRIPTIONS
2617
2617
  and can be enabled only by a system administrator.
2618
2618
  ```
2619
2619
 
2620
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/delete/bulk.ts)_
2620
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/delete/bulk.ts)_
2621
2621
 
2622
2622
  ## `sf data delete record`
2623
2623
 
@@ -2678,7 +2678,7 @@ EXAMPLES
2678
2678
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2679
2679
  ```
2680
2680
 
2681
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/delete/record.ts)_
2681
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/delete/record.ts)_
2682
2682
 
2683
2683
  ## `sf data delete resume`
2684
2684
 
@@ -2717,7 +2717,7 @@ EXAMPLES
2717
2717
  $ sf data delete resume --use-most-recent --target-org my-scratch
2718
2718
  ```
2719
2719
 
2720
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/delete/resume.ts)_
2720
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/delete/resume.ts)_
2721
2721
 
2722
2722
  ## `sf data export bulk`
2723
2723
 
@@ -2784,7 +2784,7 @@ EXAMPLES
2784
2784
  --result-format json --wait 10 --all-rows
2785
2785
  ```
2786
2786
 
2787
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/export/bulk.ts)_
2787
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/export/bulk.ts)_
2788
2788
 
2789
2789
  ## `sf data export resume`
2790
2790
 
@@ -2823,7 +2823,7 @@ EXAMPLES
2823
2823
  $ sf data export resume --use-most-recent
2824
2824
  ```
2825
2825
 
2826
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/export/resume.ts)_
2826
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/export/resume.ts)_
2827
2827
 
2828
2828
  ## `sf data export tree`
2829
2829
 
@@ -2883,7 +2883,7 @@ EXAMPLES
2883
2883
  my-scratch
2884
2884
  ```
2885
2885
 
2886
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/export/tree.ts)_
2886
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/export/tree.ts)_
2887
2887
 
2888
2888
  ## `sf data get record`
2889
2889
 
@@ -2947,7 +2947,7 @@ EXAMPLES
2947
2947
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2948
2948
  ```
2949
2949
 
2950
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/get/record.ts)_
2950
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/get/record.ts)_
2951
2951
 
2952
2952
  ## `sf data import bulk`
2953
2953
 
@@ -2999,7 +2999,7 @@ EXAMPLES
2999
2999
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3000
3000
  ```
3001
3001
 
3002
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/import/bulk.ts)_
3002
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/import/bulk.ts)_
3003
3003
 
3004
3004
  ## `sf data import resume`
3005
3005
 
@@ -3035,7 +3035,7 @@ EXAMPLES
3035
3035
  $ sf data import resume --use-most-recent --target-org my-scratch
3036
3036
  ```
3037
3037
 
3038
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/import/resume.ts)_
3038
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/import/resume.ts)_
3039
3039
 
3040
3040
  ## `sf data import tree`
3041
3041
 
@@ -3099,7 +3099,7 @@ FLAG DESCRIPTIONS
3099
3099
  - files(array) - Files: An array of files paths to load
3100
3100
  ```
3101
3101
 
3102
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/import/tree.ts)_
3102
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/import/tree.ts)_
3103
3103
 
3104
3104
  ## `sf data query`
3105
3105
 
@@ -3152,7 +3152,7 @@ EXAMPLES
3152
3152
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
3153
3153
  ```
3154
3154
 
3155
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/query.ts)_
3155
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/query.ts)_
3156
3156
 
3157
3157
  ## `sf data resume`
3158
3158
 
@@ -3189,7 +3189,7 @@ EXAMPLES
3189
3189
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
3190
3190
  ```
3191
3191
 
3192
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/resume.ts)_
3192
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/resume.ts)_
3193
3193
 
3194
3194
  ## `sf data search`
3195
3195
 
@@ -3239,7 +3239,7 @@ EXAMPLES
3239
3239
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
3240
3240
  ```
3241
3241
 
3242
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/search.ts)_
3242
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/search.ts)_
3243
3243
 
3244
3244
  ## `sf data update bulk`
3245
3245
 
@@ -3294,7 +3294,7 @@ EXAMPLES
3294
3294
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3295
3295
  ```
3296
3296
 
3297
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/update/bulk.ts)_
3297
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/update/bulk.ts)_
3298
3298
 
3299
3299
  ## `sf data update record`
3300
3300
 
@@ -3356,7 +3356,7 @@ EXAMPLES
3356
3356
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
3357
3357
  ```
3358
3358
 
3359
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/update/record.ts)_
3359
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/update/record.ts)_
3360
3360
 
3361
3361
  ## `sf data update resume`
3362
3362
 
@@ -3395,7 +3395,7 @@ EXAMPLES
3395
3395
  $ sf data update resume --use-most-recent
3396
3396
  ```
3397
3397
 
3398
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/update/resume.ts)_
3398
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/update/resume.ts)_
3399
3399
 
3400
3400
  ## `sf data upsert bulk`
3401
3401
 
@@ -3451,7 +3451,7 @@ EXAMPLES
3451
3451
  my-scratch
3452
3452
  ```
3453
3453
 
3454
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/upsert/bulk.ts)_
3454
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/upsert/bulk.ts)_
3455
3455
 
3456
3456
  ## `sf data upsert resume`
3457
3457
 
@@ -3490,7 +3490,7 @@ EXAMPLES
3490
3490
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3491
3491
  ```
3492
3492
 
3493
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/upsert/resume.ts)_
3493
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/upsert/resume.ts)_
3494
3494
 
3495
3495
  ## `sf doctor`
3496
3496
 
@@ -3585,7 +3585,7 @@ EXAMPLES
3585
3585
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3586
3586
  ```
3587
3587
 
3588
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/force/data/bulk/delete.ts)_
3588
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/force/data/bulk/delete.ts)_
3589
3589
 
3590
3590
  ## `sf force data bulk status`
3591
3591
 
@@ -3622,7 +3622,7 @@ EXAMPLES
3622
3622
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
3623
3623
  ```
3624
3624
 
3625
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/force/data/bulk/status.ts)_
3625
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/force/data/bulk/status.ts)_
3626
3626
 
3627
3627
  ## `sf force data bulk upsert`
3628
3628
 
@@ -3680,7 +3680,7 @@ EXAMPLES
3680
3680
  --target-org my-scratch
3681
3681
  ```
3682
3682
 
3683
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/force/data/bulk/upsert.ts)_
3683
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/force/data/bulk/upsert.ts)_
3684
3684
 
3685
3685
  ## `sf help [COMMAND]`
3686
3686
 
@@ -10875,7 +10875,7 @@ EXAMPLES
10875
10875
  $ sf update --available
10876
10876
  ```
10877
10877
 
10878
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.29/src/commands/update.ts)_
10878
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.30/src/commands/update.ts)_
10879
10879
 
10880
10880
  ## `sf version`
10881
10881
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.131.4",
3
+ "version": "2.131.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.131.4",
9
+ "version": "2.131.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "@oclif/plugin-not-found": "3.2.80",
19
19
  "@oclif/plugin-plugins": "5.4.59",
20
20
  "@oclif/plugin-search": "1.2.44",
21
- "@oclif/plugin-update": "4.7.29",
21
+ "@oclif/plugin-update": "4.7.30",
22
22
  "@oclif/plugin-version": "2.2.41",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.60",
24
24
  "@oclif/plugin-which": "3.2.49",
@@ -28,7 +28,7 @@
28
28
  "@salesforce/plugin-apex": "3.9.20",
29
29
  "@salesforce/plugin-api": "1.3.16",
30
30
  "@salesforce/plugin-auth": "4.3.4",
31
- "@salesforce/plugin-data": "4.0.87",
31
+ "@salesforce/plugin-data": "4.0.89",
32
32
  "@salesforce/plugin-deploy-retrieve": "3.24.27",
33
33
  "@salesforce/plugin-info": "3.4.118",
34
34
  "@salesforce/plugin-limits": "3.3.84",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@oclif/plugin-command-snapshot": "^5.2.3",
54
- "@oclif/test": "^4.1.17",
54
+ "@oclif/test": "^4.1.18",
55
55
  "@salesforce/dev-scripts": "^11.0.2",
56
56
  "@salesforce/plugin-release-management": "^5.7.0",
57
57
  "@salesforce/ts-sinon": "^1.4.33",
@@ -4132,9 +4132,9 @@
4132
4132
  }
4133
4133
  },
4134
4134
  "node_modules/@oclif/plugin-update": {
4135
- "version": "4.7.29",
4136
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.29.tgz",
4137
- "integrity": "sha512-wSN7fdJ39OGR+AMBgq3SysXiwssIpNmCNJUXhnTsacHbBkrHHap5gNRiVWvfnQ/51geaIRZWMtGzwoEzW6osew==",
4135
+ "version": "4.7.30",
4136
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.30.tgz",
4137
+ "integrity": "sha512-dN5/m2IVtlUcZqGfbK6U8kGT4WQqPYCUac6CpeiuJ7hPF8qVkeDpQ/zG3mRFe2xBLVpjKkuP7fdZutj0O3Xk8Q==",
4138
4138
  "license": "MIT",
4139
4139
  "dependencies": {
4140
4140
  "@inquirer/select": "^2.5.0",
@@ -4283,9 +4283,9 @@
4283
4283
  }
4284
4284
  },
4285
4285
  "node_modules/@oclif/test": {
4286
- "version": "4.1.17",
4287
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.17.tgz",
4288
- "integrity": "sha512-OaD6/2vW9MqL58ZtaTGO1wc2vnPxZ/LLN0qp/+HVdMsBt/UDubxZreC3cxGR9rT8SMfyBvGIU8MzmZEBuiikAQ==",
4286
+ "version": "4.1.18",
4287
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.18.tgz",
4288
+ "integrity": "sha512-SIy/8x8OHKh5Z32aS8jpzTDc+FC9531mMyypoH5HiZ0vXNjKJ9+SpbW4nYK2c/X44WcPdmjIImStZ/Wgc2zZnQ==",
4289
4289
  "dev": true,
4290
4290
  "license": "MIT",
4291
4291
  "dependencies": {
@@ -5324,13 +5324,13 @@
5324
5324
  }
5325
5325
  },
5326
5326
  "node_modules/@salesforce/plugin-data": {
5327
- "version": "4.0.87",
5328
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.87.tgz",
5329
- "integrity": "sha512-99es8pvGtdrBqnXXzJZJEiFtJRmPlEG5ynJryRlAN1aIdWg6zm4/j+DjEWDTu9KRCK8FsDKXQL3wUDW1NOWkMw==",
5327
+ "version": "4.0.89",
5328
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.89.tgz",
5329
+ "integrity": "sha512-uOgp2Skl6jsS7kZ8K0E52VFjeok9hNEgWLa0X+NMAYFSiJfI2TRihB5nSTvmRWKjz4XZVGy4KaBgZBqBoJ3NGQ==",
5330
5330
  "license": "Apache-2.0",
5331
5331
  "dependencies": {
5332
5332
  "@jsforce/jsforce-node": "^3.10.14",
5333
- "@oclif/multi-stage-output": "^0.8.30",
5333
+ "@oclif/multi-stage-output": "^0.8.34",
5334
5334
  "@salesforce/core": "^8.28.1",
5335
5335
  "@salesforce/kit": "^3.2.6",
5336
5336
  "@salesforce/sf-plugins-core": "^12.2.6",
@@ -5341,7 +5341,7 @@
5341
5341
  "csv-stringify": "^6.6.0",
5342
5342
  "form-data": "^4.0.5",
5343
5343
  "terminal-link": "^3.0.0",
5344
- "undici": "^7.24.5",
5344
+ "undici": "^7.24.7",
5345
5345
  "zod": "^4.3.6"
5346
5346
  },
5347
5347
  "engines": {
@@ -23854,9 +23854,9 @@
23854
23854
  }
23855
23855
  },
23856
23856
  "node_modules/undici": {
23857
- "version": "7.24.5",
23858
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.5.tgz",
23859
- "integrity": "sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==",
23857
+ "version": "7.24.7",
23858
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz",
23859
+ "integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==",
23860
23860
  "license": "MIT",
23861
23861
  "engines": {
23862
23862
  "node": ">=20.18.1"
package/oclif.lock CHANGED
@@ -1776,10 +1776,10 @@
1776
1776
  ansi-escapes "^7.3.0"
1777
1777
  inquirer-autocomplete-standalone "^0.8.1"
1778
1778
 
1779
- "@oclif/plugin-update@4.7.29":
1780
- version "4.7.29"
1781
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.29.tgz"
1782
- integrity sha512-wSN7fdJ39OGR+AMBgq3SysXiwssIpNmCNJUXhnTsacHbBkrHHap5gNRiVWvfnQ/51geaIRZWMtGzwoEzW6osew==
1779
+ "@oclif/plugin-update@4.7.30":
1780
+ version "4.7.30"
1781
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.30.tgz"
1782
+ integrity sha512-dN5/m2IVtlUcZqGfbK6U8kGT4WQqPYCUac6CpeiuJ7hPF8qVkeDpQ/zG3mRFe2xBLVpjKkuP7fdZutj0O3Xk8Q==
1783
1783
  dependencies:
1784
1784
  "@inquirer/select" "^2.5.0"
1785
1785
  "@oclif/core" "^4"
@@ -1835,10 +1835,10 @@
1835
1835
  strip-ansi "^7.1.2"
1836
1836
  wrap-ansi "^9.0.2"
1837
1837
 
1838
- "@oclif/test@^4.1.17":
1839
- version "4.1.17"
1840
- resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.17.tgz"
1841
- integrity sha512-OaD6/2vW9MqL58ZtaTGO1wc2vnPxZ/LLN0qp/+HVdMsBt/UDubxZreC3cxGR9rT8SMfyBvGIU8MzmZEBuiikAQ==
1838
+ "@oclif/test@^4.1.18":
1839
+ version "4.1.18"
1840
+ resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.18.tgz"
1841
+ integrity sha512-SIy/8x8OHKh5Z32aS8jpzTDc+FC9531mMyypoH5HiZ0vXNjKJ9+SpbW4nYK2c/X44WcPdmjIImStZ/Wgc2zZnQ==
1842
1842
  dependencies:
1843
1843
  ansis "^3.17.0"
1844
1844
  debug "^4.4.3"
@@ -2267,13 +2267,13 @@
2267
2267
  debug "^4.4.0"
2268
2268
  handlebars "^4.7.8"
2269
2269
 
2270
- "@salesforce/plugin-data@4.0.87":
2271
- version "4.0.87"
2272
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.87.tgz"
2273
- integrity sha512-99es8pvGtdrBqnXXzJZJEiFtJRmPlEG5ynJryRlAN1aIdWg6zm4/j+DjEWDTu9KRCK8FsDKXQL3wUDW1NOWkMw==
2270
+ "@salesforce/plugin-data@4.0.89":
2271
+ version "4.0.89"
2272
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.89.tgz"
2273
+ integrity sha512-uOgp2Skl6jsS7kZ8K0E52VFjeok9hNEgWLa0X+NMAYFSiJfI2TRihB5nSTvmRWKjz4XZVGy4KaBgZBqBoJ3NGQ==
2274
2274
  dependencies:
2275
2275
  "@jsforce/jsforce-node" "^3.10.14"
2276
- "@oclif/multi-stage-output" "^0.8.30"
2276
+ "@oclif/multi-stage-output" "^0.8.34"
2277
2277
  "@salesforce/core" "^8.28.1"
2278
2278
  "@salesforce/kit" "^3.2.6"
2279
2279
  "@salesforce/sf-plugins-core" "^12.2.6"
@@ -2284,7 +2284,7 @@
2284
2284
  csv-stringify "^6.6.0"
2285
2285
  form-data "^4.0.5"
2286
2286
  terminal-link "^3.0.0"
2287
- undici "^7.24.5"
2287
+ undici "^7.24.7"
2288
2288
  zod "^4.3.6"
2289
2289
 
2290
2290
  "@salesforce/plugin-deploy-retrieve@3.24.27":
@@ -11426,10 +11426,10 @@ undici-types@~7.8.0:
11426
11426
  resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz"
11427
11427
  integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
11428
11428
 
11429
- undici@^7.24.5:
11430
- version "7.24.5"
11431
- resolved "https://registry.npmjs.org/undici/-/undici-7.24.5.tgz"
11432
- integrity sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==
11429
+ undici@^7.24.7:
11430
+ version "7.24.7"
11431
+ resolved "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz"
11432
+ integrity sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==
11433
11433
 
11434
11434
  unicorn-magic@^0.1.0:
11435
11435
  version "0.1.0"
@@ -4533,5 +4533,5 @@
4533
4533
  "requiresProject": true
4534
4534
  }
4535
4535
  },
4536
- "version": "2.131.4"
4536
+ "version": "2.131.5"
4537
4537
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.131.4",
4
+ "version": "2.131.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -153,7 +153,7 @@
153
153
  "@oclif/plugin-not-found": "3.2.80",
154
154
  "@oclif/plugin-plugins": "5.4.59",
155
155
  "@oclif/plugin-search": "1.2.44",
156
- "@oclif/plugin-update": "4.7.29",
156
+ "@oclif/plugin-update": "4.7.30",
157
157
  "@oclif/plugin-version": "2.2.41",
158
158
  "@oclif/plugin-warn-if-update-available": "3.1.60",
159
159
  "@oclif/plugin-which": "3.2.49",
@@ -163,7 +163,7 @@
163
163
  "@salesforce/plugin-apex": "3.9.20",
164
164
  "@salesforce/plugin-api": "1.3.16",
165
165
  "@salesforce/plugin-auth": "4.3.4",
166
- "@salesforce/plugin-data": "4.0.87",
166
+ "@salesforce/plugin-data": "4.0.89",
167
167
  "@salesforce/plugin-deploy-retrieve": "3.24.27",
168
168
  "@salesforce/plugin-info": "3.4.118",
169
169
  "@salesforce/plugin-limits": "3.3.84",
@@ -258,7 +258,7 @@
258
258
  "types": "dist/index.d.ts",
259
259
  "devDependencies": {
260
260
  "@oclif/plugin-command-snapshot": "^5.2.3",
261
- "@oclif/test": "^4.1.17",
261
+ "@oclif/test": "^4.1.18",
262
262
  "@salesforce/dev-scripts": "^11.0.2",
263
263
  "@salesforce/plugin-release-management": "^5.7.0",
264
264
  "@salesforce/ts-sinon": "^1.4.33",