@salesforce/cli 2.109.0 → 2.109.2
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.109.
|
|
3
|
+
"version": "2.109.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.109.
|
|
9
|
+
"version": "2.109.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -23590,9 +23590,9 @@
|
|
|
23590
23590
|
}
|
|
23591
23591
|
},
|
|
23592
23592
|
"node_modules/tar-fs": {
|
|
23593
|
-
"version": "2.1.
|
|
23594
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.
|
|
23595
|
-
"integrity": "sha512-
|
|
23593
|
+
"version": "2.1.4",
|
|
23594
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
|
|
23595
|
+
"integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
|
|
23596
23596
|
"license": "MIT",
|
|
23597
23597
|
"dependencies": {
|
|
23598
23598
|
"chownr": "^1.1.1",
|
package/oclif.lock
CHANGED
|
@@ -11199,9 +11199,9 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
|
11199
11199
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
|
11200
11200
|
|
|
11201
11201
|
tar-fs@^2.1.3:
|
|
11202
|
-
version "2.1.
|
|
11203
|
-
resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.
|
|
11204
|
-
integrity sha512-
|
|
11202
|
+
version "2.1.4"
|
|
11203
|
+
resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz"
|
|
11204
|
+
integrity sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==
|
|
11205
11205
|
dependencies:
|
|
11206
11206
|
chownr "^1.1.1"
|
|
11207
11207
|
mkdirp-classic "^0.5.2"
|
package/oclif.manifest.json
CHANGED