@salesforce/cli 2.130.0 → 2.130.1
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 +1 -1
- package/npm-shrinkwrap.json +9 -9
- package/oclif.lock +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.130.
|
|
3
|
+
"version": "2.130.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.130.
|
|
9
|
+
"version": "2.130.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.10.
|
|
14
|
+
"@oclif/core": "4.10.3",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.42",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.42",
|
|
17
17
|
"@oclif/plugin-help": "6.2.40",
|
|
@@ -3633,9 +3633,9 @@
|
|
|
3633
3633
|
}
|
|
3634
3634
|
},
|
|
3635
3635
|
"node_modules/@oclif/core": {
|
|
3636
|
-
"version": "4.10.
|
|
3637
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
3638
|
-
"integrity": "sha512-
|
|
3636
|
+
"version": "4.10.3",
|
|
3637
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
|
|
3638
|
+
"integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
|
|
3639
3639
|
"license": "MIT",
|
|
3640
3640
|
"dependencies": {
|
|
3641
3641
|
"ansi-escapes": "^4.3.2",
|
|
@@ -12965,9 +12965,9 @@
|
|
|
12965
12965
|
}
|
|
12966
12966
|
},
|
|
12967
12967
|
"node_modules/handlebars": {
|
|
12968
|
-
"version": "4.7.
|
|
12969
|
-
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.
|
|
12970
|
-
"integrity": "sha512-
|
|
12968
|
+
"version": "4.7.9",
|
|
12969
|
+
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
|
|
12970
|
+
"integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
|
|
12971
12971
|
"dev": true,
|
|
12972
12972
|
"license": "MIT",
|
|
12973
12973
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1637,10 +1637,10 @@
|
|
|
1637
1637
|
proc-log "^5.0.0"
|
|
1638
1638
|
which "^5.0.0"
|
|
1639
1639
|
|
|
1640
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.
|
|
1641
|
-
version "4.10.
|
|
1642
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
1643
|
-
integrity sha512-
|
|
1640
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.3":
|
|
1641
|
+
version "4.10.3"
|
|
1642
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz"
|
|
1643
|
+
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
|
|
1644
1644
|
dependencies:
|
|
1645
1645
|
ansi-escapes "^4.3.2"
|
|
1646
1646
|
ansis "^3.17.0"
|
|
@@ -6694,9 +6694,9 @@ graphology@^0.26.0:
|
|
|
6694
6694
|
events "^3.3.0"
|
|
6695
6695
|
|
|
6696
6696
|
handlebars@^4.7.7, handlebars@^4.7.8:
|
|
6697
|
-
version "4.7.
|
|
6698
|
-
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.
|
|
6699
|
-
integrity sha512-
|
|
6697
|
+
version "4.7.9"
|
|
6698
|
+
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz"
|
|
6699
|
+
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
|
|
6700
6700
|
dependencies:
|
|
6701
6701
|
minimist "^1.2.5"
|
|
6702
6702
|
neo-async "^2.6.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.130.
|
|
4
|
+
"version": "2.130.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
},
|
|
146
146
|
"dependencies": {
|
|
147
147
|
"@inquirer/select": "^2.3.5",
|
|
148
|
-
"@oclif/core": "4.10.
|
|
148
|
+
"@oclif/core": "4.10.3",
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.42",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.42",
|
|
151
151
|
"@oclif/plugin-help": "6.2.40",
|