@oclif/plugin-help 6.0.17 → 6.0.18

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.
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
- "version": "6.0.17",
3
+ "version": "6.0.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@oclif/plugin-help",
9
- "version": "6.0.17",
9
+ "version": "6.0.18",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.21.0"
12
+ "@oclif/core": "^3.23.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@commitlint/config-conventional": "^18",
@@ -21,7 +21,7 @@
21
21
  "chai": "^4.4.1",
22
22
  "commitlint": "^18",
23
23
  "eslint": "^8.57.0",
24
- "eslint-config-oclif": "^5.0.3",
24
+ "eslint-config-oclif": "^5.1.0",
25
25
  "eslint-config-oclif-typescript": "^3.0.48",
26
26
  "eslint-config-prettier": "^9.1.0",
27
27
  "husky": "^9",
@@ -31,7 +31,7 @@
31
31
  "prettier": "^3.2.5",
32
32
  "shx": "^0.3.4",
33
33
  "ts-node": "^10.9.2",
34
- "typescript": "^5.3.3"
34
+ "typescript": "^5.4.2"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=18.0.0"
@@ -3888,9 +3888,9 @@
3888
3888
  }
3889
3889
  },
3890
3890
  "node_modules/@oclif/core": {
3891
- "version": "3.21.0",
3892
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
3893
- "integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
3891
+ "version": "3.23.0",
3892
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.23.0.tgz",
3893
+ "integrity": "sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==",
3894
3894
  "license": "MIT",
3895
3895
  "dependencies": {
3896
3896
  "@types/cli-progress": "^3.11.5",
@@ -3909,6 +3909,7 @@
3909
3909
  "indent-string": "^4.0.0",
3910
3910
  "is-wsl": "^2.2.0",
3911
3911
  "js-yaml": "^3.14.1",
3912
+ "minimatch": "^9.0.3",
3912
3913
  "natural-orderby": "^2.0.3",
3913
3914
  "object-treeify": "^1.1.33",
3914
3915
  "password-prompt": "^1.1.3",
@@ -3947,6 +3948,21 @@
3947
3948
  "js-yaml": "bin/js-yaml.js"
3948
3949
  }
3949
3950
  },
3951
+ "node_modules/@oclif/core/node_modules/minimatch": {
3952
+ "version": "9.0.3",
3953
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
3954
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
3955
+ "license": "ISC",
3956
+ "dependencies": {
3957
+ "brace-expansion": "^2.0.1"
3958
+ },
3959
+ "engines": {
3960
+ "node": ">=16 || 14 >=14.17"
3961
+ },
3962
+ "funding": {
3963
+ "url": "https://github.com/sponsors/isaacs"
3964
+ }
3965
+ },
3950
3966
  "node_modules/@oclif/core/node_modules/supports-color": {
3951
3967
  "version": "8.1.1",
3952
3968
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -3975,85 +3991,6 @@
3975
3991
  "node": ">=18.0.0"
3976
3992
  }
3977
3993
  },
3978
- "node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
3979
- "version": "3.20.0",
3980
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
3981
- "integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
3982
- "dev": true,
3983
- "license": "MIT",
3984
- "dependencies": {
3985
- "@types/cli-progress": "^3.11.5",
3986
- "ansi-escapes": "^4.3.2",
3987
- "ansi-styles": "^4.3.0",
3988
- "cardinal": "^2.1.1",
3989
- "chalk": "^4.1.2",
3990
- "clean-stack": "^3.0.1",
3991
- "cli-progress": "^3.12.0",
3992
- "color": "^4.2.3",
3993
- "debug": "^4.3.4",
3994
- "ejs": "^3.1.9",
3995
- "get-package-type": "^0.1.0",
3996
- "globby": "^11.1.0",
3997
- "hyperlinker": "^1.0.0",
3998
- "indent-string": "^4.0.0",
3999
- "is-wsl": "^2.2.0",
4000
- "js-yaml": "^3.14.1",
4001
- "natural-orderby": "^2.0.3",
4002
- "object-treeify": "^1.1.33",
4003
- "password-prompt": "^1.1.3",
4004
- "slice-ansi": "^4.0.0",
4005
- "string-width": "^4.2.3",
4006
- "strip-ansi": "^6.0.1",
4007
- "supports-color": "^8.1.1",
4008
- "supports-hyperlinks": "^2.2.0",
4009
- "widest-line": "^3.1.0",
4010
- "wordwrap": "^1.0.0",
4011
- "wrap-ansi": "^7.0.0"
4012
- },
4013
- "engines": {
4014
- "node": ">=18.0.0"
4015
- }
4016
- },
4017
- "node_modules/@oclif/plugin-help/node_modules/argparse": {
4018
- "version": "1.0.10",
4019
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4020
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4021
- "dev": true,
4022
- "license": "MIT",
4023
- "dependencies": {
4024
- "sprintf-js": "~1.0.2"
4025
- }
4026
- },
4027
- "node_modules/@oclif/plugin-help/node_modules/js-yaml": {
4028
- "version": "3.14.1",
4029
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4030
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4031
- "dev": true,
4032
- "license": "MIT",
4033
- "dependencies": {
4034
- "argparse": "^1.0.7",
4035
- "esprima": "^4.0.0"
4036
- },
4037
- "bin": {
4038
- "js-yaml": "bin/js-yaml.js"
4039
- }
4040
- },
4041
- "node_modules/@oclif/plugin-help/node_modules/supports-color": {
4042
- "version": "8.1.1",
4043
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4044
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4045
- "dev": true,
4046
- "license": "MIT",
4047
- "dependencies": {
4048
- "has-flag": "^4.0.0"
4049
- },
4050
- "engines": {
4051
- "node": ">=10"
4052
- },
4053
- "funding": {
4054
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4055
- }
4056
- },
4057
3994
  "node_modules/@oclif/plugin-not-found": {
4058
3995
  "version": "3.0.10",
4059
3996
  "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.10.tgz",
@@ -4069,85 +4006,6 @@
4069
4006
  "node": ">=18.0.0"
4070
4007
  }
