@salesforce/cli 2.92.0 → 2.92.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.92.0 linux-x64 node-v22.16.0
28
+ @salesforce/cli/2.92.2 linux-x64 node-v22.16.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.92.0",
3
+ "version": "2.92.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.92.0",
9
+ "version": "2.92.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@oclif/plugin-autocomplete": "3.2.29",
16
16
  "@oclif/plugin-commands": "4.1.25",
17
17
  "@oclif/plugin-help": "6.2.28",
18
- "@oclif/plugin-not-found": "3.2.53",
18
+ "@oclif/plugin-not-found": "3.2.54",
19
19
  "@oclif/plugin-plugins": "5.4.38",
20
20
  "@oclif/plugin-search": "1.2.24",
21
21
  "@oclif/plugin-update": "4.6.41",
@@ -4014,9 +4014,9 @@
4014
4014
  }
4015
4015
  },
4016
4016
  "node_modules/@oclif/plugin-not-found": {
4017
- "version": "3.2.53",
4018
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.53.tgz",
4019
- "integrity": "sha512-vRpAr4HJX2f2KOhCnzc6iGzWEFDmx34gV2D12Y6FM/Xc6L95LdP+Mw3XoPBHmj5ik0C9Kqpf+u1lhL0L92q0YQ==",
4017
+ "version": "3.2.54",
4018
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.54.tgz",
4019
+ "integrity": "sha512-5UARYjv91+aD30XaSw9vb6IgOvMMNA7DlnHVyt+u2OkK8TlyBflpaasvC7xSLnP+DKDQIgxTuGqJI/ZbcNAFxQ==",
4020
4020
  "license": "MIT",
4021
4021
  "dependencies": {
4022
4022
  "@inquirer/prompts": "^7.5.2",
package/oclif.lock CHANGED
@@ -1684,10 +1684,10 @@
1684
1684
  dependencies:
1685
1685
  "@oclif/core" "^4"
1686
1686
 
1687
- "@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.53":
1688
- version "3.2.53"
1689
- resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.53.tgz"
1690
- integrity sha512-vRpAr4HJX2f2KOhCnzc6iGzWEFDmx34gV2D12Y6FM/Xc6L95LdP+Mw3XoPBHmj5ik0C9Kqpf+u1lhL0L92q0YQ==
1687
+ "@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.54":
1688
+ version "3.2.54"
1689
+ resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.54.tgz"
1690
+ integrity sha512-5UARYjv91+aD30XaSw9vb6IgOvMMNA7DlnHVyt+u2OkK8TlyBflpaasvC7xSLnP+DKDQIgxTuGqJI/ZbcNAFxQ==
1691
1691
  dependencies:
1692
1692
  "@inquirer/prompts" "^7.5.2"
1693
1693
  "@oclif/core" "^4"
@@ -5941,5 +5941,5 @@
5941
5941
  ]
5942
5942
  }
5943
5943
  },
5944
- "version": "2.92.0"
5944
+ "version": "2.92.2"
5945
5945
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.92.0",
4
+ "version": "2.92.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -84,7 +84,7 @@
84
84
  "@salesforce/plugin-signups": "2.6.28",
85
85
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1",
86
86
  "@salesforce/sfdx-scanner": "4.12.0",
87
- "@salesforce/plugin-agent": "1.22.2"
87
+ "@salesforce/plugin-agent": "1.22.4"
88
88
  },
89
89
  "devPlugins": [
90
90
  "@oclif/plugin-command-snapshot",
@@ -149,7 +149,7 @@
149
149
  "@oclif/plugin-autocomplete": "3.2.29",
150
150
  "@oclif/plugin-commands": "4.1.25",
151
151
  "@oclif/plugin-help": "6.2.28",
152
- "@oclif/plugin-not-found": "3.2.53",
152
+ "@oclif/plugin-not-found": "3.2.54",
153
153
  "@oclif/plugin-plugins": "5.4.38",
154
154
  "@oclif/plugin-search": "1.2.24",
155
155
  "@oclif/plugin-update": "4.6.41",