@oclif/plugin-which 3.0.1 → 3.0.3

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
@@ -22,7 +22,7 @@ $ npm install -g @oclif/plugin-which
22
22
  $ oclif-example COMMAND
23
23
  running command...
24
24
  $ oclif-example (--version)
25
- @oclif/plugin-which/3.0.1 linux-x64 node-v18.18.0
25
+ @oclif/plugin-which/3.0.3 linux-x64 node-v18.18.0
26
26
  $ oclif-example --help [COMMAND]
27
27
  USAGE
28
28
  $ oclif-example COMMAND
@@ -52,5 +52,5 @@ EXAMPLES
52
52
  $ oclif-example which help
53
53
  ```
54
54
 
55
- _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.1/src/commands/which.ts)_
55
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.3/src/commands/which.ts)_
56
56
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -693,7 +693,7 @@
693
693
  wordwrap "^1.0.0"
694
694
  wrap-ansi "^7.0.0"
695
695
 
696
- "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.0.6":
696
+ "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4":
697
697
  version "3.0.6"
698
698
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.6.tgz#077e09d1470f14fba1c5666e77476660bdb4b601"
699
699
  integrity sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==
@@ -724,6 +724,37 @@
724
724
  wordwrap "^1.0.0"
725
725
  wrap-ansi "^7.0.0"
726
726
 
727
+ "@oclif/core@^3.0.9":
728
+ version "3.0.9"
729
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
730
+ integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
731
+ dependencies:
732
+ ansi-escapes "^4.3.2"
733
+ ansi-styles "^4.3.0"
734
+ cardinal "^2.1.1"
735
+ chalk "^4.1.2"
736
+ clean-stack "^3.0.1"
737
+ cli-progress "^3.12.0"
738
+ debug "^4.3.4"
739
+ ejs "^3.1.8"
740
+ get-package-type "^0.1.0"
741
+ globby "^11.1.0"
742
+ hyperlinker "^1.0.0"
743
+ indent-string "^4.0.0"
744
+ is-wsl "^2.2.0"
745
+ js-yaml "^3.14.1"
746
+ natural-orderby "^2.0.3"
747
+ object-treeify "^1.1.33"
748
+ password-prompt "^1.1.2"
749
+ slice-ansi "^4.0.0"
750
+ string-width "^4.2.3"
751
+ strip-ansi "^6.0.1"
752
+ supports-color "^8.1.1"
753
+ supports-hyperlinks "^2.2.0"
754
+ widest-line "^3.1.0"
755
+ wordwrap "^1.0.0"
756
+ wrap-ansi "^7.0.0"
757
+
727
758
  "@oclif/plugin-help@^5.2.14", "@oclif/plugin-help@^5.2.20":
728
759
  version "5.2.20"
729
760
  resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc"
@@ -4509,14 +4540,7 @@ minimatch@5.0.1:
4509
4540
  dependencies:
4510
4541
  brace-expansion "^2.0.1"
4511
4542
 
4512
- minimatch@^3.0.4:
4513
- version "3.0.4"
4514
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
4515
- integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
4516
- dependencies:
4517
- brace-expansion "^1.1.7"
4518
-
4519
- minimatch@^3.0.5, minimatch@^3.1.2:
4543
+ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
4520
4544
  version "3.1.2"
4521
4545
  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4522
4546
  integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -30,5 +30,5 @@
30
30
  ]
31
31
  }
32
32
  },
33
- "version": "3.0.1"
33
+ "version": "3.0.3"
34
34
  }
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.0.1",
4
+ "version": "3.0.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.0.6"
8
+ "@oclif/core": "^3.0.9"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@commitlint/config-conventional": "^17.7.0",