4071
4008
  },
4072
- "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
4073
- "version": "3.20.0",
4074
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
4075
- "integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
4076
- "dev": true,
4077
- "license": "MIT",
4078
- "dependencies": {
4079
- "@types/cli-progress": "^3.11.5",
4080
- "ansi-escapes": "^4.3.2",
4081
- "ansi-styles": "^4.3.0",
4082
- "cardinal": "^2.1.1",
4083
- "chalk": "^4.1.2",
4084
- "clean-stack": "^3.0.1",
4085
- "cli-progress": "^3.12.0",
4086
- "color": "^4.2.3",
4087
- "debug": "^4.3.4",
4088
- "ejs": "^3.1.9",
4089
- "get-package-type": "^0.1.0",
4090
- "globby": "^11.1.0",
4091
- "hyperlinker": "^1.0.0",
4092
- "indent-string": "^4.0.0",
4093
- "is-wsl": "^2.2.0",
4094
- "js-yaml": "^3.14.1",
4095
- "natural-orderby": "^2.0.3",
4096
- "object-treeify": "^1.1.33",
4097
- "password-prompt": "^1.1.3",
4098
- "slice-ansi": "^4.0.0",
4099
- "string-width": "^4.2.3",
4100
- "strip-ansi": "^6.0.1",
4101
- "supports-color": "^8.1.1",
4102
- "supports-hyperlinks": "^2.2.0",
4103
- "widest-line": "^3.1.0",
4104
- "wordwrap": "^1.0.0",
4105
- "wrap-ansi": "^7.0.0"
4106
- },
4107
- "engines": {
4108
- "node": ">=18.0.0"
4109
- }
4110
- },
4111
- "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk": {
4112
- "version": "4.1.2",
4113
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4114
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4115
- "dev": true,
4116
- "license": "MIT",
4117
- "dependencies": {
4118
- "ansi-styles": "^4.1.0",
4119
- "supports-color": "^7.1.0"
4120
- },
4121
- "engines": {
4122
- "node": ">=10"
4123
- },
4124
- "funding": {
4125
- "url": "https://github.com/chalk/chalk?sponsor=1"
4126
- }
4127
- },
4128
- "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
4129
- "version": "7.2.0",
4130
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4131
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4132
- "dev": true,
4133
- "license": "MIT",
4134
- "dependencies": {
4135
- "has-flag": "^4.0.0"
4136
- },
4137
- "engines": {
4138
- "node": ">=8"
4139
- }
4140
- },
4141
- "node_modules/@oclif/plugin-not-found/node_modules/argparse": {
4142
- "version": "1.0.10",
4143
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4144
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4145
- "dev": true,
4146
- "license": "MIT",
4147
- "dependencies": {
4148
- "sprintf-js": "~1.0.2"
4149
- }
4150
- },
4151
4009
  "node_modules/@oclif/plugin-not-found/node_modules/chalk": {
4152
4010
  "version": "5.3.0",
4153
4011
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
@@ -4156,289 +4014,71 @@
4156
4014
  "license": "MIT",
4157
4015
  "engines": {
4158
4016
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
4159
- },
4160
- "funding": {
4161
- "url": "https://github.com/chalk/chalk?sponsor=1"
4162
- }
4163
- },
4164
- "node_modules/@oclif/plugin-not-found/node_modules/fast-levenshtein": {
4165
- "version": "3.0.0",
4166
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz",
4167
- "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==",
4168
- "dev": true,
4169
- "license": "MIT",
4170
- "dependencies": {
4171
- "fastest-levenshtein": "^1.0.7"
4172
- }
4173
- },
4174
- "node_modules/@oclif/plugin-not-found/node_modules/js-yaml": {
4175
- "version": "3.14.1",
4176
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4177
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4178
- "dev": true,
4179
- "license": "MIT",
4180
- "dependencies": {
4181
- "argparse": "^1.0.7",
4182
- "esprima": "^4.0.0"
4183
- },
4184
- "bin": {
4185
- "js-yaml": "bin/js-yaml.js"
4186
- }
4187
- },
4188
- "node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
4189
- "version": "8.1.1",
4190
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4191
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4192
- "dev": true,
4193
- "license": "MIT",
4194
- "dependencies": {
4195
- "has-flag": "^4.0.0"
4196
- },
4197
- "engines": {
4198
- "node": ">=10"
4199
- },
4200
- "funding": {
4201
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4202
- }
4203
- },
4204
- "node_modules/@oclif/plugin-warn-if-update-available": {
4205
- "version": "3.0.12",
4206
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.12.tgz",
4207
- "integrity": "sha512-BPj+1dSgp9Xtd5BZjLF9s0PeYBl07GSF69aol6/ZUMJMWD78SUWgAAm2SMJJBXic7Lw8hIGBY/YSGXDGaMh4gw==",
4208
- "dev": true,
4209
- "license": "MIT",
4210
- "dependencies": {
4211
- "@oclif/core": "^3.19.2",
4212
- "chalk": "^5.3.0",
4213
- "debug": "^4.1.0",
4214
- "http-call": "^5.2.2",
4215
- "lodash.template": "^4.5.0"
4216
- },
4217
- "engines": {
4218
- "node": ">=18.0.0"
4219
- }
4220
- },
4221
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
4222
- "version": "3.20.0",
4223
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
4224
- "integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
4225
- "dev": true,
4226
- "license": "MIT",
4227
- "dependencies": {
4228
- "@types/cli-progress": "^3.11.5",
4229
- "ansi-escapes": "^4.3.2",
4230
- "ansi-styles": "^4.3.0",
4231
- "cardinal": "^2.1.1",
4232
- "chalk": "^4.1.2",
4233
- "clean-stack": "^3.0.1",
4234
- "cli-progress": "^3.12.0",
4235
- "color": "^4.2.3",
4236
- "debug": "^4.3.4",
4237
- "ejs": "^3.1.9",
4238
- "get-package-type": "^0.1.0",
4239
- "globby": "^11.1.0",
4240
- "hyperlinker": "^1.0.0",
4241
- "indent-string": "^4.0.0",
4242
- "is-wsl": "^2.2.0",
4243
- "js-yaml": "^3.14.1",
4244
- "natural-orderby": "^2.0.3",
4245
- "object-treeify": "^1.1.33",
4246
- "password-prompt": "^1.1.3",
4247
- "slice-ansi": "^4.0.0",
4248
- "string-width": "^4.2.3",
4249
- "strip-ansi": "^6.0.1",
4250
- "supports-color": "^8.1.1",
4251
- "supports-hyperlinks": "^2.2.0",
4252
- "widest-line": "^3.1.0",
4253
- "wordwrap": "^1.0.0",
4254
- "wrap-ansi": "^7.0.0"
4255
- },
4256
- "engines": {
4257
- "node": ">=18.0.0"
4258
- }
4259
- },
4260
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk": {
4261
- "version": "4.1.2",
4262
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4263
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4264
- "dev": true,
4265
- "license": "MIT",
4266
- "dependencies": {
4267
- "ansi-styles": "^4.1.0",
4268
- "supports-color": "^7.1.0"
4269
- },
4270
- "engines": {
4271
- "node": ">=10"
4272
- },
4273
- "funding": {
4274
- "url": "https://github.com/chalk/chalk?sponsor=1"
4275
- }
4276
- },
4277
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
4278
- "version": "7.2.0",
4279
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4280
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4281
- "dev": true,
4282
- "license": "MIT",
4283
- "dependencies": {
4284
- "has-flag": "^4.0.0"
4285
- },
4286
- "engines": {
4287
- "node": ">=8"
4288
- }
4289
- },
4290
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/argparse": {
4291
- "version": "1.0.10",
4292
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4293
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4294
- "dev": true,
4295
- "license": "MIT",
4296
- "dependencies": {
4297
- "sprintf-js": "~1.0.2"
4298
- }
4299
- },
4300
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
4301
- "version": "5.3.0",
4302
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
4303
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
4304
- "dev": true,
4305
- "license": "MIT",
4306
- "engines": {
4307
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
4308
- },
4309
- "funding": {
4310
- "url": "https://github.com/chalk/chalk?sponsor=1"
4311
- }
4312
- },
4313
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/js-yaml": {
4314
- "version": "3.14.1",
4315
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4316
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4317
- "dev": true,
4318
- "license": "MIT",
4319
- "dependencies": {
4320
- "argparse": "^1.0.7",
4321
- "esprima": "^4.0.0"
4322
- },
4323
- "bin": {
4324
- "js-yaml": "bin/js-yaml.js"
4325
- }
4326
- },
4327
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/supports-color": {
4328
- "version": "8.1.1",
4329
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4330
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4331
- "dev": true,
4332
- "license": "MIT",
4333
- "dependencies": {
4334
- "has-flag": "^4.0.0"
4335
- },
4336
- "engines": {
4337
- "node": ">=10"
4338
- },
4339
- "funding": {
4340
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4341
- }
4342
- },
4343
- "node_modules/@oclif/prettier-config": {
4344
- "version": "0.2.1",
4345
- "resolved": "https://registry.npmjs.org/@oclif/prettier-config/-/prettier-config-0.2.1.tgz",
4346
- "integrity": "sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==",
4347
- "dev": true,
4348
- "license": "MIT"
4349
- },
4350
- "node_modules/@oclif/test": {
4351
- "version": "3.2.1",
4352
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-3.2.1.tgz",
4353
- "integrity": "sha512-FMUR1ziZd9FRknk4R9jis8ermiHQadyCWtmtAOL4n9qfnIh4R8qs3wbH1qAg2p+R0VA0+t3jMSSEcPFGmghBQw==",
4354
- "dev": true,
4355
- "license": "MIT",
4356
- "dependencies": {
4357
- "@oclif/core": "^3.19.2",
4358
- "chai": "^4.4.1",
4359
- "fancy-test": "^3.0.11"
4360
- },
4361
- "engines": {
4362
- "node": ">=18.0.0"
4363
- }
4364
- },
4365
- "node_modules/@oclif/test/node_modules/@oclif/core": {
4366
- "version": "3.20.0",
4367
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
4368
- "integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
4369
- "dev": true,
4370
- "license": "MIT",
4371
- "dependencies": {
4372
- "@types/cli-progress": "^3.11.5",
4373
- "ansi-escapes": "^4.3.2",
4374
- "ansi-styles": "^4.3.0",
4375
- "cardinal": "^2.1.1",
4376
- "chalk": "^4.1.2",
4377
- "clean-stack": "^3.0.1",
4378
- "cli-progress": "^3.12.0",
4379
- "color": "^4.2.3",
4380
- "debug": "^4.3.4",
4381
- "ejs": "^3.1.9",
4382
- "get-package-type": "^0.1.0",
4383
- "globby": "^11.1.0",
4384
- "hyperlinker": "^1.0.0",
4385
- "indent-string": "^4.0.0",
4386
- "is-wsl": "^2.2.0",
4387
- "js-yaml": "^3.14.1",
4388
- "natural-orderby": "^2.0.3",
4389
- "object-treeify": "^1.1.33",
4390
- "password-prompt": "^1.1.3",
4391
- "slice-ansi": "^4.0.0",
4392
- "string-width": "^4.2.3",
4393
- "strip-ansi": "^6.0.1",
4394
- "supports-color": "^8.1.1",
4395
- "supports-hyperlinks": "^2.2.0",
4396
- "widest-line": "^3.1.0",
4397
- "wordwrap": "^1.0.0",
4398
- "wrap-ansi": "^7.0.0"
4399
- },
4400
- "engines": {
4401
- "node": ">=18.0.0"
4017
+ },
4018
+ "funding": {
4019
+ "url": "https://github.com/chalk/chalk?sponsor=1"
4402
4020
  }
4403
4021
  },
