@oclif/plugin-which 2.2.31 → 2.2.32

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
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-which
20
20
  $ oclif-example COMMAND
21
21
  running command...
22
22
  $ oclif-example (--version)
23
- @oclif/plugin-which/2.2.31 linux-x64 node-v18.17.1
23
+ @oclif/plugin-which/2.2.32 linux-x64 node-v18.17.1
24
24
  $ oclif-example --help [COMMAND]
25
25
  USAGE
26
26
  $ oclif-example COMMAND
@@ -48,5 +48,5 @@ EXAMPLES
48
48
  $ oclif-example which help
49
49
  ```
50
50
 
51
- _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.31/src/commands/which.ts)_
51
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.32/src/commands/which.ts)_
52
52
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.2.31",
2
+ "version": "2.2.32",
3
3
  "commands": {
4
4
  "which": {
5
5
  "id": "which",
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
3
  "description": "find which plugin a command is in",
4
- "version": "2.2.31",
4
+ "version": "2.2.32",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^2.11.1",
8
+ "@oclif/core": "^2.11.10",
9
9
  "tslib": "^2.6.2"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@oclif/plugin-help": "^5.2.17",
13
- "@oclif/test": "^2.4.4",
13
+ "@oclif/test": "^2.4.5",
14
14
  "@types/chai": "^4.3.5",
15
15
  "@types/mocha": "^9",
16
- "@types/node": "^14.18.54",
17
- "chai": "^4.3.7",
16
+ "@types/node": "^14.18.56",
17
+ "chai": "^4.3.8",
18
18
  "eslint": "^7.32.0",
19
19
  "eslint-config-oclif": "^4.0.0",
20
20
  "eslint-config-oclif-typescript": "^1.0.3",