@salesforce/cli 2.4.5 → 2.4.6
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/npm-shrinkwrap.json +17 -311
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.4.
|
|
9
|
+
"version": "2.4.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-commands": "2.2.21",
|
|
16
16
|
"@oclif/plugin-help": "5.2.16",
|
|
17
17
|
"@oclif/plugin-not-found": "2.3.36",
|
|
18
|
-
"@oclif/plugin-plugins": "3.
|
|
18
|
+
"@oclif/plugin-plugins": "3.2.0",
|
|
19
19
|
"@oclif/plugin-search": "0.0.22",
|
|
20
20
|
"@oclif/plugin-update": "3.1.30",
|
|
21
21
|
"@oclif/plugin-version": "1.3.8",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"husky": "^7.0.4",
|
|
74
74
|
"mocha": "^9.2.2",
|
|
75
75
|
"nyc": "^15.1.0",
|
|
76
|
-
"oclif": "^3.
|
|
76
|
+
"oclif": "^3.11.3",
|
|
77
77
|
"prettier": "^2.8.8",
|
|
78
78
|
"pretty-quick": "^3.1.3",
|
|
79
79
|
"sinon": "^11.1.2",
|
|
@@ -3348,9 +3348,9 @@
|
|
|
3348
3348
|
}
|
|
3349
3349
|
},
|
|
3350
3350
|
"node_modules/@oclif/plugin-plugins": {
|
|
3351
|
-
"version": "3.
|
|
3352
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.
|
|
3353
|
-
"integrity": "sha512-
|
|
3351
|
+
"version": "3.2.0",
|
|
3352
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.2.0.tgz",
|
|
3353
|
+
"integrity": "sha512-GZPkYftcA9h7WhBj4I8E0KQQ2PlRHMEHPBHRXor1NYI7UySymukiiGU/CSnurk80hJAfdTMyN7OPRYlEzG3ljw==",
|
|
3354
3354
|
"license": "MIT",
|
|
3355
3355
|
"dependencies": {
|
|
3356
3356
|
"@oclif/color": "^1.0.4",
|
|
@@ -11382,13 +11382,12 @@
|
|
|
11382
11382
|
}
|
|
11383
11383
|
},
|
|
11384
11384
|
"node_modules/ansi-regex": {
|
|
11385
|
-
"version": "
|
|
11386
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
11387
|
-
"integrity": "sha512-
|
|
11388
|
-
"dev": true,
|
|
11385
|
+
"version": "5.0.1",
|
|
11386
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
11387
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
11389
11388
|
"license": "MIT",
|
|
11390
11389
|
"engines": {
|
|
11391
|
-
"node": ">=
|
|
11390
|
+
"node": ">=8"
|
|
11392
11391
|
}
|
|
11393
11392
|
},
|
|
11394
11393
|
"node_modules/ansi-styles": {
|
|
@@ -12559,16 +12558,6 @@
|
|
|
12559
12558
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12560
12559
|
}
|
|
12561
12560
|
},
|
|
12562
|
-
"node_modules/cli-boxes": {
|
|
12563
|
-
"version": "1.0.0",
|
|
12564
|
-
"resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz",
|
|
12565
|
-
"integrity": "sha512-3Fo5wu8Ytle8q9iCzS4D2MWVL2X7JVWRiS1BnXbTFDhS9c/REkM9vd1AmabsoZoY5/dGi5TT9iKL8Kb6DeBRQg==",
|
|
12566
|
-
"dev": true,
|
|
12567
|
-
"license": "MIT",
|
|
12568
|
-
"engines": {
|
|
12569
|
-
"node": ">=0.10.0"
|
|
12570
|
-
}
|
|
12571
|
-
},
|
|
12572
12561
|
"node_modules/cli-columns": {
|
|
12573
12562
|
"version": "4.0.0",
|
|
12574
12563
|
"resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-4.0.0.tgz",
|
|
@@ -12841,16 +12830,6 @@
|
|
|
12841
12830
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
12842
12831
|
}
|
|
12843
12832
|
},
|
|
12844
|
-
"node_modules/code-point-at": {
|
|
12845
|
-
"version": "1.1.0",
|
|
12846
|
-
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
|
|
12847
|
-
"integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==",
|
|
12848
|
-
"dev": true,
|
|
12849
|
-
"license": "MIT",
|
|
12850
|
-
"engines": {
|
|
12851
|
-
"node": ">=0.10.0"
|
|
12852
|
-
}
|
|
12853
|
-
},
|
|
12854
12833
|
"node_modules/color-convert": {
|
|
12855
12834
|
"version": "2.0.1",
|
|
12856
12835
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -16314,16 +16293,6 @@
|
|
|
16314
16293
|
"xtend": "~4.0.1"
|
|
16315
16294
|
}
|
|
16316
16295
|
},
|
|
16317
|
-
"node_modules/get-stdin": {
|
|
16318
|
-
"version": "4.0.1",
|
|
16319
|
-
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
|
|
16320
|
-
"integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==",
|
|
16321
|
-
"dev": true,
|
|
16322
|
-
"license": "MIT",
|
|
16323
|
-
"engines": {
|
|
16324
|
-
"node": ">=0.10.0"
|
|
16325
|
-
}
|
|
16326
|
-
},
|
|
16327
16296
|
"node_modules/get-stream": {
|
|
16328
16297
|
"version": "5.2.0",
|
|
16329
16298
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
@@ -16698,19 +16667,6 @@
|
|
|
16698
16667
|
"node": ">= 0.4.0"
|
|
16699
16668
|
}
|
|
16700
16669
|
},
|
|
16701
|
-
"node_modules/has-ansi": {
|
|
16702
|
-
"version": "2.0.0",
|
|
16703
|
-
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
|
|
16704
|
-
"integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
|
|
16705
|
-
"dev": true,
|
|
16706
|
-
"license": "MIT",
|
|
16707
|
-
"dependencies": {
|
|
16708
|
-
"ansi-regex": "^2.0.0"
|
|
16709
|
-
},
|
|
16710
|
-
"engines": {
|
|
16711
|
-
"node": ">=0.10.0"
|
|
16712
|
-
}
|
|
16713
|
-
},
|
|
16714
16670
|
"node_modules/has-bigints": {
|
|
16715
16671
|
"version": "1.0.2",
|
|
16716
16672
|
"resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
|
|
@@ -24293,16 +24249,6 @@
|
|
|
24293
24249
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
24294
24250
|
}
|
|
24295
24251
|
},
|
|
24296
|
-
"node_modules/number-is-nan": {
|
|
24297
|
-
"version": "1.0.1",
|
|
24298
|
-
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
|
|
24299
|
-
"integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
|
|
24300
|
-
"dev": true,
|
|
24301
|
-
"license": "MIT",
|
|
24302
|
-
"engines": {
|
|
24303
|
-
"node": ">=0.10.0"
|
|
24304
|
-
}
|
|
24305
|
-
},
|
|
24306
24252
|
"node_modules/nyc": {
|
|
24307
24253
|
"version": "15.1.0",
|
|
24308
24254
|
"resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz",
|
|
@@ -24490,13 +24436,13 @@
|
|
|
24490
24436
|
}
|
|
24491
24437
|
},
|
|
24492
24438
|
"node_modules/oclif": {
|
|
24493
|
-
"version": "3.
|
|
24494
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-3.
|
|
24495
|
-
"integrity": "sha512-
|
|
24439
|
+
"version": "3.11.3",
|
|
24440
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-3.11.3.tgz",
|
|
24441
|
+
"integrity": "sha512-6bUVTbTflu+IN9UnuIt5S4ba052oqLqsZF6zV2U8bx6ZH+hzgc3aXPTJ5JHU2MbDUg1B9PG5zHAbmvoX7V+16Q==",
|
|
24496
24442
|
"dev": true,
|
|
24497
24443
|
"license": "MIT",
|
|
24498
24444
|
"dependencies": {
|
|
24499
|
-
"@oclif/core": "^2.
|
|
24445
|
+
"@oclif/core": "^2.11.4",
|
|
24500
24446
|
"@oclif/plugin-help": "^5.2.14",
|
|
24501
24447
|
"@oclif/plugin-not-found": "^2.3.32",
|
|
24502
24448
|
"@oclif/plugin-warn-if-update-available": "^2.0.44",
|
|
@@ -24513,12 +24459,10 @@
|
|
|
24513
24459
|
"shelljs": "^0.8.5",
|
|
24514
24460
|
"tslib": "^2.3.1",
|
|
24515
24461
|
"yeoman-environment": "^3.15.1",
|
|
24516
|
-
"yeoman-generator": "^5.8.0"
|
|
24517
|
-
"yosay": "^2.0.2"
|
|
24462
|
+
"yeoman-generator": "^5.8.0"
|
|
24518
24463
|
},
|
|
24519
24464
|
"bin": {
|
|
24520
|
-
"oclif": "bin/run"
|
|
24521
|
-
"oclif2": "bin/run"
|
|
24465
|
+
"oclif": "bin/run"
|
|
24522
24466
|
},
|
|
24523
24467
|
"engines": {
|
|
24524
24468
|
"node": ">=12.0.0"
|
|
@@ -25262,12 +25206,6 @@
|
|
|
25262
25206
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
25263
25207
|
}
|
|
25264
25208
|
},
|
|
25265
|
-
"node_modules/pad-component": {
|
|
25266
|
-
"version": "0.0.1",
|
|
25267
|
-
"resolved": "https://registry.npmjs.org/pad-component/-/pad-component-0.0.1.tgz",
|
|
25268
|
-
"integrity": "sha512-8EKVBxCRSvLnsX1p2LlSFSH3c2/wuhY9/BXXWu8boL78FbVKqn2L5SpURt1x5iw6Gq8PTqJ7MdPoe5nCtX3I+g==",
|
|
25269
|
-
"dev": true
|
|
25270
|
-
},
|
|
25271
25209
|
"node_modules/pako": {
|
|
25272
25210
|
"version": "1.0.11",
|
|
25273
25211
|
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
|
|
@@ -28081,24 +28019,6 @@
|
|
|
28081
28019
|
"node": ">=8"
|
|
28082
28020
|
}
|
|
28083
28021
|
},
|
|
28084
|
-
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
28085
|
-
"version": "5.0.1",
|
|
28086
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
28087
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
28088
|
-
"license": "MIT",
|
|
28089
|
-
"engines": {
|
|
28090
|
-
"node": ">=8"
|
|
28091
|
-
}
|
|
28092
|
-
},
|
|
28093
|
-
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
28094
|
-
"version": "5.0.1",
|
|
28095
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
28096
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
28097
|
-
"license": "MIT",
|
|
28098
|
-
"engines": {
|
|
28099
|
-
"node": ">=8"
|
|
28100
|
-
}
|
|
28101
|
-
},
|
|
28102
28022
|
"node_modules/strip-bom": {
|
|
28103
28023
|
"version": "3.0.0",
|
|
28104
28024
|
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
|
|
@@ -28273,17 +28193,6 @@
|
|
|
28273
28193
|
"dev": true,
|
|
28274
28194
|
"license": "MIT"
|
|
28275
28195
|
},
|
|
28276
|
-
"node_modules/taketalk": {
|
|
28277
|
-
"version": "1.0.0",
|
|
28278
|
-
"resolved": "https://registry.npmjs.org/taketalk/-/taketalk-1.0.0.tgz",
|
|
28279
|
-
"integrity": "sha512-kS7E53It6HA8S1FVFBWP7HDwgTiJtkmYk7TsowGlizzVrivR1Mf9mgjXHY1k7rOfozRVMZSfwjB3bevO4QEqpg==",
|
|
28280
|
-
"dev": true,
|
|
28281
|
-
"license": "MIT",
|
|
28282
|
-
"dependencies": {
|
|
28283
|
-
"get-stdin": "^4.0.1",
|
|
28284
|
-
"minimist": "^1.1.0"
|
|
28285
|
-
}
|
|
28286
|
-
},
|
|
28287
28196
|
"node_modules/tar": {
|
|
28288
28197
|
"version": "6.1.15",
|
|
28289
28198
|
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz",
|
|
@@ -30546,209 +30455,6 @@
|
|
|
30546
30455
|
"funding": {
|
|
30547
30456
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
30548
30457
|
}
|
|
30549
|
-
},
|
|
30550
|
-
"node_modules/yosay": {
|
|
30551
|
-
"version": "2.0.2",
|
|
30552
|
-
"resolved": "https://registry.npmjs.org/yosay/-/yosay-2.0.2.tgz",
|
|
30553
|
-
"integrity": "sha512-avX6nz2esp7IMXGag4gu6OyQBsMh/SEn+ZybGu3yKPlOTE6z9qJrzG/0X5vCq/e0rPFy0CUYCze0G5hL310ibA==",
|
|
30554
|
-
"dev": true,
|
|
30555
|
-
"license": "BSD-2-Clause",
|
|
30556
|
-
"dependencies": {
|
|
30557
|
-
"ansi-regex": "^2.0.0",
|
|
30558
|
-
"ansi-styles": "^3.0.0",
|
|
30559
|
-
"chalk": "^1.0.0",
|
|
30560
|
-
"cli-boxes": "^1.0.0",
|
|
30561
|
-
"pad-component": "0.0.1",
|
|
30562
|
-
"string-width": "^2.0.0",
|
|
30563
|
-
"strip-ansi": "^3.0.0",
|
|
30564
|
-
"taketalk": "^1.0.0",
|
|
30565
|
-
"wrap-ansi": "^2.0.0"
|
|
30566
|
-
},
|
|
30567
|
-
"bin": {
|
|
30568
|
-
"yosay": "cli.js"
|
|
30569
|
-
},
|
|
30570
|
-
"engines": {
|
|
30571
|
-
"node": ">=4"
|
|
30572
|
-
}
|
|
30573
|
-
},
|
|
30574
|
-
"node_modules/yosay/node_modules/ansi-styles": {
|
|
30575
|
-
"version": "3.2.1",
|
|
30576
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
30577
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
30578
|
-
"dev": true,
|
|
30579
|
-
"license": "MIT",
|
|
30580
|
-
"dependencies": {
|
|
30581
|
-
"color-convert": "^1.9.0"
|
|
30582
|
-
},
|
|
30583
|
-
"engines": {
|
|
30584
|
-
"node": ">=4"
|
|
30585
|
-
}
|
|
30586
|
-
},
|
|
30587
|
-
"node_modules/yosay/node_modules/chalk": {
|
|
30588
|
-
"version": "1.1.3",
|
|
30589
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
|
30590
|
-
"integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
|
|
30591
|
-
"dev": true,
|
|
30592
|
-
"license": "MIT",
|
|
30593
|
-
"dependencies": {
|
|
30594
|
-
"ansi-styles": "^2.2.1",
|
|
30595
|
-
"escape-string-regexp": "^1.0.2",
|
|
30596
|
-
"has-ansi": "^2.0.0",
|
|
30597
|
-
"strip-ansi": "^3.0.0",
|
|
30598
|
-
"supports-color": "^2.0.0"
|
|
30599
|
-
},
|
|
30600
|
-
"engines": {
|
|
30601
|
-
"node": ">=0.10.0"
|
|
30602
|
-
}
|
|
30603
|
-
},
|
|
30604
|
-
"node_modules/yosay/node_modules/chalk/node_modules/ansi-styles": {
|
|
30605
|
-
"version": "2.2.1",
|
|
30606
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
|
30607
|
-
"integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
|
|
30608
|
-
"dev": true,
|
|
30609
|
-
"license": "MIT",
|
|
30610
|
-
"engines": {
|
|
30611
|
-
"node": ">=0.10.0"
|
|
30612
|
-
}
|
|
30613
|
-
},
|
|
30614
|
-
"node_modules/yosay/node_modules/color-convert": {
|
|
30615
|
-
"version": "1.9.3",
|
|
30616
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
30617
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
30618
|
-
"dev": true,
|
|
30619
|
-
"license": "MIT",
|
|
30620
|
-
"dependencies": {
|
|
30621
|
-
"color-name": "1.1.3"
|
|
30622
|
-
}
|
|
30623
|
-
},
|
|
30624
|
-
"node_modules/yosay/node_modules/color-name": {
|
|
30625
|
-
"version": "1.1.3",
|
|
30626
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
30627
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
30628
|
-
"dev": true,
|
|
30629
|
-
"license": "MIT"
|
|
30630
|
-
},
|
|
30631
|
-
"node_modules/yosay/node_modules/escape-string-regexp": {
|
|
30632
|
-
"version": "1.0.5",
|
|
30633
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
30634
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
30635
|
-
"dev": true,
|
|
30636
|
-
"license": "MIT",
|
|
30637
|
-
"engines": {
|
|
30638
|
-
"node": ">=0.8.0"
|
|
30639
|
-
}
|
|
30640
|
-
},
|
|
30641
|
-
"node_modules/yosay/node_modules/is-fullwidth-code-point": {
|
|
30642
|
-
"version": "2.0.0",
|
|
30643
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
|
30644
|
-
"integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
|
|
30645
|
-
"dev": true,
|
|
30646
|
-
"license": "MIT",
|
|
30647
|
-
"engines": {
|
|
30648
|
-
"node": ">=4"
|
|
30649
|
-
}
|
|
30650
|
-
},
|
|
30651
|
-
"node_modules/yosay/node_modules/string-width": {
|
|
30652
|
-
"version": "2.1.1",
|
|
30653
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
|
30654
|
-
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
|
30655
|
-
"dev": true,
|
|
30656
|
-
"license": "MIT",
|
|
30657
|
-
"dependencies": {
|
|
30658
|
-
"is-fullwidth-code-point": "^2.0.0",
|
|
30659
|
-
"strip-ansi": "^4.0.0"
|
|
30660
|
-
},
|
|
30661
|
-
"engines": {
|
|
30662
|
-
"node": ">=4"
|
|
30663
|
-
}
|
|
30664
|
-
},
|
|
30665
|
-
"node_modules/yosay/node_modules/string-width/node_modules/ansi-regex": {
|
|
30666
|
-
"version": "3.0.1",
|
|
30667
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz",
|
|
30668
|
-
"integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==",
|
|
30669
|
-
"dev": true,
|
|
30670
|
-
"license": "MIT",
|
|
30671
|
-
"engines": {
|
|
30672
|
-
"node": ">=4"
|
|
30673
|
-
}
|
|
30674
|
-
},
|
|
30675
|
-
"node_modules/yosay/node_modules/string-width/node_modules/strip-ansi": {
|
|
30676
|
-
"version": "4.0.0",
|
|
30677
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
30678
|
-
"integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
|
|
30679
|
-
"dev": true,
|
|
30680
|
-
"license": "MIT",
|
|
30681
|
-
"dependencies": {
|
|
30682
|
-
"ansi-regex": "^3.0.0"
|
|
30683
|
-
},
|
|
30684
|
-
"engines": {
|
|
30685
|
-
"node": ">=4"
|
|
30686
|
-
}
|
|
30687
|
-
},
|
|
30688
|
-
"node_modules/yosay/node_modules/strip-ansi": {
|
|
30689
|
-
"version": "3.0.1",
|
|
30690
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
|
30691
|
-
"integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
|
|
30692
|
-
"dev": true,
|
|
30693
|
-
"license": "MIT",
|
|
30694
|
-
"dependencies": {
|
|
30695
|
-
"ansi-regex": "^2.0.0"
|
|
30696
|
-
},
|
|
30697
|
-
"engines": {
|
|
30698
|
-
"node": ">=0.10.0"
|
|
30699
|
-
}
|
|
30700
|
-
},
|
|
30701
|
-
"node_modules/yosay/node_modules/supports-color": {
|
|
30702
|
-
"version": "2.0.0",
|
|
30703
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
|
30704
|
-
"integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==",
|
|
30705
|
-
"dev": true,
|
|
30706
|
-
"license": "MIT",
|
|
30707
|
-
"engines": {
|
|
30708
|
-
"node": ">=0.8.0"
|
|
30709
|
-
}
|
|
30710
|
-
},
|
|
30711
|
-
"node_modules/yosay/node_modules/wrap-ansi": {
|
|
30712
|
-
"version": "2.1.0",
|
|
30713
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
|
|
30714
|
-
"integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==",
|
|
30715
|
-
"dev": true,
|
|
30716
|
-
"license": "MIT",
|
|
30717
|
-
"dependencies": {
|
|
30718
|
-
"string-width": "^1.0.1",
|
|
30719
|
-
"strip-ansi": "^3.0.1"
|
|
30720
|
-
},
|
|
30721
|
-
"engines": {
|
|
30722
|
-
"node": ">=0.10.0"
|
|
30723
|
-
}
|
|
30724
|
-
},
|
|
30725
|
-
"node_modules/yosay/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
|
|
30726
|
-
"version": "1.0.0",
|
|
30727
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
|
30728
|
-
"integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==",
|
|
30729
|
-
"dev": true,
|
|
30730
|
-
"license": "MIT",
|
|
30731
|
-
"dependencies": {
|
|
30732
|
-
"number-is-nan": "^1.0.0"
|
|
30733
|
-
},
|
|
30734
|
-
"engines": {
|
|
30735
|
-
"node": ">=0.10.0"
|
|
30736
|
-
}
|
|
30737
|
-
},
|
|
30738
|
-
"node_modules/yosay/node_modules/wrap-ansi/node_modules/string-width": {
|
|
30739
|
-
"version": "1.0.2",
|
|
30740
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
|
|
30741
|
-
"integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
|
|
30742
|
-
"dev": true,
|
|
30743
|
-
"license": "MIT",
|
|
30744
|
-
"dependencies": {
|
|
30745
|
-
"code-point-at": "^1.0.0",
|
|
30746
|
-
"is-fullwidth-code-point": "^1.0.0",
|
|
30747
|
-
"strip-ansi": "^3.0.0"
|
|
30748
|
-
},
|
|
30749
|
-
"engines": {
|
|
30750
|
-
"node": ">=0.10.0"
|
|
30751
|
-
}
|
|
30752
30458
|
}
|
|
30753
30459
|
}
|
|
30754
30460
|
}
|
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.4.
|
|
4
|
+
"version": "2.4.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@oclif/plugin-commands": "2.2.21",
|
|
125
125
|
"@oclif/plugin-help": "5.2.16",
|
|
126
126
|
"@oclif/plugin-not-found": "2.3.36",
|
|
127
|
-
"@oclif/plugin-plugins": "3.
|
|
127
|
+
"@oclif/plugin-plugins": "3.2.0",
|
|
128
128
|
"@oclif/plugin-search": "0.0.22",
|
|
129
129
|
"@oclif/plugin-update": "3.1.30",
|
|
130
130
|
"@oclif/plugin-version": "1.3.8",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"husky": "^7.0.4",
|
|
254
254
|
"mocha": "^9.2.2",
|
|
255
255
|
"nyc": "^15.1.0",
|
|
256
|
-
"oclif": "^3.
|
|
256
|
+
"oclif": "^3.11.3",
|
|
257
257
|
"prettier": "^2.8.8",
|
|
258
258
|
"pretty-quick": "^3.1.3",
|
|
259
259
|
"sinon": "^11.1.2",
|