@oclif/plugin-commands 3.0.6 → 3.0.8
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 +14 -14
- package/oclif.lock +227 -201
- package/oclif.manifest.json +1 -1
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
|
|
|
20
20
|
$ oclif-example COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ oclif-example (--version)
|
|
23
|
-
@oclif/plugin-commands/3.0.
|
|
23
|
+
@oclif/plugin-commands/3.0.8 linux-x64 node-v20.10.0
|
|
24
24
|
$ oclif-example --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ oclif-example COMMAND
|
|
@@ -43,18 +43,18 @@ USAGE
|
|
|
43
43
|
[--no-header | [--csv | --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
44
44
|
|
|
45
45
|
FLAGS
|
|
46
|
-
-h, --help
|
|
47
|
-
-x, --extended
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
46
|
+
-h, --help Show CLI help.
|
|
47
|
+
-x, --extended show extra columns
|
|
48
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
49
|
+
--csv output is csv format [alias: --output=csv]
|
|
50
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
51
|
+
--hidden show hidden commands
|
|
52
|
+
--no-header hide table header from output
|
|
53
|
+
--no-truncate do not truncate output to fit screen
|
|
54
|
+
--output=<option> output in a more machine friendly format
|
|
55
|
+
<options: csv|json|yaml>
|
|
56
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
57
|
+
--tree show tree of commands
|
|
58
58
|
|
|
59
59
|
GLOBAL FLAGS
|
|
60
60
|
--json Format output as json.
|
|
@@ -63,5 +63,5 @@ DESCRIPTION
|
|
|
63
63
|
list all the commands
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.
|
|
66
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.8/src/commands/commands.ts)_
|
|
67
67
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -291,10 +291,10 @@
|
|
|
291
291
|
resolve-global "1.0.0"
|
|
292
292
|
yargs "^17.0.0"
|
|
293
293
|
|
|
294
|
-
"@commitlint/config-conventional@^17.
|
|
295
|
-
version "17.
|
|
296
|
-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.
|
|
297
|
-
integrity sha512-
|
|
294
|
+
"@commitlint/config-conventional@^17.8.1":
|
|
295
|
+
version "17.8.1"
|
|
296
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
|
|
297
|
+
integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
|
|
298
298
|
dependencies:
|
|
299
299
|
conventional-changelog-conventionalcommits "^6.1.0"
|
|
300
300
|
|
|
@@ -455,10 +455,10 @@
|
|
|
455
455
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
|
|
456
456
|
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
|
|
457
457
|
|
|
458
|
-
"@eslint/eslintrc@^2.1.
|
|
459
|
-
version "2.1.
|
|
460
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
|
461
|
-
integrity sha512
|
|
458
|
+
"@eslint/eslintrc@^2.1.4":
|
|
459
|
+
version "2.1.4"
|
|
460
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
|
|
461
|
+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
|
|
462
462
|
dependencies:
|
|
463
463
|
ajv "^6.12.4"
|
|
464
464
|
debug "^4.3.2"
|
|
@@ -470,22 +470,22 @@
|
|
|
470
470
|
minimatch "^3.1.2"
|
|
471
471
|
strip-json-comments "^3.1.1"
|
|
472
472
|
|
|
473
|
-
"@eslint/js@8.
|
|
474
|
-
version "8.
|
|
475
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
476
|
-
integrity sha512-
|
|
473
|
+
"@eslint/js@8.55.0":
|
|
474
|
+
version "8.55.0"
|
|
475
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
|
|
476
|
+
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
|
|
477
477
|
|
|
478
478
|
"@gar/promisify@^1.0.1":
|
|
479
479
|
version "1.1.2"
|
|
480
480
|
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
|
|
481
481
|
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
|
|
482
482
|
|
|
483
|
-
"@humanwhocodes/config-array@^0.11.
|
|
484
|
-
version "0.11.
|
|
485
|
-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.
|
|
486
|
-
integrity sha512-
|
|
483
|
+
"@humanwhocodes/config-array@^0.11.13":
|
|
484
|
+
version "0.11.13"
|
|
485
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
|
|
486
|
+
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
|
|
487
487
|
dependencies:
|
|
488
|
-
"@humanwhocodes/object-schema" "^
|
|
488
|
+
"@humanwhocodes/object-schema" "^2.0.1"
|
|
489
489
|
debug "^4.1.1"
|
|
490
490
|
minimatch "^3.0.5"
|
|
491
491
|
|
|
@@ -494,10 +494,10 @@
|
|
|
494
494
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
|
|
495
495
|
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
|
|
496
496
|
|
|
497
|
-
"@humanwhocodes/object-schema@^
|
|
498
|
-
version "
|
|
499
|
-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-
|
|
500
|
-
integrity sha512-
|
|
497
|
+
"@humanwhocodes/object-schema@^2.0.1":
|
|
498
|
+
version "2.0.1"
|
|
499
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
500
|
+
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
501
501
|
|
|
502
502
|
"@isaacs/string-locale-compare@^1.1.0":
|
|
503
503
|
version "1.1.0"
|
|
@@ -570,14 +570,6 @@
|
|
|
570
570
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
571
571
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
572
572
|
|
|
573
|
-
"@nodelib/fs.scandir@2.1.3":
|
|
574
|
-
version "2.1.3"
|
|
575
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
|
|
576
|
-
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
|
|
577
|
-
dependencies:
|
|
578
|
-
"@nodelib/fs.stat" "2.0.3"
|
|
579
|
-
run-parallel "^1.1.9"
|
|
580
|
-
|
|
581
573
|
"@nodelib/fs.scandir@2.1.5":
|
|
582
574
|
version "2.1.5"
|
|
583
575
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -586,25 +578,17 @@
|
|
|
586
578
|
"@nodelib/fs.stat" "2.0.5"
|
|
587
579
|
run-parallel "^1.1.9"
|
|
588
580
|
|
|
589
|
-
"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
|
|
590
|
-
version "2.0.3"
|
|
591
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
|
|
592
|
-
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
|
|
593
|
-
|
|
594
581
|
"@nodelib/fs.stat@2.0.5":
|
|
595
582
|
version "2.0.5"
|
|
596
583
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
|
597
584
|
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
|
598
585
|
|
|
599
|
-
"@nodelib/fs.
|
|
600
|
-
version "
|
|
601
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.
|
|
602
|
-
integrity sha512-
|
|
603
|
-
dependencies:
|
|
604
|
-
"@nodelib/fs.scandir" "2.1.3"
|
|
605
|
-
fastq "^1.6.0"
|
|
586
|
+
"@nodelib/fs.stat@^2.0.2":
|
|
587
|
+
version "2.0.3"
|
|
588
|
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
|
|
589
|
+
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
|
|
606
590
|
|
|
607
|
-
"@nodelib/fs.walk@^1.2.8":
|
|
591
|
+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
|
|
608
592
|
version "1.2.8"
|
|
609
593
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
|
610
594
|
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
|
@@ -787,10 +771,10 @@
|
|
|
787
771
|
wordwrap "^1.0.0"
|
|
788
772
|
wrap-ansi "^7.0.0"
|
|
789
773
|
|
|
790
|
-
"@oclif/core@^3.0.
|
|
791
|
-
version "3.
|
|
792
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
793
|
-
integrity sha512-
|
|
774
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
|
|
775
|
+
version "3.15.0"
|
|
776
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
|
|
777
|
+
integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
|
|
794
778
|
dependencies:
|
|
795
779
|
ansi-escapes "^4.3.2"
|
|
796
780
|
ansi-styles "^4.3.0"
|
|
@@ -798,6 +782,7 @@
|
|
|
798
782
|
chalk "^4.1.2"
|
|
799
783
|
clean-stack "^3.0.1"
|
|
800
784
|
cli-progress "^3.12.0"
|
|
785
|
+
color "^4.2.3"
|
|
801
786
|
debug "^4.3.4"
|
|
802
787
|
ejs "^3.1.9"
|
|
803
788
|
get-package-type "^0.1.0"
|
|
@@ -851,12 +836,12 @@
|
|
|
851
836
|
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
|
|
852
837
|
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
|
|
853
838
|
|
|
854
|
-
"@oclif/test@^3.
|
|
855
|
-
version "3.
|
|
856
|
-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.
|
|
857
|
-
integrity sha512-
|
|
839
|
+
"@oclif/test@^3.1.3":
|
|
840
|
+
version "3.1.3"
|
|
841
|
+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.3.tgz#42d98e3e2c29a3340dedd7eab7c0a7e392c2f3cf"
|
|
842
|
+
integrity sha512-p4Z+SpGSW6pw/QQrQwVuG8eOuZtUl/hxh2rgaOkDfxWipb6FVNa08kzuE70rYaIDIq/9SFglcOb9YQmOXv2MEA==
|
|
858
843
|
dependencies:
|
|
859
|
-
"@oclif/core" "^3.
|
|
844
|
+
"@oclif/core" "^3.12.0"
|
|
860
845
|
chai "^4.3.10"
|
|
861
846
|
fancy-test "^3.0.1"
|
|
862
847
|
|
|
@@ -1048,10 +1033,10 @@
|
|
|
1048
1033
|
"@types/node" "*"
|
|
1049
1034
|
"@types/responselike" "^1.0.0"
|
|
1050
1035
|
|
|
1051
|
-
"@types/chai@*", "@types/chai@^4.3.
|
|
1052
|
-
version "4.3.
|
|
1053
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1054
|
-
integrity sha512-
|
|
1036
|
+
"@types/chai@*", "@types/chai@^4.3.11":
|
|
1037
|
+
version "4.3.11"
|
|
1038
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1039
|
+
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1055
1040
|
|
|
1056
1041
|
"@types/cli-progress@^3.11.0":
|
|
1057
1042
|
version "3.11.0"
|
|
@@ -1087,31 +1072,31 @@
|
|
|
1087
1072
|
dependencies:
|
|
1088
1073
|
"@types/node" "*"
|
|
1089
1074
|
|
|
1090
|
-
"@types/lodash.pickby@^4.6.
|
|
1091
|
-
version "4.6.
|
|
1092
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.pickby/-/lodash.pickby-4.6.
|
|
1093
|
-
integrity sha512-
|
|
1075
|
+
"@types/lodash.pickby@^4.6.9":
|
|
1076
|
+
version "4.6.9"
|
|
1077
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.pickby/-/lodash.pickby-4.6.9.tgz#b6d72b1adf8601aa76736f298adcbaa8f734b831"
|
|
1078
|
+
integrity sha512-SPI248FYnyd3jOxDeJq2vX2UKQnDzqacuqdeOVqwE1MPSk8gN8TA3FcHSMQWLlpBnuHgXvgKInvywbOFbidpJA==
|
|
1094
1079
|
dependencies:
|
|
1095
1080
|
"@types/lodash" "*"
|
|
1096
1081
|
|
|
1097
|
-
"@types/lodash.sortby@^4.7.
|
|
1098
|
-
version "4.7.
|
|
1099
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.
|
|
1100
|
-
integrity sha512
|
|
1082
|
+
"@types/lodash.sortby@^4.7.9":
|
|
1083
|
+
version "4.7.9"
|
|
1084
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.9.tgz#e4af00e03daece7a939378ff64f0d44e638d7db6"
|
|
1085
|
+
integrity sha512-PDmjHnOlndLS59GofH0pnxIs+n9i4CWeXGErSB5JyNFHu2cmvW6mQOaUKjG8EDPkni14IgF8NsRW8bKvFzTm9A==
|
|
1101
1086
|
dependencies:
|
|
1102
1087
|
"@types/lodash" "*"
|
|
1103
1088
|
|
|
1104
|
-
"@types/lodash.template@^4.5.
|
|
1105
|
-
version "4.5.
|
|
1106
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.
|
|
1107
|
-
integrity sha512-
|
|
1089
|
+
"@types/lodash.template@^4.5.3":
|
|
1090
|
+
version "4.5.3"
|
|
1091
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.3.tgz#1174483eaa761a76a9d68c4adbee4c4e2742f329"
|
|
1092
|
+
integrity sha512-Mo0UYKLu1oXgkV9TVoXZLlXXjyIXlW7ZQRxi/4gQJmzJr63dmicE8gG0OkPjYTKBrBic852q0JzqrtNUWLBIyA==
|
|
1108
1093
|
dependencies:
|
|
1109
1094
|
"@types/lodash" "*"
|
|
1110
1095
|
|
|
1111
|
-
"@types/lodash.uniqby@^4.7.
|
|
1112
|
-
version "4.7.
|
|
1113
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.uniqby/-/lodash.uniqby-4.7.
|
|
1114
|
-
integrity sha512-
|
|
1096
|
+
"@types/lodash.uniqby@^4.7.9":
|
|
1097
|
+
version "4.7.9"
|
|
1098
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.uniqby/-/lodash.uniqby-4.7.9.tgz#10bacba9cf3263c6e07ae11d953de6ada6605104"
|
|
1099
|
+
integrity sha512-rjrXji/seS6BZJRgXrU2h6FqxRVufsbq/HE0Tx0SdgbtlWr2YmD/M64BlYEYYlaMcpZwy32IYVkMfUMYlPuv0w==
|
|
1115
1100
|
dependencies:
|
|
1116
1101
|
"@types/lodash" "*"
|
|
1117
1102
|
|
|
@@ -1130,10 +1115,10 @@
|
|
|
1130
1115
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.3.tgz#dd249cef80c6fff2ba6a0d4e5beca913e04e25f8"
|
|
1131
1116
|
integrity sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==
|
|
1132
1117
|
|
|
1133
|
-
"@types/mocha@^10.0.
|
|
1134
|
-
version "10.0.
|
|
1135
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1136
|
-
integrity sha512-
|
|
1118
|
+
"@types/mocha@^10.0.4":
|
|
1119
|
+
version "10.0.4"
|
|
1120
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
|
|
1121
|
+
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
|
|
1137
1122
|
|
|
1138
1123
|
"@types/nock@^11.1.0":
|
|
1139
1124
|
version "11.1.0"
|
|
@@ -1153,9 +1138,9 @@
|
|
|
1153
1138
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1154
1139
|
|
|
1155
1140
|
"@types/node@^18":
|
|
1156
|
-
version "18.
|
|
1157
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.
|
|
1158
|
-
integrity sha512-
|
|
1141
|
+
version "18.19.3"
|
|
1142
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.3.tgz#e4723c4cb385641d61b983f6fe0b716abd5f8fc0"
|
|
1143
|
+
integrity sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==
|
|
1159
1144
|
dependencies:
|
|
1160
1145
|
undici-types "~5.26.4"
|
|
1161
1146
|
|
|
@@ -1196,16 +1181,16 @@
|
|
|
1196
1181
|
"@types/expect" "^1.20.4"
|
|
1197
1182
|
"@types/node" "*"
|
|
1198
1183
|
|
|
1199
|
-
"@typescript-eslint/eslint-plugin@^6.
|
|
1200
|
-
version "6.
|
|
1201
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
1202
|
-
integrity sha512-
|
|
1184
|
+
"@typescript-eslint/eslint-plugin@^6.13.2":
|
|
1185
|
+
version "6.14.0"
|
|
1186
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.14.0.tgz#fc1ab5f23618ba590c87e8226ff07a760be3dd7b"
|
|
1187
|
+
integrity sha512-1ZJBykBCXaSHG94vMMKmiHoL0MhNHKSVlcHVYZNw+BKxufhqQVTOawNpwwI1P5nIFZ/4jLVop0mcY6mJJDFNaw==
|
|
1203
1188
|
dependencies:
|
|
1204
1189
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1205
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1206
|
-
"@typescript-eslint/type-utils" "6.
|
|
1207
|
-
"@typescript-eslint/utils" "6.
|
|
1208
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1190
|
+
"@typescript-eslint/scope-manager" "6.14.0"
|
|
1191
|
+
"@typescript-eslint/type-utils" "6.14.0"
|
|
1192
|
+
"@typescript-eslint/utils" "6.14.0"
|
|
1193
|
+
"@typescript-eslint/visitor-keys" "6.14.0"
|
|
1209
1194
|
debug "^4.3.4"
|
|
1210
1195
|
graphemer "^1.4.0"
|
|
1211
1196
|
ignore "^5.2.4"
|
|
@@ -1213,74 +1198,79 @@
|
|
|
1213
1198
|
semver "^7.5.4"
|
|
1214
1199
|
ts-api-utils "^1.0.1"
|
|
1215
1200
|
|
|
1216
|
-
"@typescript-eslint/parser@^6.
|
|
1217
|
-
version "6.
|
|
1218
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
1219
|
-
integrity sha512-
|
|
1201
|
+
"@typescript-eslint/parser@^6.13.2":
|
|
1202
|
+
version "6.14.0"
|
|
1203
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.14.0.tgz#a2d6a732e0d2b95c73f6a26ae7362877cc1b4212"
|
|
1204
|
+
integrity sha512-QjToC14CKacd4Pa7JK4GeB/vHmWFJckec49FR4hmIRf97+KXole0T97xxu9IFiPxVQ1DBWrQ5wreLwAGwWAVQA==
|
|
1220
1205
|
dependencies:
|
|
1221
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1222
|
-
"@typescript-eslint/types" "6.
|
|
1223
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1224
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1206
|
+
"@typescript-eslint/scope-manager" "6.14.0"
|
|
1207
|
+
"@typescript-eslint/types" "6.14.0"
|
|
1208
|
+
"@typescript-eslint/typescript-estree" "6.14.0"
|
|
1209
|
+
"@typescript-eslint/visitor-keys" "6.14.0"
|
|
1225
1210
|
debug "^4.3.4"
|
|
1226
1211
|
|
|
1227
|
-
"@typescript-eslint/scope-manager@6.
|
|
1228
|
-
version "6.
|
|
1229
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1230
|
-
integrity sha512-
|
|
1212
|
+
"@typescript-eslint/scope-manager@6.14.0":
|
|
1213
|
+
version "6.14.0"
|
|
1214
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
|
|
1215
|
+
integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
|
|
1231
1216
|
dependencies:
|
|
1232
|
-
"@typescript-eslint/types" "6.
|
|
1233
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1217
|
+
"@typescript-eslint/types" "6.14.0"
|
|
1218
|
+
"@typescript-eslint/visitor-keys" "6.14.0"
|
|
1234
1219
|
|
|
1235
|
-
"@typescript-eslint/type-utils@6.
|
|
1236
|
-
version "6.
|
|
1237
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.
|
|
1238
|
-
integrity sha512-
|
|
1220
|
+
"@typescript-eslint/type-utils@6.14.0":
|
|
1221
|
+
version "6.14.0"
|
|
1222
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.14.0.tgz#ac9cb5ba0615c837f1a6b172feeb273d36e4f8af"
|
|
1223
|
+
integrity sha512-x6OC9Q7HfYKqjnuNu5a7kffIYs3No30isapRBJl1iCHLitD8O0lFbRcVGiOcuyN837fqXzPZ1NS10maQzZMKqw==
|
|
1239
1224
|
dependencies:
|
|
1240
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1241
|
-
"@typescript-eslint/utils" "6.
|
|
1225
|
+
"@typescript-eslint/typescript-estree" "6.14.0"
|
|
1226
|
+
"@typescript-eslint/utils" "6.14.0"
|
|
1242
1227
|
debug "^4.3.4"
|
|
1243
1228
|
ts-api-utils "^1.0.1"
|
|
1244
1229
|
|
|
1245
|
-
"@typescript-eslint/types@6.
|
|
1246
|
-
version "6.
|
|
1247
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1248
|
-
integrity sha512-
|
|
1230
|
+
"@typescript-eslint/types@6.14.0":
|
|
1231
|
+
version "6.14.0"
|
|
1232
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
|
|
1233
|
+
integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
|
|
1249
1234
|
|
|
1250
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1251
|
-
version "6.
|
|
1252
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1253
|
-
integrity sha512-
|
|
1235
|
+
"@typescript-eslint/typescript-estree@6.14.0":
|
|
1236
|
+
version "6.14.0"
|
|
1237
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
|
|
1238
|
+
integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
|
|
1254
1239
|
dependencies:
|
|
1255
|
-
"@typescript-eslint/types" "6.
|
|
1256
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1240
|
+
"@typescript-eslint/types" "6.14.0"
|
|
1241
|
+
"@typescript-eslint/visitor-keys" "6.14.0"
|
|
1257
1242
|
debug "^4.3.4"
|
|
1258
1243
|
globby "^11.1.0"
|
|
1259
1244
|
is-glob "^4.0.3"
|
|
1260
1245
|
semver "^7.5.4"
|
|
1261
1246
|
ts-api-utils "^1.0.1"
|
|
1262
1247
|
|
|
1263
|
-
"@typescript-eslint/utils@6.
|
|
1264
|
-
version "6.
|
|
1265
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.
|
|
1266
|
-
integrity sha512-
|
|
1248
|
+
"@typescript-eslint/utils@6.14.0", "@typescript-eslint/utils@^6.13.0":
|
|
1249
|
+
version "6.14.0"
|
|
1250
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
|
|
1251
|
+
integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
|
|
1267
1252
|
dependencies:
|
|
1268
1253
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1269
1254
|
"@types/json-schema" "^7.0.12"
|
|
1270
1255
|
"@types/semver" "^7.5.0"
|
|
1271
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1272
|
-
"@typescript-eslint/types" "6.
|
|
1273
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1256
|
+
"@typescript-eslint/scope-manager" "6.14.0"
|
|
1257
|
+
"@typescript-eslint/types" "6.14.0"
|
|
1258
|
+
"@typescript-eslint/typescript-estree" "6.14.0"
|
|
1274
1259
|
semver "^7.5.4"
|
|
1275
1260
|
|
|
1276
|
-
"@typescript-eslint/visitor-keys@6.
|
|
1277
|
-
version "6.
|
|
1278
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
1279
|
-
integrity sha512-
|
|
1261
|
+
"@typescript-eslint/visitor-keys@6.14.0":
|
|
1262
|
+
version "6.14.0"
|
|
1263
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
|
|
1264
|
+
integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
|
|
1280
1265
|
dependencies:
|
|
1281
|
-
"@typescript-eslint/types" "6.
|
|
1266
|
+
"@typescript-eslint/types" "6.14.0"
|
|
1282
1267
|
eslint-visitor-keys "^3.4.1"
|
|
1283
1268
|
|
|
1269
|
+
"@ungap/structured-clone@^1.2.0":
|
|
1270
|
+
version "1.2.0"
|
|
1271
|
+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
1272
|
+
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
|
1273
|
+
|
|
1284
1274
|
JSONStream@^1.3.5:
|
|
1285
1275
|
version "1.3.5"
|
|
1286
1276
|
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
|
@@ -1489,7 +1479,7 @@ array-ify@^1.0.0:
|
|
|
1489
1479
|
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
|
|
1490
1480
|
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
|
|
1491
1481
|
|
|
1492
|
-
array-includes@^3.1.
|
|
1482
|
+
array-includes@^3.1.7:
|
|
1493
1483
|
version "3.1.7"
|
|
1494
1484
|
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
|
|
1495
1485
|
integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
|
|
@@ -1505,7 +1495,7 @@ array-union@^2.1.0:
|
|
|
1505
1495
|
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
|
1506
1496
|
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
|
1507
1497
|
|
|
1508
|
-
array.prototype.findlastindex@^1.2.
|
|
1498
|
+
array.prototype.findlastindex@^1.2.3:
|
|
1509
1499
|
version "1.2.3"
|
|
1510
1500
|
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
|
|
1511
1501
|
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
|
|
@@ -1516,7 +1506,7 @@ array.prototype.findlastindex@^1.2.2:
|
|
|
1516
1506
|
es-shim-unscopables "^1.0.0"
|
|
1517
1507
|
get-intrinsic "^1.2.1"
|
|
1518
1508
|
|
|
1519
|
-
array.prototype.flat@^1.3.
|
|
1509
|
+
array.prototype.flat@^1.3.2:
|
|
1520
1510
|
version "1.3.2"
|
|
1521
1511
|
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
|
|
1522
1512
|
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
|
|
@@ -1526,7 +1516,7 @@ array.prototype.flat@^1.3.1:
|
|
|
1526
1516
|
es-abstract "^1.22.1"
|
|
1527
1517
|
es-shim-unscopables "^1.0.0"
|
|
1528
1518
|
|
|
1529
|
-
array.prototype.flatmap@^1.3.
|
|
1519
|
+
array.prototype.flatmap@^1.3.2:
|
|
1530
1520
|
version "1.3.2"
|
|
1531
1521
|
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
|
|
1532
1522
|
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
|
|
@@ -2060,16 +2050,32 @@ color-name@1.1.3:
|
|
|
2060
2050
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2061
2051
|
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
|
2062
2052
|
|
|
2063
|
-
color-name@~1.1.4:
|
|
2053
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2064
2054
|
version "1.1.4"
|
|
2065
2055
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2066
2056
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2067
2057
|
|
|
2058
|
+
color-string@^1.9.0:
|
|
2059
|
+
version "1.9.1"
|
|
2060
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2061
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2062
|
+
dependencies:
|
|
2063
|
+
color-name "^1.0.0"
|
|
2064
|
+
simple-swizzle "^0.2.2"
|
|
2065
|
+
|
|
2068
2066
|
color-support@^1.1.2:
|
|
2069
2067
|
version "1.1.3"
|
|
2070
2068
|
resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2071
2069
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2072
2070
|
|
|
2071
|
+
color@^4.2.3:
|
|
2072
|
+
version "4.2.3"
|
|
2073
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2074
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2075
|
+
dependencies:
|
|
2076
|
+
color-convert "^2.0.1"
|
|
2077
|
+
color-string "^1.9.0"
|
|
2078
|
+
|
|
2073
2079
|
colorette@^2.0.20:
|
|
2074
2080
|
version "2.0.20"
|
|
2075
2081
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -2559,19 +2565,19 @@ escape-string-regexp@^1.0.5:
|
|
|
2559
2565
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
2560
2566
|
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
|
2561
2567
|
|
|
2562
|
-
eslint-config-oclif-typescript@^3.0.
|
|
2563
|
-
version "3.0.
|
|
2564
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.
|
|
2565
|
-
integrity sha512-
|
|
2568
|
+
eslint-config-oclif-typescript@^3.0.26:
|
|
2569
|
+
version "3.0.26"
|
|
2570
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.26.tgz#ded62c1f1ce6c6357af93fef815f3fe689e9da01"
|
|
2571
|
+
integrity sha512-4ezPNOcU1pMlpiGmpeelZGeqYEDS6uZaPy5w5F5VPru/xTdZyrEYkpsW/VrYF0Aq2RTENy4d/HHtaKKOmtOkkg==
|
|
2566
2572
|
dependencies:
|
|
2567
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
2568
|
-
"@typescript-eslint/parser" "^6.
|
|
2573
|
+
"@typescript-eslint/eslint-plugin" "^6.13.2"
|
|
2574
|
+
"@typescript-eslint/parser" "^6.13.2"
|
|
2569
2575
|
eslint-config-xo-space "^0.34.0"
|
|
2570
2576
|
eslint-import-resolver-typescript "^3.6.1"
|
|
2571
|
-
eslint-plugin-import "^2.
|
|
2577
|
+
eslint-plugin-import "^2.29.0"
|
|
2572
2578
|
eslint-plugin-mocha "^10.2.0"
|
|
2573
2579
|
eslint-plugin-node "^11.1.0"
|
|
2574
|
-
eslint-plugin-perfectionist "^2.
|
|
2580
|
+
eslint-plugin-perfectionist "^2.5.0"
|
|
2575
2581
|
|
|
2576
2582
|
eslint-config-oclif@^5.0.0:
|
|
2577
2583
|
version "5.0.0"
|
|
@@ -2583,10 +2589,10 @@ eslint-config-oclif@^5.0.0:
|
|
|
2583
2589
|
eslint-plugin-node "^11.1.0"
|
|
2584
2590
|
eslint-plugin-unicorn "^48.0.1"
|
|
2585
2591
|
|
|
2586
|
-
eslint-config-prettier@^9.
|
|
2587
|
-
version "9.
|
|
2588
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.
|
|
2589
|
-
integrity sha512-
|
|
2592
|
+
eslint-config-prettier@^9.1.0:
|
|
2593
|
+
version "9.1.0"
|
|
2594
|
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
|
|
2595
|
+
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
|
|
2590
2596
|
|
|
2591
2597
|
eslint-config-xo-space@^0.34.0:
|
|
2592
2598
|
version "0.34.0"
|
|
@@ -2602,7 +2608,7 @@ eslint-config-xo@^0.43.0:
|
|
|
2602
2608
|
dependencies:
|
|
2603
2609
|
confusing-browser-globals "1.0.11"
|
|
2604
2610
|
|
|
2605
|
-
eslint-import-resolver-node@^0.3.
|
|
2611
|
+
eslint-import-resolver-node@^0.3.9:
|
|
2606
2612
|
version "0.3.9"
|
|
2607
2613
|
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
|
|
2608
2614
|
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
|
|
@@ -2639,26 +2645,26 @@ eslint-plugin-es@^3.0.0:
|
|
|
2639
2645
|
eslint-utils "^2.0.0"
|
|
2640
2646
|
regexpp "^3.0.0"
|
|
2641
2647
|
|
|
2642
|
-
eslint-plugin-import@^2.
|
|
2643
|
-
version "2.
|
|
2644
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.
|
|
2645
|
-
integrity sha512-
|
|
2648
|
+
eslint-plugin-import@^2.29.0:
|
|
2649
|
+
version "2.29.0"
|
|
2650
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
|
|
2651
|
+
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
|
|
2646
2652
|
dependencies:
|
|
2647
|
-
array-includes "^3.1.
|
|
2648
|
-
array.prototype.findlastindex "^1.2.
|
|
2649
|
-
array.prototype.flat "^1.3.
|
|
2650
|
-
array.prototype.flatmap "^1.3.
|
|
2653
|
+
array-includes "^3.1.7"
|
|
2654
|
+
array.prototype.findlastindex "^1.2.3"
|
|
2655
|
+
array.prototype.flat "^1.3.2"
|
|
2656
|
+
array.prototype.flatmap "^1.3.2"
|
|
2651
2657
|
debug "^3.2.7"
|
|
2652
2658
|
doctrine "^2.1.0"
|
|
2653
|
-
eslint-import-resolver-node "^0.3.
|
|
2659
|
+
eslint-import-resolver-node "^0.3.9"
|
|
2654
2660
|
eslint-module-utils "^2.8.0"
|
|
2655
|
-
|
|
2656
|
-
is-core-module "^2.13.
|
|
2661
|
+
hasown "^2.0.0"
|
|
2662
|
+
is-core-module "^2.13.1"
|
|
2657
2663
|
is-glob "^4.0.3"
|
|
2658
2664
|
minimatch "^3.1.2"
|
|
2659
|
-
object.fromentries "^2.0.
|
|
2660
|
-
object.groupby "^1.0.
|
|
2661
|
-
object.values "^1.1.
|
|
2665
|
+
object.fromentries "^2.0.7"
|
|
2666
|
+
object.groupby "^1.0.1"
|
|
2667
|
+
object.values "^1.1.7"
|
|
2662
2668
|
semver "^6.3.1"
|
|
2663
2669
|
tsconfig-paths "^3.14.2"
|
|
2664
2670
|
|
|
@@ -2682,12 +2688,12 @@ eslint-plugin-node@^11.1.0:
|
|
|
2682
2688
|
resolve "^1.10.1"
|
|
2683
2689
|
semver "^6.1.0"
|
|
2684
2690
|
|
|
2685
|
-
eslint-plugin-perfectionist@^2.1.0:
|
|
2686
|
-
version "2.
|
|
2687
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.
|
|
2688
|
-
integrity sha512-
|
|
2691
|
+
eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.5.0:
|
|
2692
|
+
version "2.5.0"
|
|
2693
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.5.0.tgz#f7f83733e18d1b26694c4aab1b986eac836773a7"
|
|
2694
|
+
integrity sha512-F6XXcq4mKKUe/SREoMGQqzgw6cgCgf3pFzkFfQVIGtqD1yXVpQjnhTepzhBeZfxZwgMzR9HO4yH4CUhIQ2WBcQ==
|
|
2689
2695
|
dependencies:
|
|
2690
|
-
"@typescript-eslint/utils" "^6.
|
|
2696
|
+
"@typescript-eslint/utils" "^6.13.0"
|
|
2691
2697
|
minimatch "^9.0.3"
|
|
2692
2698
|
natural-compare-lite "^1.4.0"
|
|
2693
2699
|
|
|
@@ -2749,18 +2755,19 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
2749
2755
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
2750
2756
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
2751
2757
|
|
|
2752
|
-
eslint@^8.
|
|
2753
|
-
version "8.
|
|
2754
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
2755
|
-
integrity sha512-
|
|
2758
|
+
eslint@^8.55.0:
|
|
2759
|
+
version "8.55.0"
|
|
2760
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
|
|
2761
|
+
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
|
|
2756
2762
|
dependencies:
|
|
2757
2763
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
2758
2764
|
"@eslint-community/regexpp" "^4.6.1"
|
|
2759
|
-
"@eslint/eslintrc" "^2.1.
|
|
2760
|
-
"@eslint/js" "8.
|
|
2761
|
-
"@humanwhocodes/config-array" "^0.11.
|
|
2765
|
+
"@eslint/eslintrc" "^2.1.4"
|
|
2766
|
+
"@eslint/js" "8.55.0"
|
|
2767
|
+
"@humanwhocodes/config-array" "^0.11.13"
|
|
2762
2768
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
2763
2769
|
"@nodelib/fs.walk" "^1.2.8"
|
|
2770
|
+
"@ungap/structured-clone" "^1.2.0"
|
|
2764
2771
|
ajv "^6.12.4"
|
|
2765
2772
|
chalk "^4.0.0"
|
|
2766
2773
|
cross-spawn "^7.0.2"
|
|
@@ -3113,6 +3120,11 @@ function-bind@^1.1.1:
|
|
|
3113
3120
|
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
|
3114
3121
|
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
|
3115
3122
|
|
|
3123
|
+
function-bind@^1.1.2:
|
|
3124
|
+
version "1.1.2"
|
|
3125
|
+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
|
|
3126
|
+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
|
|
3127
|
+
|
|
3116
3128
|
function.prototype.name@^1.1.6:
|
|
3117
3129
|
version "1.1.6"
|
|
3118
3130
|
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
|
|
@@ -3458,6 +3470,13 @@ hasha@^5.0.0:
|
|
|
3458
3470
|
is-stream "^2.0.0"
|
|
3459
3471
|
type-fest "^0.8.0"
|
|
3460
3472
|
|
|
3473
|
+
hasown@^2.0.0:
|
|
3474
|
+
version "2.0.0"
|
|
3475
|
+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
|
|
3476
|
+
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
|
|
3477
|
+
dependencies:
|
|
3478
|
+
function-bind "^1.1.2"
|
|
3479
|
+
|
|
3461
3480
|
he@1.2.0:
|
|
3462
3481
|
version "1.2.0"
|
|
3463
3482
|
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
|
|
@@ -3597,16 +3616,11 @@ ignore-walk@^4.0.1:
|
|
|
3597
3616
|
dependencies:
|
|
3598
3617
|
minimatch "^3.0.4"
|
|
3599
3618
|
|
|
3600
|
-
ignore@^5.1.1, ignore@^5.2.4:
|
|
3619
|
+
ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4:
|
|
3601
3620
|
version "5.2.4"
|
|
3602
3621
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
|
3603
3622
|
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
|
3604
3623
|
|
|
3605
|
-
ignore@^5.2.0:
|
|
3606
|
-
version "5.2.0"
|
|
3607
|
-
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
|
|
3608
|
-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
|
|
3609
|
-
|
|
3610
3624
|
import-fresh@^3.0.0, import-fresh@^3.2.1:
|
|
3611
3625
|
version "3.2.2"
|
|
3612
3626
|
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e"
|
|
@@ -3722,6 +3736,11 @@ is-arrayish@^0.2.1:
|
|
|
3722
3736
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
3723
3737
|
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
|
|
3724
3738
|
|
|
3739
|
+
is-arrayish@^0.3.1:
|
|
3740
|
+
version "0.3.2"
|
|
3741
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
3742
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
3743
|
+
|
|
3725
3744
|
is-bigint@^1.0.1:
|
|
3726
3745
|
version "1.0.4"
|
|
3727
3746
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -3763,6 +3782,13 @@ is-core-module@^2.11.0, is-core-module@^2.13.0:
|
|
|
3763
3782
|
dependencies:
|
|
3764
3783
|
has "^1.0.3"
|
|
3765
3784
|
|
|
3785
|
+
is-core-module@^2.13.1:
|
|
3786
|
+
version "2.13.1"
|
|
3787
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
|
|
3788
|
+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
|
|
3789
|
+
dependencies:
|
|
3790
|
+
hasown "^2.0.0"
|
|
3791
|
+
|
|
3766
3792
|
is-core-module@^2.2.0, is-core-module@^2.5.0:
|
|
3767
3793
|
version "2.6.0"
|
|
3768
3794
|
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
|
|
@@ -3804,14 +3830,7 @@ is-generator-function@^1.0.7:
|
|
|
3804
3830
|
dependencies:
|
|
3805
3831
|
has-tostringtag "^1.0.0"
|
|
3806
3832
|
|
|
3807
|
-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
|
|
3808
|
-
version "4.0.1"
|
|
3809
|
-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
|
|
3810
|
-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
|
|
3811
|
-
dependencies:
|
|
3812
|
-
is-extglob "^2.1.1"
|
|
3813
|
-
|
|
3814
|
-
is-glob@^4.0.3:
|
|
3833
|
+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
|
|
3815
3834
|
version "4.0.3"
|
|
3816
3835
|
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
|
|
3817
3836
|
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
|
|
@@ -4855,10 +4874,10 @@ no-case@^3.0.4:
|
|
|
4855
4874
|
lower-case "^2.0.2"
|
|
4856
4875
|
tslib "^2.0.3"
|
|
4857
4876
|
|
|
4858
|
-
nock@*, nock@^13.3.3, nock@^13.
|
|
4859
|
-
version "13.
|
|
4860
|
-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.
|
|
4861
|
-
integrity sha512-
|
|
4877
|
+
nock@*, nock@^13.3.3, nock@^13.4.0:
|
|
4878
|
+
version "13.4.0"
|
|
4879
|
+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.4.0.tgz#60aa3f7a4afa9c12052e74d8fb7550f682ef0115"
|
|
4880
|
+
integrity sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==
|
|
4862
4881
|
dependencies:
|
|
4863
4882
|
debug "^4.1.0"
|
|
4864
4883
|
json-stringify-safe "^5.0.1"
|
|
@@ -5100,7 +5119,7 @@ object.assign@^4.1.4:
|
|
|
5100
5119
|
has-symbols "^1.0.3"
|
|
5101
5120
|
object-keys "^1.1.1"
|
|
5102
5121
|
|
|
5103
|
-
object.fromentries@^2.0.
|
|
5122
|
+
object.fromentries@^2.0.7:
|
|
5104
5123
|
version "2.0.7"
|
|
5105
5124
|
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
|
|
5106
5125
|
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
|
|
@@ -5109,7 +5128,7 @@ object.fromentries@^2.0.6:
|
|
|
5109
5128
|
define-properties "^1.2.0"
|
|
5110
5129
|
es-abstract "^1.22.1"
|
|
5111
5130
|
|
|
5112
|
-
object.groupby@^1.0.
|
|
5131
|
+
object.groupby@^1.0.1:
|
|
5113
5132
|
version "1.0.1"
|
|
5114
5133
|
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
|
|
5115
5134
|
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
|
|
@@ -5119,7 +5138,7 @@ object.groupby@^1.0.0:
|
|
|
5119
5138
|
es-abstract "^1.22.1"
|
|
5120
5139
|
get-intrinsic "^1.2.1"
|
|
5121
5140
|
|
|
5122
|
-
object.values@^1.1.
|
|
5141
|
+
object.values@^1.1.7:
|
|
5123
5142
|
version "1.1.7"
|
|
5124
5143
|
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
|
|
5125
5144
|
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==
|
|
@@ -5495,10 +5514,10 @@ prelude-ls@^1.2.1:
|
|
|
5495
5514
|
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
|
5496
5515
|
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
|
5497
5516
|
|
|
5498
|
-
prettier@^3.0
|
|
5499
|
-
version "3.0
|
|
5500
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.
|
|
5501
|
-
integrity sha512-
|
|
5517
|
+
prettier@^3.1.0:
|
|
5518
|
+
version "3.1.0"
|
|
5519
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
|
|
5520
|
+
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
|
|
5502
5521
|
|
|
5503
5522
|
pretty-bytes@^5.3.0:
|
|
5504
5523
|
version "5.6.0"
|
|
@@ -6039,6 +6058,13 @@ signal-exit@^3.0.7:
|
|
|
6039
6058
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6040
6059
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6041
6060
|
|
|
6061
|
+
simple-swizzle@^0.2.2:
|
|
6062
|
+
version "0.2.2"
|
|
6063
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6064
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6065
|
+
dependencies:
|
|
6066
|
+
is-arrayish "^0.3.1"
|
|
6067
|
+
|
|
6042
6068
|
sinon@^16.0.0:
|
|
6043
6069
|
version "16.1.0"
|
|
6044
6070
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
|
|
@@ -6589,10 +6615,10 @@ typedarray-to-buffer@^4.0.0:
|
|
|
6589
6615
|
resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a"
|
|
6590
6616
|
integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ==
|
|
6591
6617
|
|
|
6592
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.
|
|
6593
|
-
version "5.
|
|
6594
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.
|
|
6595
|
-
integrity sha512-
|
|
6618
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3:
|
|
6619
|
+
version "5.3.3"
|
|
6620
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
6621
|
+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
6596
6622
|
|
|
6597
6623
|
unbox-primitive@^1.0.2:
|
|
6598
6624
|
version "1.0.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-commands",
|
|
3
3
|
"description": "plugin to show the list of all the commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.15.0",
|
|
9
9
|
"lodash.pickby": "^4.6.0",
|
|
10
10
|
"lodash.sortby": "^4.7.0",
|
|
11
11
|
"lodash.template": "^4.5.0",
|
|
12
12
|
"lodash.uniqby": "^4.7.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@commitlint/config-conventional": "^17.
|
|
15
|
+
"@commitlint/config-conventional": "^17.8.1",
|
|
16
16
|
"@oclif/plugin-help": "^5.2.20",
|
|
17
17
|
"@oclif/prettier-config": "^0.2.1",
|
|
18
|
-
"@oclif/test": "^3.
|
|
19
|
-
"@types/chai": "^4.3.
|
|
20
|
-
"@types/lodash.pickby": "^4.6.
|
|
21
|
-
"@types/lodash.sortby": "^4.7.
|
|
22
|
-
"@types/lodash.template": "^4.5.
|
|
23
|
-
"@types/lodash.uniqby": "^4.7.
|
|
24
|
-
"@types/mocha": "^10.0.
|
|
18
|
+
"@oclif/test": "^3.1.3",
|
|
19
|
+
"@types/chai": "^4.3.11",
|
|
20
|
+
"@types/lodash.pickby": "^4.6.9",
|
|
21
|
+
"@types/lodash.sortby": "^4.7.9",
|
|
22
|
+
"@types/lodash.template": "^4.5.3",
|
|
23
|
+
"@types/lodash.uniqby": "^4.7.9",
|
|
24
|
+
"@types/mocha": "^10.0.4",
|
|
25
25
|
"@types/nock": "^11.1.0",
|
|
26
26
|
"@types/node": "^18",
|
|
27
27
|
"chai": "^4.3.10",
|
|
28
28
|
"commitlint": "^17.8.1",
|
|
29
|
-
"eslint": "^8.
|
|
29
|
+
"eslint": "^8.55.0",
|
|
30
30
|
"eslint-config-oclif": "^5.0.0",
|
|
31
|
-
"eslint-config-oclif-typescript": "^3.0.
|
|
32
|
-
"eslint-config-prettier": "^9.
|
|
31
|
+
"eslint-config-oclif-typescript": "^3.0.26",
|
|
32
|
+
"eslint-config-prettier": "^9.1.0",
|
|
33
33
|
"globby": "^11",
|
|
34
34
|
"husky": "^8.0.3",
|
|
35
35
|
"lint-staged": "^14.0.1",
|
|
36
36
|
"mocha": "^10.2.0",
|
|
37
|
-
"nock": "^13.
|
|
37
|
+
"nock": "^13.4.0",
|
|
38
38
|
"nyc": "^15.1.0",
|
|
39
39
|
"oclif": "^4.0.3",
|
|
40
|
-
"prettier": "^3.0
|
|
40
|
+
"prettier": "^3.1.0",
|
|
41
41
|
"shx": "^0.3.3",
|
|
42
42
|
"ts-node": "^10.9.1",
|
|
43
|
-
"typescript": "^5.
|
|
43
|
+
"typescript": "^5.3.3"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=18.0.0"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"postpack": "shx rm -f oclif.manifest.json oclif.lock",
|
|
73
73
|
"posttest": "yarn lint",
|
|
74
74
|
"prepack": "shx rm -rf lib && tsc && oclif lock && oclif manifest . && oclif readme",
|
|
75
|
-
"prepare": "husky install",
|
|
75
|
+
"prepare": "husky install && yarn build",
|
|
76
76
|
"pretest": "yarn build && tsc -p test --noEmit",
|
|
77
77
|
"test": "mocha \"test/**/*.test.ts\"",
|
|
78
78
|
"version": "oclif readme && git add README.md"
|