@salesforce/cli 2.125.2 → 2.126.0
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 +5 -5
- package/oclif.lock +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.126.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.126.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -8706,9 +8706,9 @@
|
|
|
8706
8706
|
}
|
|
8707
8707
|
},
|
|
8708
8708
|
"node_modules/basic-ftp": {
|
|
8709
|
-
"version": "5.0
|
|
8710
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.
|
|
8711
|
-
"integrity": "sha512-
|
|
8709
|
+
"version": "5.2.0",
|
|
8710
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz",
|
|
8711
|
+
"integrity": "sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==",
|
|
8712
8712
|
"license": "MIT",
|
|
8713
8713
|
"engines": {
|
|
8714
8714
|
"node": ">=10.0.0"
|
package/oclif.lock
CHANGED
|
@@ -4156,9 +4156,9 @@ base64url@^3.0.1:
|
|
|
4156
4156
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
4157
4157
|
|
|
4158
4158
|
basic-ftp@^5.0.2:
|
|
4159
|
-
version "5.0
|
|
4160
|
-
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.
|
|
4161
|
-
integrity sha512-
|
|
4159
|
+
version "5.2.0"
|
|
4160
|
+
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz"
|
|
4161
|
+
integrity sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==
|
|
4162
4162
|
|
|
4163
4163
|
before-after-hook@^3.0.2:
|
|
4164
4164
|
version "3.0.2"
|
package/oclif.manifest.json
CHANGED