sfdx-hardis 6.27.1 → 6.27.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/oclif.lock +45 -1
- package/oclif.manifest.json +2489 -2489
- package/package.json +2 -3
package/oclif.lock
CHANGED
|
@@ -6465,7 +6465,36 @@ fast-uri@^3.0.1:
|
|
|
6465
6465
|
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
|
|
6466
6466
|
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
|
|
6467
6467
|
|
|
6468
|
-
fast-xml-
|
|
6468
|
+
fast-xml-builder@^1.0.0:
|
|
6469
|
+
version "1.1.0"
|
|
6470
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.0.tgz#6d103ebd731bc5d478cc5035a114b28cfb4b9b03"
|
|
6471
|
+
integrity sha512-7mtITW/we2/wTUZqMyBOR2F8xP4CRxMiSEcQxPIqdRWdO2L/HZSOlzoNyghmyDwNB8BDxePooV1ZTJpkOUhdRg==
|
|
6472
|
+
dependencies:
|
|
6473
|
+
path-expression-matcher "^1.1.2"
|
|
6474
|
+
|
|
6475
|
+
fast-xml-parser@5.3.4:
|
|
6476
|
+
version "5.3.4"
|
|
6477
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz#06f39aafffdbc97bef0321e626c7ddd06a043ecf"
|
|
6478
|
+
integrity sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==
|
|
6479
|
+
dependencies:
|
|
6480
|
+
strnum "^2.1.0"
|
|
6481
|
+
|
|
6482
|
+
fast-xml-parser@5.4.2:
|
|
6483
|
+
version "5.4.2"
|
|
6484
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.4.2.tgz#7fc66463b59260b0c5fd57edf46148a418bde68b"
|
|
6485
|
+
integrity sha512-pw/6pIl4k0CSpElPEJhDppLzaixDEuWui2CUQQBH/ECDf7+y6YwA4Gf7Tyb0Rfe4DIMuZipYj4AEL0nACKglvQ==
|
|
6486
|
+
dependencies:
|
|
6487
|
+
fast-xml-builder "^1.0.0"
|
|
6488
|
+
strnum "^2.1.2"
|
|
6489
|
+
|
|
6490
|
+
fast-xml-parser@^4.5.3:
|
|
6491
|
+
version "4.5.4"
|
|
6492
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz#64e52ddf1308001893bd225d5b1768840511c797"
|
|
6493
|
+
integrity sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==
|
|
6494
|
+
dependencies:
|
|
6495
|
+
strnum "^1.0.5"
|
|
6496
|
+
|
|
6497
|
+
fast-xml-parser@^5.3.4:
|
|
6469
6498
|
version "5.3.8"
|
|
6470
6499
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.8.tgz#b5bc2045620d1b9cf342a2aa4d72391ef0b36a9e"
|
|
6471
6500
|
integrity sha512-53jIF4N6u/pxvaL1eb/hEZts/cFLWZ92eCfLrNyCI0k38lettCG/Bs40W9pPwoPXyHQlKu2OUbQtiEIZK/J6Vw==
|
|
@@ -10351,6 +10380,11 @@ path-exists@^5.0.0:
|
|
|
10351
10380
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
|
|
10352
10381
|
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
|
|
10353
10382
|
|
|
10383
|
+
path-expression-matcher@^1.1.2:
|
|
10384
|
+
version "1.1.2"
|
|
10385
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.1.2.tgz#0102f74415abf183857532acd78bb7ad6ff6fa00"
|
|
10386
|
+
integrity sha512-LXWqJmcpp2BKOEmgt4CyuESFmBfPuhJlAHKJsFzuJU6CxErWk75BrO+Ni77M9OxHN6dCYKM4vj+21Z6cOL96YQ==
|
|
10387
|
+
|
|
10354
10388
|
path-is-absolute@^1.0.0:
|
|
10355
10389
|
version "1.0.1"
|
|
10356
10390
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
@@ -11967,6 +12001,16 @@ strip-json-comments@~2.0.1:
|
|
|
11967
12001
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
|
11968
12002
|
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
|
|
11969
12003
|
|
|
12004
|
+
strnum@^1.0.5:
|
|
12005
|
+
version "1.1.2"
|
|
12006
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4"
|
|
12007
|
+
integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==
|
|
12008
|
+
|
|
12009
|
+
strnum@^2.1.0:
|
|
12010
|
+
version "2.2.0"
|
|
12011
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.0.tgz#8b582b637e4621f62ff714493e0ce30846f903a6"
|
|
12012
|
+
integrity sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==
|
|
12013
|
+
|
|
11970
12014
|
strnum@^2.1.2:
|
|
11971
12015
|
version "2.1.2"
|
|
11972
12016
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.2.tgz#a5e00ba66ab25f9cafa3726b567ce7a49170937a"
|