@salesforce/cli 2.129.1 → 2.129.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.
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.129.1 linux-x64 node-v22.22.1
28
+ @salesforce/cli/2.129.2 linux-x64 node-v22.22.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -264,7 +264,7 @@ EXAMPLES
264
264
  $ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
265
265
  ```
266
266
 
267
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/activate.ts)_
267
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/activate.ts)_
268
268
 
269
269
  ## `sf agent create`
270
270
 
@@ -331,7 +331,7 @@ EXAMPLES
331
331
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
332
332
  ```
333
333
 
334
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/create.ts)_
334
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/create.ts)_
335
335
 
336
336
  ## `sf agent deactivate`
337
337
 
@@ -372,7 +372,7 @@ EXAMPLES
372
372
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
373
373
  ```
374
374
 
375
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/deactivate.ts)_
375
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/deactivate.ts)_
376
376
 
377
377
  ## `sf agent generate agent-spec`
378
378
 
@@ -479,7 +479,7 @@ EXAMPLES
479
479
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
480
480
  ```
481
481
 
482
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/agent-spec.ts)_
482
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/generate/agent-spec.ts)_
483
483
 
484
484
  ## `sf agent generate authoring-bundle`
485
485
 
@@ -556,7 +556,7 @@ EXAMPLES
556
556
  other-package-dir/main/default --target-org my-dev-org
557
557
  ```
558
558
 
559
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/authoring-bundle.ts)_
559
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/generate/authoring-bundle.ts)_
560
560
 
561
561
  ## `sf agent generate template`
562
562
 
@@ -604,7 +604,7 @@ EXAMPLES
604
604
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
605
605
  ```
606
606
 
607
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/template.ts)_
607
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/generate/template.ts)_
608
608
 
609
609
  ## `sf agent generate test-spec`
610
610
 
@@ -669,7 +669,7 @@ EXAMPLES
669
669
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
670
670
  ```
671
671
 
672
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/test-spec.ts)_
672
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/generate/test-spec.ts)_
673
673
 
674
674
  ## `sf agent preview`
675
675
 
@@ -742,7 +742,7 @@ EXAMPLES
742
742
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
743
743
  ```
744
744
 
745
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview.ts)_
745
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview.ts)_
746
746
 
747
747
  ## `sf agent preview end`
748
748
 
@@ -797,7 +797,7 @@ EXAMPLES
797
797
  $ sf agent preview end --authoring-bundle My_Local_Agent
798
798
  ```
799
799
 
800
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/end.ts)_
800
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview/end.ts)_
801
801
 
802
802
  ## `sf agent preview send`
803
803
 
@@ -855,7 +855,7 @@ EXAMPLES
855
855
  $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
856
856
  ```
857
857
 
858
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/send.ts)_
858
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview/send.ts)_
859
859
 
860
860
  ## `sf agent preview sessions`
861
861
 
@@ -888,7 +888,7 @@ EXAMPLES
888
888
  $ sf agent preview sessions
889
889
  ```
890
890
 
891
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/sessions.ts)_
891
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview/sessions.ts)_
892
892
 
893
893
  ## `sf agent preview start`
894
894
 
@@ -945,7 +945,7 @@ EXAMPLES
945
945
  $ sf agent preview start --api-name My_Published_Agent
946
946
  ```
947
947
 
948
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/start.ts)_
948
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview/start.ts)_
949
949
 
950
950
  ## `sf agent publish authoring-bundle`
951
951
 
@@ -994,7 +994,7 @@ EXAMPLES
994
994
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
995
995
  ```
996
996
 
997
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/publish/authoring-bundle.ts)_
997
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/publish/authoring-bundle.ts)_
998
998
 
999
999
  ## `sf agent test create`
1000
1000
 
@@ -1049,7 +1049,7 @@ EXAMPLES
1049
1049
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
1050
1050
  ```
1051
1051
 
1052
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/create.ts)_
1052
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/create.ts)_
1053
1053
 
1054
1054
  ## `sf agent test list`
1055
1055
 
@@ -1084,7 +1084,7 @@ EXAMPLES
1084
1084
  $ sf agent test list --target-org my-org
1085
1085
  ```
1086
1086
 
1087
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/list.ts)_
1087
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/list.ts)_
1088
1088
 
1089
1089
  ## `sf agent test results`
1090
1090
 
@@ -1150,7 +1150,7 @@ FLAG DESCRIPTIONS
1150
1150
  expression when using custom evaluations.
1151
1151
  ```
1152
1152
 
1153
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/results.ts)_
1153
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/results.ts)_
1154
1154
 
