@salesforce/cli 2.145.6 → 2.146.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 +8 -8
- package/oclif.lock +6 -6
- 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.146.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.146.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -10741,9 +10741,9 @@
|
|
|
10741
10741
|
}
|
|
10742
10742
|
},
|
|
10743
10743
|
"node_modules/fast-uri": {
|
|
10744
|
-
"version": "3.1.
|
|
10745
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
10746
|
-
"integrity": "sha512-
|
|
10744
|
+
"version": "3.1.4",
|
|
10745
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
|
|
10746
|
+
"integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
|
|
10747
10747
|
"funding": [
|
|
10748
10748
|
{
|
|
10749
10749
|
"type": "github",
|
|
@@ -14071,9 +14071,9 @@
|
|
|
14071
14071
|
"license": "MIT"
|
|
14072
14072
|
},
|
|
14073
14073
|
"node_modules/linkify-it": {
|
|
14074
|
-
"version": "5.0.
|
|
14075
|
-
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
14076
|
-
"integrity": "sha512-
|
|
14074
|
+
"version": "5.0.2",
|
|
14075
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz",
|
|
14076
|
+
"integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==",
|
|
14077
14077
|
"dev": true,
|
|
14078
14078
|
"funding": [
|
|
14079
14079
|
{
|
package/oclif.lock
CHANGED
|
@@ -5116,9 +5116,9 @@ fast-string-width@^3.0.2:
|
|
|
5116
5116
|
fast-string-truncated-width "^3.0.2"
|
|
5117
5117
|
|
|
5118
5118
|
fast-uri@^3.0.1:
|
|
5119
|
-
version "3.1.
|
|
5120
|
-
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
5121
|
-
integrity sha512-
|
|
5119
|
+
version "3.1.4"
|
|
5120
|
+
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz"
|
|
5121
|
+
integrity sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==
|
|
5122
5122
|
|
|
5123
5123
|
fast-wrap-ansi@^0.2.0:
|
|
5124
5124
|
version "0.2.0"
|
|
@@ -7039,9 +7039,9 @@ lines-and-columns@^1.1.6:
|
|
|
7039
7039
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
7040
7040
|
|
|
7041
7041
|
linkify-it@^5.0.1:
|
|
7042
|
-
version "5.0.
|
|
7043
|
-
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
7044
|
-
integrity sha512-
|
|
7042
|
+
version "5.0.2"
|
|
7043
|
+
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz"
|
|
7044
|
+
integrity sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==
|
|
7045
7045
|
dependencies:
|
|
7046
7046
|
uc.micro "^2.0.0"
|
|
7047
7047
|
|
package/oclif.manifest.json
CHANGED