@oclif/plugin-which 3.1.5 → 3.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,8 +3,6 @@
3
3
  find which plugin a command is in
4
4
 
5
5
  [![Version](https://img.shields.io/npm/v/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which)
6
- [![CircleCI](https://circleci.com/gh/oclif/plugin-which/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/plugin-which/tree/main)
7
- [![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-which?branch=main&svg=true)](https://ci.appveyor.com/project/oclif/plugin-which/branch/main)
8
6
  [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which)
9
7
  [![License](https://img.shields.io/npm/l/@oclif/plugin-which.svg)](https://github.com/oclif/plugin-which/blob/main/package.json)
10
8
 
@@ -12,6 +10,7 @@ find which plugin a command is in
12
10
  * [@oclif/plugin-which](#oclifplugin-which)
13
11
  * [Usage](#usage)
14
12
  * [Commands](#commands)
13
+ * [Contributing](#contributing)
15
14
  <!-- tocstop -->
16
15
 
17
16
  # Usage
@@ -22,7 +21,7 @@ $ npm install -g @oclif/plugin-which
22
21
  $ oclif-example COMMAND
23
22
  running command...
24
23
  $ oclif-example (--version)
25
- @oclif/plugin-which/3.1.5 linux-x64 node-v20.11.1
24
+ @oclif/plugin-which/3.1.6 linux-x64 node-v20.11.1
26
25
  $ oclif-example --help [COMMAND]
27
26
  USAGE
28
27
  $ oclif-example COMMAND
@@ -55,5 +54,9 @@ EXAMPLES
55
54
  $ oclif-example which help
56
55
  ```
57
56
 
58
- _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.1.5/src/commands/which.ts)_
57
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.1.6/src/commands/which.ts)_
59
58
  <!-- commandsstop -->
59
+
60
+ # Contributing
61
+
62
+ See [contributing guide](./CONRTIBUTING.md)
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@oclif/plugin-which",
9
- "version": "3.1.5",
9
+ "version": "3.1.6",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.25.2"
12
+ "@oclif/core": "^3.26.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@commitlint/config-conventional": "^18",
@@ -22,7 +22,7 @@
22
22
  "chai": "^4.4.1",
23
23
  "commitlint": "^18",
24
24
  "eslint": "^8.57.0",
25
- "eslint-config-oclif": "^5.0.3",
25
+ "eslint-config-oclif": "^5.1.1",
26
26
  "eslint-config-oclif-typescript": "^3.1.2",
27
27
  "eslint-config-prettier": "^9.1.0",
28
28
  "husky": "^9",
@@ -4565,9 +4565,9 @@
4565
4565
  }
4566
4566
  },
4567
4567
  "node_modules/@oclif/core": {
4568
- "version": "3.25.2",
4569
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
4570
- "integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
4568
+ "version": "3.26.0",
4569
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
4570
+ "integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
4571
4571
  "license": "MIT",
4572
4572
  "dependencies": {
4573
4573
  "@types/cli-progress": "^3.11.5",
@@ -4656,13 +4656,13 @@
4656
4656
  }
4657
4657
  },
4658
4658
  "node_modules/@oclif/plugin-help": {
4659
- "version": "6.0.17",
4660
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz",
4661
- "integrity": "sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==",
4659
+ "version": "6.0.18",
4660
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
4661
+ "integrity": "sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==",
4662
4662
  "dev": true,
4663
4663
  "license": "MIT",
4664
4664
  "dependencies": {
4665
- "@oclif/core": "^3.21.0"
4665
+ "@oclif/core": "^3.23.0"
4666
4666
  },
4667
4667
  "engines": {
4668
4668
  "node": ">=18.0.0"
@@ -6136,9 +6136,9 @@
6136
6136
  "license": "MIT"
6137
6137
  },
6138
6138
  "node_modules/@types/node": {
6139
- "version": "18.19.22",
6140
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.22.tgz",
6141
- "integrity": "sha512-p3pDIfuMg/aXBmhkyanPshdfJuX5c5+bQjYLIikPLXAUycEogij/c50n/C+8XOA5L93cU4ZRXtn+dNQGi0IZqQ==",
6139
+ "version": "18.19.24",
6140
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.24.tgz",
6141
+ "integrity": "sha512-eghAz3gnbQbvnHqB+mgB2ZR3aH6RhdEmHGS48BnV75KceQPHqabkxKI0BbUSsqhqy2Ddhc2xD/VAR9ySZd57Lw==",
6142
6142
  "dev": true,
6143
6143
  "license": "MIT",
6144
6144
  "dependencies": {
@@ -8775,15 +8775,15 @@
8775
8775
  }
8776
8776
  },
8777
8777
  "node_modules/eslint-config-oclif": {
8778
- "version": "5.0.3",
8779
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.0.3.tgz",
8780
- "integrity": "sha512-H3pvoSCfni23l81agc7/r8jxQ7bVIKNqbLsN8eYG8w2wEpsACskplK3VEPzIrO8NSFDcxQJIxoVXxp94kXexTA==",
8778
+ "version": "5.1.1",
8779
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.1.1.tgz",
8780
+ "integrity": "sha512-cyvKKwNnNkrYmumgrd72I8WxXJBL2DDI8fX2/wX5v4O0kl7Poj2ceR4ylP6DWXpCbD48+qXGwjIjiz2cVVVrzQ==",
8781
8781
  "dev": true,
8782
8782
  "license": "MIT",
8783
8783
  "dependencies": {
8784
8784
  "eslint-config-xo-space": "^0.35.0",
8785
- "eslint-plugin-mocha": "^10.3.0",
8786
- "eslint-plugin-node": "^11.1.0",
8785
+ "eslint-plugin-mocha": "^10.4.1",
8786
+ "eslint-plugin-n": "^15.1.0",
8787
8787
  "eslint-plugin-unicorn": "^48.0.1"
8788
8788
  },
8789
8789
  "engines": {
@@ -8973,9 +8973,9 @@
8973
8973
  }
8974
8974
  },
8975
8975
  "node_modules/eslint-plugin-es": {
8976
- "version": "3.0.1",
8977
- "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz",
8978
- "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==",
8976
+ "version": "4.1.0",
8977
+ "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
8978
+ "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
8979
8979
  "dev": true,
8980
8980
  "license": "MIT",
8981
8981
  "dependencies": {
@@ -8992,6 +8992,32 @@
8992
8992
  "eslint": ">=4.19.1"
8993
8993
  }
8994
8994
  },
8995
+ "node_modules/eslint-plugin-es/node_modules/eslint-utils": {
8996
+ "version": "2.1.0",
8997
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
8998
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
8999
+ "dev": true,
9000
+ "license": "MIT",
9001
+ "dependencies": {
9002
+ "eslint-visitor-keys": "^1.1.0"
9003
+ },
9004
+ "engines": {
9005
+ "node": ">=6"
9006
+ },
9007
+ "funding": {
9008
+ "url": "https://github.com/sponsors/mysticatea"
9009
+ }
9010
+ },
9011
+ "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
9012
+ "version": "1.3.0",
9013
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
9014
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
9015
+ "dev": true,
9016
+ "license": "Apache-2.0",
9017
+ "engines": {
9018
+ "node": ">=4"
9019
+ }
9020
+ },
8995
9021
  "node_modules/eslint-plugin-import": {
8996
9022
  "version": "2.29.1",
8997
9023
  "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
@@ -9088,35 +9114,6 @@
9088
9114
  "eslint": ">=7.0.0"
9089
9115
  }
9090
9116
  },
9091
- "node_modules/eslint-plugin-mocha/node_modules/eslint-utils": {
9092
- "version": "3.0.0",
9093
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
9094
- "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
9095
- "dev": true,
9096
- "license": "MIT",
9097
- "dependencies": {
9098
- "eslint-visitor-keys": "^2.0.0"
9099
- },
9100
- "engines": {
9101
- "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
9102
- },
9103
- "funding": {
9104
- "url": "https://github.com/sponsors/mysticatea"
9105
- },
9106
- "peerDependencies": {
9107
- "eslint": ">=5"
9108
- }
9109
- },
9110
- "node_modules/eslint-plugin-mocha/node_modules/eslint-visitor-keys": {
9111
- "version": "2.0.0",
9112
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz",
9113
- "integrity": "sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==",
9114
- "dev": true,
9115
- "license": "Apache-2.0",
9116
- "engines": {
9117
- "node": ">=10"
9118
- }
9119
- },
9120
9117
  "node_modules/eslint-plugin-mocha/node_modules/globals": {
9121
9118
  "version": "13.24.0",
9122
9119
  "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
@@ -9159,81 +9156,6 @@
9159
9156
  "eslint": ">=7.0.0"
9160
9157
  }
9161
9158
  },
9162
- "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es": {
9163
- "version": "4.1.0",
9164
- "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
9165
- "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
9166
- "dev": true,
9167
- "license": "MIT",
9168
- "dependencies": {
9169
- "eslint-utils": "^2.0.0",
9170
- "regexpp": "^3.0.0"
9171
- },
9172
- "engines": {
9173
- "node": ">=8.10.0"
9174
- },
9175
- "funding": {
9176
- "url": "https://github.com/sponsors/mysticatea"
9177
- },
9178
- "peerDependencies": {
9179
- "eslint": ">=4.19.1"
9180
- }
9181
- },
9182
- "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-utils": {
9183
- "version": "2.1.0",
9184
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
9185
- "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
9186
- "dev": true,
9187
- "license": "MIT",
9188
- "dependencies": {
9189
- "eslint-visitor-keys": "^1.1.0"
9190
- },
9191
- "engines": {
9192
- "node": ">=6"
9193
- },
9194
- "funding": {
9195
- "url": "https://github.com/sponsors/mysticatea"
9196
- }
9197
- },
9198
- "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
9199
- "version": "1.3.0",
9200
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
9201
- "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
9202
- "dev": true,
9203
- "license": "Apache-2.0",
9204
- "engines": {
9205
- "node": ">=4"
9206
- }
9207
- },
9208
- "node_modules/eslint-plugin-n/node_modules/eslint-utils": {
9209
- "version": "3.0.0",
9210
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
9211
- "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
9212
- "dev": true,
9213
- "license": "MIT",
9214
- "dependencies": {
9215
- "eslint-visitor-keys": "^2.0.0"
9216
- },
9217
- "engines": {
9218
- "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
9219
- },
9220
- "funding": {
9221
- "url": "https://github.com/sponsors/mysticatea"
9222
- },
9223
- "peerDependencies": {
9224
- "eslint": ">=5"
9225
- }
9226
- },
9227
- "node_modules/eslint-plugin-n/node_modules/eslint-visitor-keys": {
9228
- "version": "2.0.0",
9229
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz",
9230
- "integrity": "sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==",
9231
- "dev": true,
9232
- "license": "Apache-2.0",
9233
- "engines": {
9234
- "node": ">=10"
9235
- }
9236
- },
9237
9159
  "node_modules/eslint-plugin-n/node_modules/resolve": {
9238
9160
  "version": "1.22.8",
9239
9161
  "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
@@ -9252,37 +9174,6 @@
9252
9174
  "url": "https://github.com/sponsors/ljharb"
9253
9175
  }
9254
9176
  },
9255
- "node_modules/eslint-plugin-node": {
9256
- "version": "11.1.0",
9257
- "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
9258
- "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==",
9259
- "dev": true,
9260
- "license": "MIT",
9261
- "dependencies": {
9262
- "eslint-plugin-es": "^3.0.0",
9263
- "eslint-utils": "^2.0.0",
9264
- "ignore": "^5.1.1",
9265
- "minimatch": "^3.0.4",
9266
- "resolve": "^1.10.1",
9267
- "semver": "^6.1.0"
9268
- },
9269
- "engines": {
9270
- "node": ">=8.10.0"
9271
- },
9272
- "peerDependencies": {
9273
- "eslint": ">=5.16.0"
9274
- }
9275
- },
9276
- "node_modules/eslint-plugin-node/node_modules/semver": {
9277
- "version": "6.3.1",
9278
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
9279
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
9280
- "dev": true,
9281
- "license": "ISC",
9282
- "bin": {
9283
- "semver": "bin/semver.js"
9284
- }
9285
- },
9286
9177
  "node_modules/eslint-plugin-perfectionist": {
9287
9178
  "version": "2.7.0",
9288
9179
  "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.7.0.tgz",
@@ -9500,29 +9391,32 @@
9500
9391
  }
9501
9392
  },
9502
9393
  "node_modules/eslint-utils": {
9503
- "version": "2.1.0",
9504
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
9505
- "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
9394
+ "version": "3.0.0",
9395
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
9396
+ "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
9506
9397
  "dev": true,
9507
9398
  "license": "MIT",
9508
9399
  "dependencies": {
9509
- "eslint-visitor-keys": "^1.1.0"
9400
+ "eslint-visitor-keys": "^2.0.0"
9510
9401
  },
9511
9402
  "engines": {
9512
- "node": ">=6"
9403
+ "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
9513
9404
  },
9514
9405
  "funding": {
9515
9406
  "url": "https://github.com/sponsors/mysticatea"
9407
+ },
9408
+ "peerDependencies": {
9409
+ "eslint": ">=5"
9516
9410
  }
9517
9411
  },
9518
9412
  "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
9519
- "version": "1.3.0",
9520
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
9521
- "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
9413
+ "version": "2.0.0",
9414
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz",
9415
+ "integrity": "sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==",
9522
9416
  "dev": true,
9523
9417
  "license": "Apache-2.0",
9524
9418
  "engines": {
9525
- "node": ">=4"
9419
+ "node": ">=10"
9526
9420
  }
9527
9421
  },
9528
9422
  "node_modules/eslint-visitor-keys": {
package/oclif.lock CHANGED
@@ -1758,10 +1758,10 @@
1758
1758
  node-gyp "^8.2.0"
1759
1759
  read-package-json-fast "^2.0.1"
1760
1760
 
1761
- "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.25.2":
1762
- version "3.25.2"
1763
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz"
1764
- integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
1761
+ "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
1762
+ version "3.26.0"
1763
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz"
1764
+ integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
1765
1765
  dependencies:
1766
1766
  "@types/cli-progress" "^3.11.5"
1767
1767
  ansi-escapes "^4.3.2"
@@ -1793,11 +1793,11 @@
1793
1793
  wrap-ansi "^7.0.0"
1794
1794
 
1795
1795
  "@oclif/plugin-help@^6", "@oclif/plugin-help@^6.0.14":
1796
- version "6.0.17"
1797
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz"
1798
- integrity sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==
1796
+ version "6.0.18"
1797
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz"
1798
+ integrity sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==
1799
1799
  dependencies:
1800
- "@oclif/core" "^3.21.0"
1800
+ "@oclif/core" "^3.23.0"
1801
1801
 
1802
1802
  "@oclif/plugin-not-found@^3.0.10":
1803
1803
  version "3.0.10"
@@ -2954,9 +2954,9 @@
2954
2954
  integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
2955
2955
 
2956
2956
  "@types/node@*", "@types/node@^18":
2957
- version "18.19.22"
2958
- resolved "https://registry.npmjs.org/@types/node/-/node-18.19.22.tgz"
2959
- integrity sha512-p3pDIfuMg/aXBmhkyanPshdfJuX5c5+bQjYLIikPLXAUycEogij/c50n/C+8XOA5L93cU4ZRXtn+dNQGi0IZqQ==
2957
+ version "18.19.24"
2958
+ resolved "https://registry.npmjs.org/@types/node/-/node-18.19.24.tgz"
2959
+ integrity sha512-eghAz3gnbQbvnHqB+mgB2ZR3aH6RhdEmHGS48BnV75KceQPHqabkxKI0BbUSsqhqy2Ddhc2xD/VAR9ySZd57Lw==
2960
2960
  dependencies:
2961
2961
  undici-types "~5.26.4"
2962
2962
 
@@ -4427,14 +4427,14 @@ eslint-config-oclif-typescript@^3.1.2:
4427
4427
  eslint-plugin-n "^15"
4428
4428
  eslint-plugin-perfectionist "^2.6.0"
4429
4429
 
4430
- eslint-config-oclif@^5.0.3:
4431
- version "5.0.3"
4432
- resolved "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.0.3.tgz"
4433
- integrity sha512-H3pvoSCfni23l81agc7/r8jxQ7bVIKNqbLsN8eYG8w2wEpsACskplK3VEPzIrO8NSFDcxQJIxoVXxp94kXexTA==
4430
+ eslint-config-oclif@^5.1.1:
4431
+ version "5.1.1"
4432
+ resolved "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.1.1.tgz"
4433
+ integrity sha512-cyvKKwNnNkrYmumgrd72I8WxXJBL2DDI8fX2/wX5v4O0kl7Poj2ceR4ylP6DWXpCbD48+qXGwjIjiz2cVVVrzQ==
4434
4434
  dependencies:
4435
4435
  eslint-config-xo-space "^0.35.0"
4436
- eslint-plugin-mocha "^10.3.0"
4437
- eslint-plugin-node "^11.1.0"
4436
+ eslint-plugin-mocha "^10.4.1"
4437
+ eslint-plugin-n "^15.1.0"
4438
4438
  eslint-plugin-unicorn "^48.0.1"
4439
4439
 
4440
4440
  eslint-config-prettier@^9.1.0:
@@ -4485,14 +4485,6 @@ eslint-module-utils@^2.7.4, eslint-module-utils@^2.8.0:
4485
4485
  dependencies:
4486
4486
  debug "^3.2.7"
4487
4487
 
4488
- eslint-plugin-es@^3.0.0:
4489
- version "3.0.1"
4490
- resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz"
4491
- integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
4492
- dependencies:
4493
- eslint-utils "^2.0.0"
4494
- regexpp "^3.0.0"
4495
-
4496
4488
  eslint-plugin-es@^4.1.0:
4497
4489
  version "4.1.0"
4498
4490
  resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz"
@@ -4524,7 +4516,7 @@ eslint-plugin-import@*, eslint-plugin-import@^2.29.1:
4524
4516
  semver "^6.3.1"
4525
4517
  tsconfig-paths "^3.15.0"
4526
4518
 
4527
- eslint-plugin-mocha@^10.3.0, eslint-plugin-mocha@^10.4.1:
4519
+ eslint-plugin-mocha@^10.4.1:
4528
4520
  version "10.4.1"
4529
4521
  resolved "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.1.tgz"
4530
4522
  integrity sha512-G85ALUgKaLzuEuHhoW3HVRgPTmia6njQC3qCG6CEvA8/Ja9PDZnRZOuzekMki+HaViEQXINuYsmhp5WR5/4MfA==
@@ -4533,7 +4525,7 @@ eslint-plugin-mocha@^10.3.0, eslint-plugin-mocha@^10.4.1:
4533
4525
  globals "^13.24.0"
4534
4526
  rambda "^7.4.0"
4535
4527
 
4536
- eslint-plugin-n@^15:
4528
+ eslint-plugin-n@^15, eslint-plugin-n@^15.1.0:
4537
4529
  version "15.7.0"
4538
4530
  resolved "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz"
4539
4531
  integrity sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==
@@ -4547,18 +4539,6 @@ eslint-plugin-n@^15:
4547
4539
  resolve "^1.22.1"
4548
4540
  semver "^7.3.8"
4549
4541
 
4550
- eslint-plugin-node@^11.1.0:
4551
- version "11.1.0"
4552
- resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz"
4553
- integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
4554
- dependencies:
4555
- eslint-plugin-es "^3.0.0"
4556
- eslint-utils "^2.0.0"
4557
- ignore "^5.1.1"
4558
- minimatch "^3.0.4"
4559
- resolve "^1.10.1"
4560
- semver "^6.1.0"
4561
-
4562
4542
  eslint-plugin-perfectionist@^2.6.0:
4563
4543
  version "2.7.0"
4564
4544
  resolved "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.7.0.tgz"
@@ -4626,7 +4606,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
4626
4606
  resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
4627
4607
  integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
4628
4608
 
4629
- eslint@*, "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", "eslint@^7.0.0 || ^8.0.0", eslint@^8.57.0, eslint@>=4.19.1, eslint@>=5, eslint@>=5.16.0, eslint@>=7.0.0, eslint@>=8.0.0, eslint@>=8.44.0, eslint@>=8.56.0:
4609
+ eslint@*, "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", "eslint@^7.0.0 || ^8.0.0", eslint@^8.57.0, eslint@>=4.19.1, eslint@>=5, eslint@>=7.0.0, eslint@>=8.0.0, eslint@>=8.44.0, eslint@>=8.56.0:
4630
4610
  version "8.57.0"
4631
4611
  resolved "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz"
4632
4612
  integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
@@ -7691,7 +7671,7 @@ resolve-pkg-maps@^1.0.0:
7691
7671
  resolved "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz"
7692
7672
  integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
7693
7673
 
7694
- resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1:
7674
+ resolve@^1.1.6, resolve@^1.10.0:
7695
7675
  version "1.20.0"
7696
7676
  resolved "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz"
7697
7677
  integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -7850,11 +7830,6 @@ semver@^6.0.0:
7850
7830
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
7851
7831
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7852
7832
 
7853
- semver@^6.1.0:
7854
- version "6.3.1"
7855
- resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
7856
- integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7857
-
7858
7833
  semver@^6.3.0:
7859
7834
  version "6.3.1"
7860
7835
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "3.1.5"
42
+ "version": "3.1.6"
43
43
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
3
  "description": "find which plugin a command is in",
4
- "version": "3.1.5",
4
+ "version": "3.1.6",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.25.2"
8
+ "@oclif/core": "^3.26.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@commitlint/config-conventional": "^18",
@@ -18,7 +18,7 @@
18
18
  "chai": "^4.4.1",
19
19
  "commitlint": "^18",
20
20
  "eslint": "^8.57.0",
21
- "eslint-config-oclif": "^5.0.3",
21
+ "eslint-config-oclif": "^5.1.1",
22
22
  "eslint-config-oclif-typescript": "^3.1.2",
23
23
  "eslint-config-prettier": "^9.1.0",
24
24
  "husky": "^9",