4404
- "node_modules/@oclif/test/node_modules/argparse": {
4405
- "version": "1.0.10",
4406
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4407
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4022
+ "node_modules/@oclif/plugin-not-found/node_modules/fast-levenshtein": {
4023
+ "version": "3.0.0",
4024
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz",
4025
+ "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==",
4408
4026
  "dev": true,
4409
4027
  "license": "MIT",
4410
4028
  "dependencies": {
4411
- "sprintf-js": "~1.0.2"
4029
+ "fastest-levenshtein": "^1.0.7"
4412
4030
  }
4413
4031
  },
4414
- "node_modules/@oclif/test/node_modules/js-yaml": {
4415
- "version": "3.14.1",
4416
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4417
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4032
+ "node_modules/@oclif/plugin-warn-if-update-available": {
4033
+ "version": "3.0.12",
4034
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.12.tgz",
4035
+ "integrity": "sha512-BPj+1dSgp9Xtd5BZjLF9s0PeYBl07GSF69aol6/ZUMJMWD78SUWgAAm2SMJJBXic7Lw8hIGBY/YSGXDGaMh4gw==",
4418
4036
  "dev": true,
4419
4037
  "license": "MIT",
4420
4038
  "dependencies": {
4421
- "argparse": "^1.0.7",
4422
- "esprima": "^4.0.0"
4039
+ "@oclif/core": "^3.19.2",
4040
+ "chalk": "^5.3.0",
4041
+ "debug": "^4.1.0",
4042
+ "http-call": "^5.2.2",
4043
+ "lodash.template": "^4.5.0"
4423
4044
  },
4424
- "bin": {
4425
- "js-yaml": "bin/js-yaml.js"
4045
+ "engines": {
4046
+ "node": ">=18.0.0"
4426
4047
  }
4427
4048
  },
4428
- "node_modules/@oclif/test/node_modules/supports-color": {
4429
- "version": "8.1.1",
4430
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4431
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4049
+ "node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
4050
+ "version": "5.3.0",
4051
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
4052
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
4432
4053
  "dev": true,
4433
4054
  "license": "MIT",
4434
- "dependencies": {
4435
- "has-flag": "^4.0.0"
4436
- },
4437
4055
  "engines": {
4438
- "node": ">=10"
4056
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
4439
4057
  },
4440
4058
  "funding": {
4441
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4059
+ "url": "https://github.com/chalk/chalk?sponsor=1"
4060
+ }
4061
+ },
4062
+ "node_modules/@oclif/prettier-config": {
4063
+ "version": "0.2.1",
4064
+ "resolved": "https://registry.npmjs.org/@oclif/prettier-config/-/prettier-config-0.2.1.tgz",
4065
+ "integrity": "sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==",
4066
+ "dev": true,
4067
+ "license": "MIT"
4068
+ },
4069
+ "node_modules/@oclif/test": {
4070
+ "version": "3.2.1",
4071
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-3.2.1.tgz",
4072
+ "integrity": "sha512-FMUR1ziZd9FRknk4R9jis8ermiHQadyCWtmtAOL4n9qfnIh4R8qs3wbH1qAg2p+R0VA0+t3jMSSEcPFGmghBQw==",
4073
+ "dev": true,
4074
+ "license": "MIT",
4075
+ "dependencies": {
4076
+ "@oclif/core": "^3.19.2",
4077
+ "chai": "^4.4.1",
4078
+ "fancy-test": "^3.0.11"
4079
+ },
4080
+ "engines": {
4081
+ "node": ">=18.0.0"
4442
4082
  }
4443
4083
  },
4444
4084
  "node_modules/@octokit/auth-token": {
@@ -6403,9 +6043,9 @@
6403
6043
  "license": "MIT"
6404
6044
  },
6405
6045
  "node_modules/@types/node": {
6406
- "version": "18.19.21",
6407
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.21.tgz",
6408
- "integrity": "sha512-2Q2NeB6BmiTFQi4DHBzncSoq/cJMLDdhPaAoJFnFCyD9a8VPZRf7a1GAwp1Edb7ROaZc5Jz/tnZyL6EsWMRaqw==",
6046
+ "version": "18.19.22",
6047
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.22.tgz",
6048
+ "integrity": "sha512-p3pDIfuMg/aXBmhkyanPshdfJuX5c5+bQjYLIikPLXAUycEogij/c50n/C+8XOA5L93cU4ZRXtn+dNQGi0IZqQ==",
6409
6049
  "dev": true,
6410
6050
  "license": "MIT",
6411
6051
  "dependencies": {
@@ -7321,11 +6961,14 @@
7321
6961
  }
7322
6962
  },
7323
6963
  "node_modules/builtins": {
7324
- "version": "1.0.3",
7325
- "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz",
7326
- "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=",
6964
+ "version": "5.0.1",
6965
+ "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
6966
+ "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==",
7327
6967
  "dev": true,
7328
- "license": "MIT"
6968
+ "license": "MIT",
6969
+ "dependencies": {
6970
+ "semver": "^7.0.0"
6971
+ }
7329
6972
  },
7330
6973
  "node_modules/cacache": {
7331
6974
  "version": "15.3.0",
@@ -8895,15 +8538,15 @@
8895
8538
  }
8896
8539
  },
8897
8540
  "node_modules/eslint-config-oclif": {
8898
- "version": "5.0.3",
8899
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.0.3.tgz",
8900
- "integrity": "sha512-H3pvoSCfni23l81agc7/r8jxQ7bVIKNqbLsN8eYG8w2wEpsACskplK3VEPzIrO8NSFDcxQJIxoVXxp94kXexTA==",
8541
+ "version": "5.1.0",
8542
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.1.0.tgz",
8543
+ "integrity": "sha512-T4pFAFV9g1hy797f817bzkBeQB0R9j3AShrI0ohfVecHU54GrzzOTFufh0Ex8bwb89un/NlF8TE5RTiy8SKURQ==",
8901
8544
  "dev": true,
8902
8545
  "license": "MIT",
8903
8546
  "dependencies": {
8904
8547
  "eslint-config-xo-space": "^0.35.0",
8905
8548
  "eslint-plugin-mocha": "^10.3.0",
8906
- "eslint-plugin-node": "^11.1.0",
8549
+ "eslint-plugin-n": "^15.1.0",
8907
8550
  "eslint-plugin-unicorn": "^48.0.1"
8908
8551
  },
8909
8552
  "engines": {
@@ -9236,6 +8879,125 @@
9236
8879
  "node": ">=10"
9237
8880
  }
9238
8881
  },
8882
+ "node_modules/eslint-plugin-n": {
8883
+ "version": "15.7.0",
8884
+ "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
8885
+ "integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
8886
+ "dev": true,
8887
+ "license": "MIT",
8888
+ "dependencies": {
8889
+ "builtins": "^5.0.1",
8890
+ "eslint-plugin-es": "^4.1.0",
8891
+ "eslint-utils": "^3.0.0",
8892
+ "ignore": "^5.1.1",
8893
+ "is-core-module": "^2.11.0",
8894
+ "minimatch": "^3.1.2",
8895
+ "resolve": "^1.22.1",
8896
+ "semver": "^7.3.8"
8897
+ },
8898
+ "engines": {
8899
+ "node": ">=12.22.0"
8900
+ },
8901
+ "funding": {
8902
+ "url": "https://github.com/sponsors/mysticatea"
8903
+ },
8904
+ "peerDependencies": {
8905
+ "eslint": ">=7.0.0"
8906
+ }
8907
+ },
8908
+ "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es": {
8909
+ "version": "4.1.0",
8910
+ "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
8911
+ "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
8912
+ "dev": true,
8913
+ "license": "MIT",
8914
+ "dependencies": {
8915
+ "eslint-utils": "^2.0.0",
8916
+ "regexpp": "^3.0.0"
8917
+ },
8918
+ "engines": {
8919
+ "node": ">=8.10.0"
8920
+ },
8921
+ "funding": {
8922
+ "url": "https://github.com/sponsors/mysticatea"
8923
+ },
8924
+ "peerDependencies": {
8925
+ "eslint": ">=4.19.1"
8926
+ }
8927
+ },
8928
+ "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-utils": {
8929
+ "version": "2.1.0",
8930
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
8931
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
8932
+ "dev": true,
8933
+ "license": "MIT",
8934
+ "dependencies": {
8935
+ "eslint-visitor-keys": "^1.1.0"
8936
+ },
8937
+ "engines": {
8938
+ "node": ">=6"
8939
+ },
8940
+ "funding": {
8941
+ "url": "https://github.com/sponsors/mysticatea"
8942
+ }
8943
+ },
8944
+ "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
8945
+ "version": "1.3.0",
8946
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
8947
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
8948
+ "dev": true,
8949
+ "license": "Apache-2.0",
8950
+ "engines": {
8951
+ "node": ">=4"
8952
+ }
8953
+ },
8954
+ "node_modules/eslint-plugin-n/node_modules/eslint-utils": {
8955
+ "version": "3.0.0",
8956
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
8957
+ "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
8958
+ "dev": true,
8959
+ "license": "MIT",
8960
+ "dependencies": {
8961
+ "eslint-visitor-keys": "^2.0.0"
8962
+ },
8963
+ "engines": {
8964
+ "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
8965
+ },
8966
+ "funding": {
8967
+ "url": "https://github.com/sponsors/mysticatea"
8968
+ },
8969
+ "peerDependencies": {
8970
+ "eslint": ">=5"
8971
+ }
8972
+ },
8973
+ "node_modules/eslint-plugin-n/node_modules/eslint-visitor-keys": {
8974
+ "version": "2.1.0",
8975
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
8976
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
8977
+ "dev": true,
8978
+ "license": "Apache-2.0",
8979
+ "engines": {
8980
+ "node": ">=10"
8981
+ }
8982
+ },
8983
+ "node_modules/eslint-plugin-n/node_modules/resolve": {
8984
+ "version": "1.22.8",
8985
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
8986
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
8987
+ "dev": true,
8988
+ "license": "MIT",
8989
+ "dependencies": {
8990
+ "is-core-module": "^2.13.0",
8991
+ "path-parse": "^1.0.7",
8992
+ "supports-preserve-symlinks-flag": "^1.0.0"
8993
+ },
8994
+ "bin": {
8995
+ "resolve": "bin/resolve"
8996
+ },
8997
+ "funding": {
8998
+ "url": "https://github.com/sponsors/ljharb"
8999
+ }
9000
+ },
9239
9001
  "node_modules/eslint-plugin-node": {
9240
9002
  "version": "11.1.0",
9241
9003
  "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
@@ -13396,85 +13158,6 @@
13396
13158
  "node": ">=18.0.0"
13397
13159
  }
13398
13160
  },