1155
1155
  ## `sf agent test resume`
1156
1156
 
@@ -1223,7 +1223,7 @@ FLAG DESCRIPTIONS
1223
1223
  expression when using custom evaluations.
1224
1224
  ```
1225
1225
 
1226
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/resume.ts)_
1226
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/resume.ts)_
1227
1227
 
1228
1228
  ## `sf agent test run`
1229
1229
 
@@ -1297,7 +1297,7 @@ FLAG DESCRIPTIONS
1297
1297
  expression when using custom evaluations.
1298
1298
  ```
1299
1299
 
1300
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/run.ts)_
1300
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/run.ts)_
1301
1301
 
1302
1302
  ## `sf agent validate authoring-bundle`
1303
1303
 
@@ -1344,7 +1344,7 @@ EXAMPLES
1344
1344
  $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
1345
1345
  ```
1346
1346
 
1347
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/validate/authoring-bundle.ts)_
1347
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/validate/authoring-bundle.ts)_
1348
1348
 
1349
1349
  ## `sf alias list`
1350
1350
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.129.1",
3
+ "version": "2.129.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.129.1",
9
+ "version": "2.129.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -24,7 +24,7 @@
24
24
  "@oclif/plugin-which": "3.2.44",
25
25
  "@salesforce/core": "^8.25.0",
26
26
  "@salesforce/kit": "^3.1.6",
27
- "@salesforce/plugin-agent": "1.32.4",
27
+ "@salesforce/plugin-agent": "1.32.5",
28
28
  "@salesforce/plugin-apex": "3.9.13",
29
29
  "@salesforce/plugin-api": "1.3.11",
30
30
  "@salesforce/plugin-auth": "4.3.1",
@@ -5028,9 +5028,9 @@
5028
5028
  }
5029
5029
  },
5030
5030
  "node_modules/@salesforce/plugin-agent": {
5031
- "version": "1.32.4",
5032
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.4.tgz",
5033
- "integrity": "sha512-s0yG0f9cSHTN8zg0GsQ4RoRIeaGi1twnv9jROeIFOeRrPq0D9XGJt/Vs4uxxRiSkbNfl/67k1EX4V7ijitM+yA==",
5031
+ "version": "1.32.5",
5032
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.5.tgz",
5033
+ "integrity": "sha512-PnJk+lpXyIUNCunX4d03kD2hg23D1fAzvilaGlluoDD3FZNA0ZwqA/AMLVm/Y2G6r5oI4TaTAf4uGOSGClGpZw==",
5034
5034
  "license": "Apache-2.0",
5035
5035
  "dependencies": {
5036
5036
  "@inquirer/core": "^10.3.2",
@@ -5044,7 +5044,7 @@
5044
5044
  "@salesforce/source-deploy-retrieve": "^12.31.14",
5045
5045
  "@salesforce/types": "^1.6.0",
5046
5046
  "ansis": "^3.3.2",
5047
- "fast-xml-parser": "^5.5.6",
5047
+ "fast-xml-parser": "^5.5.7",
5048
5048
  "glob": "^11.0.3",
5049
5049
  "ink": "5.0.1",
5050
5050
  "ink-text-input": "^6.0.0",
@@ -11953,9 +11953,9 @@
11953
11953
  }
11954
11954
  },
11955
11955
  "node_modules/fast-xml-parser": {
11956
- "version": "5.5.6",
11957
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
11958
- "integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
11956
+ "version": "5.5.7",
11957
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz",
11958
+ "integrity": "sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==",
11959
11959
  "funding": [
11960
11960
  {
11961
11961
  "type": "github",
@@ -11966,7 +11966,7 @@
11966
11966
  "dependencies": {
11967
11967
  "fast-xml-builder": "^1.1.4",
11968
11968
  "path-expression-matcher": "^1.1.3",
11969
- "strnum": "^2.1.2"
11969
+ "strnum": "^2.2.0"
11970
11970
  },
11971
11971
  "bin": {
11972
11972
  "fxparser": "src/cli/cli.js"
@@ -12178,9 +12178,9 @@
12178
12178
  }
12179
12179
  },
12180
12180
  "node_modules/flatted": {
12181
- "version": "3.3.1",
12182
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
12183
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
12181
+ "version": "3.4.2",
12182
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
12183
+ "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
12184
12184
  "dev": true,
12185
12185
  "license": "ISC"
12186
12186
  },
@@ -22996,9 +22996,9 @@
22996
22996
  }
22997
22997
  },
22998
22998
  "node_modules/strnum": {
22999
- "version": "2.1.2",
23000
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
23001
- "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
22999
+ "version": "2.2.1",
23000
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.1.tgz",
23001
+ "integrity": "sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==",
23002
23002
  "funding": [
23003
23003
  {
23004
23004
  "type": "github",
package/oclif.lock CHANGED
@@ -2188,10 +2188,10 @@
2188
2188
  jszip "^3.10.1"
2189
2189
  object-treeify "^2"
2190
2190
 
2191
- "@salesforce/plugin-agent@1.32.4":
2192
- version "1.32.4"
2193
- resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.4.tgz"
2194
- integrity sha512-s0yG0f9cSHTN8zg0GsQ4RoRIeaGi1twnv9jROeIFOeRrPq0D9XGJt/Vs4uxxRiSkbNfl/67k1EX4V7ijitM+yA==
2191
+ "@salesforce/plugin-agent@1.32.5":
2192
+ version "1.32.5"
2193
+ resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.5.tgz"
2194
+ integrity sha512-PnJk+lpXyIUNCunX4d03kD2hg23D1fAzvilaGlluoDD3FZNA0ZwqA/AMLVm/Y2G6r5oI4TaTAf4uGOSGClGpZw==
2195
2195
  dependencies:
2196
2196
  "@inquirer/core" "^10.3.2"
2197
2197
  "@inquirer/prompts" "^7.10.1"
@@ -2204,7 +2204,7 @@
2204
2204
  "@salesforce/source-deploy-retrieve" "^12.31.14"
2205
2205
  "@salesforce/types" "^1.6.0"
2206
2206
  ansis "^3.3.2"
2207
- fast-xml-parser "^5.5.6"
2207
+ fast-xml-parser "^5.5.7"
2208
2208
  glob "^11.0.3"
2209
2209
  ink "5.0.1"
2210
2210
  ink-text-input "^6.0.0"
@@ -5990,14 +5990,14 @@ fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4:
5990
5990
  dependencies:
5991
5991
  path-expression-matcher "^1.1.3"
5992
5992
 
5993
- fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.6:
5994
- version "5.5.6"
5995
- resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz"
5996
- integrity sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==
5993
+ fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7:
5994
+ version "5.5.7"
5995
+ resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz"
5996
+ integrity sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==
5997
5997
  dependencies:
5998
5998
  fast-xml-builder "^1.1.4"
5999
5999
  path-expression-matcher "^1.1.3"
6000
- strnum "^2.1.2"
6000
+ strnum "^2.2.0"
6001
6001
 
6002
6002
  fast-xml-parser@5.4.1:
6003
6003
  version "5.4.1"
@@ -6167,9 +6167,9 @@ flat@^5.0.2:
6167
6167
  integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
6168
6168
 
6169
6169
  flatted@^3.2.9:
6170
- version "3.3.1"
6171
- resolved "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz"
6172
- integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
6170
+ version "3.4.2"
6171
+ resolved "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz"
6172
+ integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
6173
6173
 
6174
6174
  for-each@^0.3.3, for-each@^0.3.5:
6175
6175
  version "0.3.5"
@@ -10932,10 +10932,10 @@ strip-json-comments@^3.1.1:
10932
10932
  resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
10933
10933
  integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
10934
10934
 
10935
- strnum@^2.1.2:
10936
- version "2.1.2"
10937
- resolved "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz"
10938
- integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
10935
+ strnum@^2.1.2, strnum@^2.2.0:
10936
+ version "2.2.1"
10937
+ resolved "https://registry.npmjs.org/strnum/-/strnum-2.2.1.tgz"
10938
+ integrity sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==
10939
10939
 
10940
10940
  supports-color@^5.3.0:
10941
10941
  version "5.5.0"
@@ -4426,5 +4426,5 @@
4426
4426
  "requiresProject": true
4427
4427
  }
4428
4428
  },
4429
- "version": "2.129.1"
4429
+ "version": "2.129.2"
4430
4430
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.129.1",
4
+ "version": "2.129.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -158,7 +158,7 @@
158
158
  "@oclif/plugin-which": "3.2.44",
159
159
  "@salesforce/core": "^8.25.0",
160
160
  "@salesforce/kit": "^3.1.6",
161
- "@salesforce/plugin-agent": "1.32.4",
161
+ "@salesforce/plugin-agent": "1.32.5",
162
162
  "@salesforce/plugin-apex": "3.9.13",
163
163
  "@salesforce/plugin-api": "1.3.11",
164
164
  "@salesforce/plugin-auth": "4.3.1",