@salesforce/cli 2.31.1 → 2.31.3

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.31.1 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.31.3 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.31.1",
3
+ "version": "2.31.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.31.1",
9
+ "version": "2.31.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^1.3.1",
14
- "@oclif/core": "3.19.5",
14
+ "@oclif/core": "3.19.6",
15
15
  "@oclif/plugin-autocomplete": "3.0.10",
16
16
  "@oclif/plugin-commands": "3.1.5",
17
17
  "@oclif/plugin-help": "6.0.14",
@@ -3997,9 +3997,9 @@
3997
3997
  }
3998
3998
  },
3999
3999
  "node_modules/@oclif/core": {
4000
- "version": "3.19.5",
4001
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.5.tgz",
4002
- "integrity": "sha512-banrxfcaWo0/xEk9LfDLt+jV+4+tR7bUBFRFXPIA9AAjikRWGV+mpSN5M3UvoaZM6aj4q5mZN7bhegxTzQcDtQ==",
4000
+ "version": "3.19.6",
4001
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.6.tgz",
4002
+ "integrity": "sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==",
4003
4003
  "license": "MIT",
4004
4004
  "dependencies": {
4005
4005
  "@types/cli-progress": "^3.11.5",
@@ -5051,5 +5051,5 @@
5051
5051
  ]
5052
5052
  }
5053
5053
  },
5054
- "version": "2.31.1"
5054
+ "version": "2.31.3"
5055
5055
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.31.1",
4
+ "version": "2.31.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -136,7 +136,7 @@
136
136
  },
137
137
  "dependencies": {
138
138
  "@inquirer/select": "^1.3.1",
139
- "@oclif/core": "3.19.5",
139
+ "@oclif/core": "3.19.6",
140
140
  "@oclif/plugin-autocomplete": "3.0.10",
141
141
  "@oclif/plugin-commands": "3.1.5",
142
142
  "@oclif/plugin-help": "6.0.14",