13399
- "node_modules/oclif/node_modules/@oclif/core": {
13400
- "version": "3.20.0",
13401
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
13402
- "integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
13403
- "dev": true,
13404
- "license": "MIT",
13405
- "dependencies": {
13406
- "@types/cli-progress": "^3.11.5",
13407
- "ansi-escapes": "^4.3.2",
13408
- "ansi-styles": "^4.3.0",
13409
- "cardinal": "^2.1.1",
13410
- "chalk": "^4.1.2",
13411
- "clean-stack": "^3.0.1",
13412
- "cli-progress": "^3.12.0",
13413
- "color": "^4.2.3",
13414
- "debug": "^4.3.4",
13415
- "ejs": "^3.1.9",
13416
- "get-package-type": "^0.1.0",
13417
- "globby": "^11.1.0",
13418
- "hyperlinker": "^1.0.0",
13419
- "indent-string": "^4.0.0",
13420
- "is-wsl": "^2.2.0",
13421
- "js-yaml": "^3.14.1",
13422
- "natural-orderby": "^2.0.3",
13423
- "object-treeify": "^1.1.33",
13424
- "password-prompt": "^1.1.3",
13425
- "slice-ansi": "^4.0.0",
13426
- "string-width": "^4.2.3",
13427
- "strip-ansi": "^6.0.1",
13428
- "supports-color": "^8.1.1",
13429
- "supports-hyperlinks": "^2.2.0",
13430
- "widest-line": "^3.1.0",
13431
- "wordwrap": "^1.0.0",
13432
- "wrap-ansi": "^7.0.0"
13433
- },
13434
- "engines": {
13435
- "node": ">=18.0.0"
13436
- }
13437
- },
13438
- "node_modules/oclif/node_modules/argparse": {
13439
- "version": "1.0.10",
13440
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
13441
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
13442
- "dev": true,
13443
- "license": "MIT",
13444
- "dependencies": {
13445
- "sprintf-js": "~1.0.2"
13446
- }
13447
- },
13448
- "node_modules/oclif/node_modules/js-yaml": {
13449
- "version": "3.14.1",
13450
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
13451
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
13452
- "dev": true,
13453
- "license": "MIT",
13454
- "dependencies": {
13455
- "argparse": "^1.0.7",
13456
- "esprima": "^4.0.0"
13457
- },
13458
- "bin": {
13459
- "js-yaml": "bin/js-yaml.js"
13460
- }
13461
- },
13462
- "node_modules/oclif/node_modules/supports-color": {
13463
- "version": "8.1.1",
13464
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
13465
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
13466
- "dev": true,
13467
- "license": "MIT",
13468
- "dependencies": {
13469
- "has-flag": "^4.0.0"
13470
- },
13471
- "engines": {
13472
- "node": ">=10"
13473
- },
13474
- "funding": {
13475
- "url": "https://github.com/chalk/supports-color?sponsor=1"
13476
- }
13477
- },
13478
13161
  "node_modules/once": {
13479
13162
  "version": "1.4.0",
13480
13163
  "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
@@ -16014,9 +15697,9 @@
16014
15697
  "license": "MIT"
16015
15698
  },
