@salesforce/cli 2.92.4 → 2.92.5
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 +17 -17
- package/oclif.lock +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.92.
|
|
3
|
+
"version": "2.92.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.92.
|
|
9
|
+
"version": "2.92.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.3.
|
|
14
|
+
"@oclif/core": "4.3.1",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.29",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.25",
|
|
17
17
|
"@oclif/plugin-help": "6.2.28",
|
|
@@ -3704,9 +3704,9 @@
|
|
|
3704
3704
|
}
|
|
3705
3705
|
},
|
|
3706
3706
|
"node_modules/@oclif/core": {
|
|
3707
|
-
"version": "4.3.
|
|
3708
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
|
3709
|
-
"integrity": "sha512
|
|
3707
|
+
"version": "4.3.1",
|
|
3708
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.1.tgz",
|
|
3709
|
+
"integrity": "sha512-+QpJSficjZWu65YSRJIwe50xh0C7WVD6BkQyk0HmGIlx2/rvex8LDwbZHCQcvuJDOCVQeX/INh8IImuKn4d1UA==",
|
|
3710
3710
|
"license": "MIT",
|
|
3711
3711
|
"dependencies": {
|
|
3712
3712
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3716,7 +3716,6 @@
|
|
|
3716
3716
|
"debug": "^4.4.0",
|
|
3717
3717
|
"ejs": "^3.1.10",
|
|
3718
3718
|
"get-package-type": "^0.1.0",
|
|
3719
|
-
"globby": "^11.1.0",
|
|
3720
3719
|
"indent-string": "^4.0.0",
|
|
3721
3720
|
"is-wsl": "^2.2.0",
|
|
3722
3721
|
"lilconfig": "^3.1.3",
|
|
@@ -3724,6 +3723,7 @@
|
|
|
3724
3723
|
"semver": "^7.6.3",
|
|
3725
3724
|
"string-width": "^4.2.3",
|
|
3726
3725
|
"supports-color": "^8",
|
|
3726
|
+
"tinyglobby": "^0.2.13",
|
|
3727
3727
|
"widest-line": "^3.1.0",
|
|
3728
3728
|
"wordwrap": "^1.0.0",
|
|
3729
3729
|
"wrap-ansi": "^7.0.0"
|
|
@@ -23255,24 +23255,25 @@
|
|
|
23255
23255
|
"license": "MIT"
|
|
23256
23256
|
},
|
|
23257
23257
|
"node_modules/tinyglobby": {
|
|
23258
|
-
"version": "0.2.
|
|
23259
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
23260
|
-
"integrity": "sha512-
|
|
23261
|
-
"dev": true,
|
|
23258
|
+
"version": "0.2.14",
|
|
23259
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
|
23260
|
+
"integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
|
23262
23261
|
"license": "MIT",
|
|
23263
23262
|
"dependencies": {
|
|
23264
|
-
"fdir": "^6.4.
|
|
23263
|
+
"fdir": "^6.4.4",
|
|
23265
23264
|
"picomatch": "^4.0.2"
|
|
23266
23265
|
},
|
|
23267
23266
|
"engines": {
|
|
23268
23267
|
"node": ">=12.0.0"
|
|
23268
|
+
},
|
|
23269
|
+
"funding": {
|
|
23270
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
23269
23271
|
}
|
|
23270
23272
|
},
|
|
23271
23273
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
23272
|
-
"version": "6.4.
|
|
23273
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.
|
|
23274
|
-
"integrity": "sha512-
|
|
23275
|
-
"dev": true,
|
|
23274
|
+
"version": "6.4.5",
|
|
23275
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
|
|
23276
|
+
"integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
|
|
23276
23277
|
"license": "MIT",
|
|
23277
23278
|
"peerDependencies": {
|
|
23278
23279
|
"picomatch": "^3 || ^4"
|
|
@@ -23287,7 +23288,6 @@
|
|
|
23287
23288
|
"version": "4.0.2",
|
|
23288
23289
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
23289
23290
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
23290
|
-
"dev": true,
|
|
23291
23291
|
"license": "MIT",
|
|
23292
23292
|
"engines": {
|
|
23293
23293
|
"node": ">=12"
|
package/oclif.lock
CHANGED
|
@@ -1605,10 +1605,10 @@
|
|
|
1605
1605
|
proc-log "^5.0.0"
|
|
1606
1606
|
which "^5.0.0"
|
|
1607
1607
|
|
|
1608
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@4.3.
|
|
1609
|
-
version "4.3.
|
|
1610
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
|
1611
|
-
integrity sha512
|
|
1608
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@4.3.1":
|
|
1609
|
+
version "4.3.1"
|
|
1610
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.3.1.tgz"
|
|
1611
|
+
integrity sha512-+QpJSficjZWu65YSRJIwe50xh0C7WVD6BkQyk0HmGIlx2/rvex8LDwbZHCQcvuJDOCVQeX/INh8IImuKn4d1UA==
|
|
1612
1612
|
dependencies:
|
|
1613
1613
|
ansi-escapes "^4.3.2"
|
|
1614
1614
|
ansis "^3.17.0"
|
|
@@ -1617,7 +1617,6 @@
|
|
|
1617
1617
|
debug "^4.4.0"
|
|
1618
1618
|
ejs "^3.1.10"
|
|
1619
1619
|
get-package-type "^0.1.0"
|
|
1620
|
-
globby "^11.1.0"
|
|
1621
1620
|
indent-string "^4.0.0"
|
|
1622
1621
|
is-wsl "^2.2.0"
|
|
1623
1622
|
lilconfig "^3.1.3"
|
|
@@ -1625,6 +1624,7 @@
|
|
|
1625
1624
|
semver "^7.6.3"
|
|
1626
1625
|
string-width "^4.2.3"
|
|
1627
1626
|
supports-color "^8"
|
|
1627
|
+
tinyglobby "^0.2.13"
|
|
1628
1628
|
widest-line "^3.1.0"
|
|
1629
1629
|
wordwrap "^1.0.0"
|
|
1630
1630
|
wrap-ansi "^7.0.0"
|
|
@@ -5867,10 +5867,10 @@ faye@^1.4.0, faye@1.4.0:
|
|
|
5867
5867
|
tough-cookie "*"
|
|
5868
5868
|
tunnel-agent "*"
|
|
5869
5869
|
|
|
5870
|
-
fdir@^6.4.
|
|
5871
|
-
version "6.4.
|
|
5872
|
-
resolved "https://registry.npmjs.org/fdir/-/fdir-6.4.
|
|
5873
|
-
integrity sha512-
|
|
5870
|
+
fdir@^6.4.4:
|
|
5871
|
+
version "6.4.5"
|
|
5872
|
+
resolved "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz"
|
|
5873
|
+
integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
|
|
5874
5874
|
|
|
5875
5875
|
figures@^3.1.0:
|
|
5876
5876
|
version "3.2.0"
|
|
@@ -10909,12 +10909,12 @@ tiny-relative-date@^1.3.0:
|
|
|
10909
10909
|
resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz"
|
|
10910
10910
|
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
|
|
10911
10911
|
|
|
10912
|
-
tinyglobby@^0.2.9:
|
|
10913
|
-
version "0.2.
|
|
10914
|
-
resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
10915
|
-
integrity sha512-
|
|
10912
|
+
tinyglobby@^0.2.13, tinyglobby@^0.2.9:
|
|
10913
|
+
version "0.2.14"
|
|
10914
|
+
resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz"
|
|
10915
|
+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
|
|
10916
10916
|
dependencies:
|
|
10917
|
-
fdir "^6.4.
|
|
10917
|
+
fdir "^6.4.4"
|
|
10918
10918
|
picomatch "^4.0.2"
|
|
10919
10919
|
|
|
10920
10920
|
tmp@^0.0.33:
|
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.92.
|
|
4
|
+
"version": "2.92.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@salesforce/plugin-signups": "2.6.28",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
86
86
|
"@salesforce/sfdx-scanner": "4.12.0",
|
|
87
|
-
"@salesforce/plugin-agent": "1.22.
|
|
87
|
+
"@salesforce/plugin-agent": "1.22.5"
|
|
88
88
|
},
|
|
89
89
|
"devPlugins": [
|
|
90
90
|
"@oclif/plugin-command-snapshot",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
},
|
|
146
146
|
"dependencies": {
|
|
147
147
|
"@inquirer/select": "^2.3.5",
|
|
148
|
-
"@oclif/core": "4.3.
|
|
148
|
+
"@oclif/core": "4.3.1",
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.29",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.25",
|
|
151
151
|
"@oclif/plugin-help": "6.2.28",
|