@salesforce/cli 2.21.5 → 2.21.6

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.21.5 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.21.6 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.21.5",
3
+ "version": "2.21.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.21.5",
9
+ "version": "2.21.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
- "@oclif/core": "3.13.1",
13
+ "@oclif/core": "3.13.2",
14
14
  "@oclif/plugin-autocomplete": "3.0.2",
15
15
  "@oclif/plugin-commands": "3.0.7",
16
16
  "@oclif/plugin-help": "6.0.7",
@@ -2191,9 +2191,9 @@
2191
2191
  }
2192
2192
  },
2193
2193
  "node_modules/@oclif/core": {
2194
- "version": "3.13.1",
2195
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.13.1.tgz",
2196
- "integrity": "sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==",
2194
+ "version": "3.13.2",
2195
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.13.2.tgz",
2196
+ "integrity": "sha512-YUXT4cG8HPyNAK5PzNotWXarHq9ejHFvY048g2BbpXlo2W//OZp2fmEYKPw79/FAtof2rhftotjTiEW8a56bHQ==",
2197
2197
  "license": "MIT",
2198
2198
  "dependencies": {
2199
2199
  "ansi-escapes": "^4.3.2",
@@ -5240,5 +5240,5 @@
5240
5240
  ]
5241
5241
  }
5242
5242
  },
5243
- "version": "2.21.5"
5243
+ "version": "2.21.6"
5244
5244
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.21.5",
4
+ "version": "2.21.6",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -124,7 +124,7 @@
124
124
  }
125
125
  },
126
126
  "dependencies": {
127
- "@oclif/core": "3.13.1",
127
+ "@oclif/core": "3.13.2",
128
128
  "@oclif/plugin-autocomplete": "3.0.2",
129
129
  "@oclif/plugin-commands": "3.0.7",
130
130
  "@oclif/plugin-help": "6.0.7",