16016
15699
  "node_modules/typescript": {
16017
- "version": "5.3.3",
16018
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
16019
- "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
15700
+ "version": "5.4.2",
15701
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
15702
+ "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
16020
15703
  "dev": true,
16021
15704
  "license": "Apache-2.0",
16022
15705
  "bin": {
@@ -16172,6 +15855,13 @@
16172
15855
  "builtins": "^1.0.3"
16173
15856
  }
16174
15857
  },
15858
+ "node_modules/validate-npm-package-name/node_modules/builtins": {
15859
+ "version": "1.0.3",
15860
+ "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz",
15861
+ "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=",
15862
+ "dev": true,
15863
+ "license": "MIT"
15864
+ },
16175
15865
  "node_modules/vinyl": {
16176
15866
  "version": "2.2.1",
16177
15867
  "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
package/oclif.lock CHANGED
@@ -1445,109 +1445,10 @@
1445
1445
  node-gyp "^8.2.0"
1446
1446
  read-package-json-fast "^2.0.1"
1447
1447
 
1448
- "@oclif/core@^3.18.1":
1449
- version "3.20.0"
1450
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz"
1451
- integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
1452
- dependencies:
1453
- "@types/cli-progress" "^3.11.5"
1454
- ansi-escapes "^4.3.2"
1455
- ansi-styles "^4.3.0"
1456
- cardinal "^2.1.1"
1457
- chalk "^4.1.2"
1458
- clean-stack "^3.0.1"
1459
- cli-progress "^3.12.0"
1460
- color "^4.2.3"
1461
- debug "^4.3.4"
1462
- ejs "^3.1.9"
1463
- get-package-type "^0.1.0"
1464
- globby "^11.1.0"
1465
- hyperlinker "^1.0.0"
1466
- indent-string "^4.0.0"
1467
- is-wsl "^2.2.0"
1468
- js-yaml "^3.14.1"
1469
- natural-orderby "^2.0.3"
1470
- object-treeify "^1.1.33"
1471
- password-prompt "^1.1.3"
1472
- slice-ansi "^4.0.0"
1473
- string-width "^4.2.3"
1474
- strip-ansi "^6.0.1"
1475
- supports-color "^8.1.1"
1476
- supports-hyperlinks "^2.2.0"
1477
- widest-line "^3.1.0"
1478
- wordwrap "^1.0.0"
1479
- wrap-ansi "^7.0.0"
1480
-
1481
- "@oclif/core@^3.18.2":
1482
- version "3.20.0"
1483
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz"
1484
- integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
1485
- dependencies:
1486
- "@types/cli-progress" "^3.11.5"
1487
- ansi-escapes "^4.3.2"
1488
- ansi-styles "^4.3.0"
1489
- cardinal "^2.1.1"
1490
- chalk "^4.1.2"
1491
- clean-stack "^3.0.1"
1492
- cli-progress "^3.12.0"
1493
- color "^4.2.3"
1494
- debug "^4.3.4"
1495
- ejs "^3.1.9"
1496
- get-package-type "^0.1.0"
1497
- globby "^11.1.0"
1498
- hyperlinker "^1.0.0"
1499
- indent-string "^4.0.0"
1500
- is-wsl "^2.2.0"
1501
- js-yaml "^3.14.1"
1502
- natural-orderby "^2.0.3"
1503
- object-treeify "^1.1.33"
1504
- password-prompt "^1.1.3"
1505
- slice-ansi "^4.0.0"
1506
- string-width "^4.2.3"
1507
- strip-ansi "^6.0.1"
1508
- supports-color "^8.1.1"
1509
- supports-hyperlinks "^2.2.0"
1510
- widest-line "^3.1.0"
1511
- wordwrap "^1.0.0"
1512
- wrap-ansi "^7.0.0"
1513
-
1514
- "@oclif/core@^3.19.2":
1515
- version "3.20.0"
1516
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz"
1517
- integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
1518
- dependencies:
1519
- "@types/cli-progress" "^3.11.5"
1520
- ansi-escapes "^4.3.2"
1521
- ansi-styles "^4.3.0"
1522
- cardinal "^2.1.1"
1523
- chalk "^4.1.2"
1524
- clean-stack "^3.0.1"
1525
- cli-progress "^3.12.0"
1526
- color "^4.2.3"
1527
- debug "^4.3.4"
1528
- ejs "^3.1.9"
1529
- get-package-type "^0.1.0"
1530
- globby "^11.1.0"
1531
- hyperlinker "^1.0.0"
1532
- indent-string "^4.0.0"
1533
- is-wsl "^2.2.0"
1534
- js-yaml "^3.14.1"
1535
- natural-orderby "^2.0.3"
1536
- object-treeify "^1.1.33"
1537
- password-prompt "^1.1.3"
1538
- slice-ansi "^4.0.0"
1539
- string-width "^4.2.3"
1540
- strip-ansi "^6.0.1"
1541
- supports-color "^8.1.1"
1542
- supports-hyperlinks "^2.2.0"
1543
- widest-line "^3.1.0"
1544
- wordwrap "^1.0.0"
1545
- wrap-ansi "^7.0.0"
1546
-
1547
- "@oclif/core@^3.21.0":
1548
- version "3.21.0"
1549
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz"
1550
- integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==
1448
+ "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.23.0":
1449
+ version "3.23.0"
1450
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-3.23.0.tgz"
1451
+ integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
1551
1452
  dependencies:
1552
1453
  "@types/cli-progress" "^3.11.5"
1553
1454
  ansi-escapes "^4.3.2"
@@ -1565,6 +1466,7 @@
1565
1466
  indent-string "^4.0.0"
1566
1467
  is-wsl "^2.2.0"
1567
1468
  js-yaml "^3.14.1"
1469
+ minimatch "^9.0.3"
1568
1470
  natural-orderby "^2.0.3"
1569
1471
  object-treeify "^1.1.33"
1570
1472
  password-prompt "^1.1.3"
@@ -2657,9 +2559,9 @@
2657
2559
  integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
2658
2560
 
2659
2561
  "@types/node@*", "@types/node@^18":
2660
- version "18.19.21"
2661
- resolved "https://registry.npmjs.org/@types/node/-/node-18.19.21.tgz"
2662
- integrity sha512-2Q2NeB6BmiTFQi4DHBzncSoq/cJMLDdhPaAoJFnFCyD9a8VPZRf7a1GAwp1Edb7ROaZc5Jz/tnZyL6EsWMRaqw==
2562
+ version "18.19.22"
2563
+ resolved "https://registry.npmjs.org/@types/node/-/node-18.19.22.tgz"
2564
+ integrity sha512-p3pDIfuMg/aXBmhkyanPshdfJuX5c5+bQjYLIikPLXAUycEogij/c50n/C+8XOA5L93cU4ZRXtn+dNQGi0IZqQ==
2663
2565
  dependencies:
2664
2566
  undici-types "~5.26.4"
2665
2567
 
@@ -3214,6 +3116,13 @@ builtins@^1.0.3:
3214
3116
  resolved "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz"
3215
3117
  integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
3216
3118
 
3119
+ builtins@^5.0.1:
3120
+ version "5.0.1"
3121
+ resolved "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz"
3122
+ integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
3123
+ dependencies:
3124
+ semver "^7.0.0"
3125
+
3217
3126
  cacache@^15.0.3, cacache@^15.0.5, cacache@^15.2.0:
3218
3127
  version "15.3.0"
3219
3128
  resolved "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz"
@@ -4059,14 +3968,14 @@ eslint-config-oclif-typescript@^3.0.48:
4059
3968
  eslint-plugin-node "^11.1.0"
4060
3969
  eslint-plugin-perfectionist "^2.5.0"
4061
3970
 
4062
- eslint-config-oclif@^5.0.3:
4063
- version "5.0.3"
4064
- resolved "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.0.3.tgz"
4065
- integrity sha512-H3pvoSCfni23l81agc7/r8jxQ7bVIKNqbLsN8eYG8w2wEpsACskplK3VEPzIrO8NSFDcxQJIxoVXxp94kXexTA==
3971
+ eslint-config-oclif@^5.1.0:
3972
+ version "5.1.0"
3973
+ resolved "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.1.0.tgz"
3974
+ integrity sha512-T4pFAFV9g1hy797f817bzkBeQB0R9j3AShrI0ohfVecHU54GrzzOTFufh0Ex8bwb89un/NlF8TE5RTiy8SKURQ==
4066
3975
  dependencies:
4067
3976
  eslint-config-xo-space "^0.35.0"
4068
3977
  eslint-plugin-mocha "^10.3.0"
4069
- eslint-plugin-node "^11.1.0"
3978
+ eslint-plugin-n "^15.1.0"
4070
3979
  eslint-plugin-unicorn "^48.0.1"
4071
3980
 
4072
3981
  eslint-config-prettier@^9.1.0:
@@ -4125,6 +4034,14 @@ eslint-plugin-es@^3.0.0:
4125
4034
  eslint-utils "^2.0.0"
4126
4035
  regexpp "^3.0.0"
4127
4036
 
4037
+ eslint-plugin-es@^4.1.0:
4038
+ version "4.1.0"
4039
+ resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz"
4040
+ integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
4041
+ dependencies:
4042
+ eslint-utils "^2.0.0"
4043
+ regexpp "^3.0.0"
4044
+
4128
4045
  eslint-plugin-import@*, eslint-plugin-import@^2.29.1:
4129
4046
  version "2.29.1"
4130
4047
  resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz"
@@ -4156,6 +4073,20 @@ eslint-plugin-mocha@^10.3.0:
4156
4073
  eslint-utils "^3.0.0"
4157
4074
  rambda "^7.4.0"
4158
4075
 
4076
+ eslint-plugin-n@^15.1.0:
4077
+ version "15.7.0"
4078
+ resolved "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz"
4079
+ integrity sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==
4080
+ dependencies:
4081
+ builtins "^5.0.1"
4082
+ eslint-plugin-es "^4.1.0"
4083
+ eslint-utils "^3.0.0"
4084
+ ignore "^5.1.1"
4085
+ is-core-module "^2.11.0"
4086
+ minimatch "^3.1.2"
4087
+ resolve "^1.22.1"
4088
+ semver "^7.3.8"
4089
+
4159
4090
  eslint-plugin-node@^11.1.0:
4160
4091
  version "11.1.0"
4161
4092
  resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz"
@@ -7109,6 +7040,15 @@ resolve@^1.10.0, resolve@^1.10.1:
7109
7040
  is-core-module "^2.2.0"
7110
7041
  path-parse "^1.0.6"
7111
7042
 
7043
+ resolve@^1.22.1:
7044
+ version "1.22.8"
7045
+ resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz"
7046
+ integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
7047
+ dependencies:
7048
+ is-core-module "^2.13.0"
7049
+ path-parse "^1.0.7"
7050
+ supports-preserve-symlinks-flag "^1.0.0"
7051
+
7112
7052
  resolve@^1.22.4:
7113
7053
  version "1.22.8"
7114
7054
  resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz"
@@ -7236,7 +7176,7 @@ semver@^6.3.1:
7236
7176
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
7237
7177
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7238
7178
 
7239
- semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@7.6.0:
7179
+ semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4, semver@^7.6.0, semver@7.6.0:
7240
7180
  version "7.6.0"
7241
7181
  resolved "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz"
7242
7182
  integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
@@ -7881,10 +7821,10 @@ typedarray-to-buffer@^4.0.0:
7881
7821
  resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz"
7882
7822
  integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ==
7883
7823
 
7884
- typescript@^5.3.3, typescript@>=2.7, typescript@>=4, typescript@>=4.2.0, typescript@>=4.9.5:
7885
- version "5.3.3"
7886
- resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz"
7887
- integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
7824
+ typescript@^5.4.2, typescript@>=2.7, typescript@>=4, typescript@>=4.2.0, typescript@>=4.9.5:
7825
+ version "5.4.2"
7826
+ resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz"
7827
+ integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
7888
7828
 
7889
7829
  unbox-primitive@^1.0.2:
7890
7830
  version "1.0.2"
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "6.0.17"
42
+ "version": "6.0.18"
43
43
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
3
  "description": "Standard help for oclif.",
4
- "version": "6.0.17",
4
+ "version": "6.0.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-help/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.21.0"
8
+ "@oclif/core": "^3.23.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@commitlint/config-conventional": "^18",
@@ -17,7 +17,7 @@
17
17
  "chai": "^4.4.1",
18
18
  "commitlint": "^18",
19
19
  "eslint": "^8.57.0",
20
- "eslint-config-oclif": "^5.0.3",
20
+ "eslint-config-oclif": "^5.1.0",
21
21
  "eslint-config-oclif-typescript": "^3.0.48",
22
22
  "eslint-config-prettier": "^9.1.0",
23
23
  "husky": "^9",
@@ -27,7 +27,7 @@
27
27
  "prettier": "^3.2.5",
28
28
  "shx": "^0.3.4",
29
29
  "ts-node": "^10.9.2",
30
- "typescript": "^5.3.3"
30
+ "typescript": "^5.4.2"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=18.0.0"