@salesforce/cli 2.3.2 → 2.3.4

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.
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.3.2",
9
+ "version": "2.3.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
- "@oclif/core": "2.10.1",
13
+ "@oclif/core": "2.11.1",
14
14
  "@oclif/plugin-autocomplete": "2.3.3",
15
15
  "@oclif/plugin-commands": "2.2.20",
16
16
  "@oclif/plugin-help": "5.2.14",
@@ -2993,9 +2993,9 @@
2993
2993
  }
2994
2994
  },
2995
2995
  "node_modules/@oclif/core": {
2996
- "version": "2.10.1",
2997
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.10.1.tgz",
2998
- "integrity": "sha512-NdNoDdR0is1cRxFOmwbB0RVGbsD76IU0/aoEd+VzL1zz5dg3GkTOSBuhru+7P0JfP68rDxytHv0kToZBcnJ22A==",
2996
+ "version": "2.11.1",
2997
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.1.tgz",
2998
+ "integrity": "sha512-/DHDtm/PoSNvWdJtTv1GUYnrCrlTsEQd1CsXKNfMSylpkeOjbDIbt1w4NYZ50BfAWxpCunf7RmbwxFBpDa5lHQ==",
2999
2999
  "license": "MIT",
3000
3000
  "dependencies": {
3001
3001
  "@types/cli-progress": "^3.11.0",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.3.2",
2
+ "version": "2.3.4",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.3.2",
4
+ "version": "2.3.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -119,7 +119,7 @@
119
119
  ]
120
120
  },
121
121
  "dependencies": {
122
- "@oclif/core": "2.10.1",
122
+ "@oclif/core": "2.11.1",
123
123
  "@oclif/plugin-autocomplete": "2.3.3",
124
124
  "@oclif/plugin-commands": "2.2.20",
125
125
  "@oclif/plugin-help": "5.2.14",