@oclif/plugin-which 3.0.13 → 3.0.14

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.13 linux-x64 node-v20.10.0
25
+ @oclif/plugin-which/3.0.14 linux-x64 node-v20.10.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.13/src/commands/which.ts)_
55
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.14/src/commands/which.ts)_
56
56
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -776,10 +776,10 @@
776
776
  wordwrap "^1.0.0"
777
777
  wrap-ansi "^7.0.0"
778
778
 
779
- "@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
780
- version "3.15.0"
781
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
782
- integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
779
+ "@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
780
+ version "3.15.1"
781
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
782
+ integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
783
783
  dependencies:
784
784
  ansi-escapes "^4.3.2"
785
785
  ansi-styles "^4.3.0"
@@ -798,7 +798,7 @@
798
798
  js-yaml "^3.14.1"
799
799
  natural-orderby "^2.0.3"
800
800
  object-treeify "^1.1.33"
801
- password-prompt "^1.1.2"
801
+ password-prompt "^1.1.3"
802
802
  slice-ansi "^4.0.0"
803
803
  string-width "^4.2.3"
804
804
  strip-ansi "^6.0.1"
@@ -1365,11 +1365,6 @@ ansi-colors@4.1.1:
1365
1365
  resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
1366
1366
  integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
1367
1367
 
1368
- ansi-escapes@^3.1.0:
1369
- version "3.1.0"
1370
- resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
1371
- integrity sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw==
1372
-
1373
1368
  ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
1374
1369
  version "4.3.2"
1375
1370
  resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -2219,17 +2214,6 @@ create-require@^1.1.0:
2219
2214
  resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
2220
2215
  integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
2221
2216
 
2222
- cross-spawn@^6.0.5:
2223
- version "6.0.5"
2224
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
2225
- integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
2226
- dependencies:
2227
- nice-try "^1.0.4"
2228
- path-key "^2.0.1"
2229
- semver "^5.5.0"
2230
- shebang-command "^1.2.0"
2231
- which "^1.2.9"
2232
-
2233
2217
  cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2234
2218
  version "7.0.3"
2235
2219
  resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -4849,11 +4833,6 @@ negotiator@^0.6.2, negotiator@^0.6.3:
4849
4833
  resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
4850
4834
  integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
4851
4835
 
4852
- nice-try@^1.0.4:
4853
- version "1.0.5"
4854
- resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
4855
- integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
4856
-
4857
4836
  nise@^5.1.4:
4858
4837
  version "5.1.4"
4859
4838
  resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.4.tgz#491ce7e7307d4ec546f5a659b2efe94a18b4bbc0"
@@ -5147,10 +5126,10 @@ object.values@^1.1.7:
5147
5126
  define-properties "^1.2.0"
5148
5127
  es-abstract "^1.22.1"
5149
5128
 
5150
- oclif@^4.0.4:
5151
- version "4.0.4"
5152
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
5153
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
5129
+ oclif@^4.1.0:
5130
+ version "4.1.0"
5131
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
5132
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
5154
5133
  dependencies:
5155
5134
  "@oclif/core" "^3.0.4"
5156
5135
  "@oclif/plugin-help" "^5.2.14"
@@ -5389,13 +5368,13 @@ pascal-case@^3.1.2:
5389
5368
  no-case "^3.0.4"
5390
5369
  tslib "^2.0.3"
5391
5370
 
5392
- password-prompt@^1.1.2:
5393
- version "1.1.2"
5394
- resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.2.tgz#85b2f93896c5bd9e9f2d6ff0627fa5af3dc00923"
5395
- integrity sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA==
5371
+ password-prompt@^1.1.2, password-prompt@^1.1.3:
5372
+ version "1.1.3"
5373
+ resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
5374
+ integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
5396
5375
  dependencies:
5397
- ansi-escapes "^3.1.0"
5398
- cross-spawn "^6.0.5"
5376
+ ansi-escapes "^4.3.2"
5377
+ cross-spawn "^7.0.3"
5399
5378
 
5400
5379
  path-case@^3.0.4:
5401
5380
  version "3.0.4"
@@ -5415,11 +5394,6 @@ path-is-absolute@^1.0.0:
5415
5394
  resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
5416
5395
  integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
5417
5396
 
5418
- path-key@^2.0.1:
5419
- version "2.0.1"
5420
- resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
5421
- integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
5422
-
5423
5397
  path-key@^3.0.0, path-key@^3.1.0:
5424
5398
  version "3.1.1"
5425
5399
  resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -5931,7 +5905,7 @@ scoped-regex@^2.0.0:
5931
5905
  resolved "https://registry.npmjs.org/scoped-regex/-/scoped-regex-2.1.0.tgz#7b9be845d81fd9d21d1ec97c61a0b7cf86d2015f"
5932
5906
  integrity sha512-g3WxHrqSWCZHGHlSrF51VXFdjImhwvH8ZO/pryFH56Qi0cDsZfylQa/t0jCzVQFNbNvM00HfHjkDPEuarKDSWQ==
5933
5907
 
5934
- "semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0:
5908
+ "semver@2 || 3 || 4 || 5", semver@^5.4.1:
5935
5909
  version "5.7.2"
5936
5910
  resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
5937
5911
  integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
@@ -5978,13 +5952,6 @@ set-function-name@^2.0.0:
5978
5952
  functions-have-names "^1.2.3"
5979
5953
  has-property-descriptors "^1.0.0"
5980
5954
 
5981
- shebang-command@^1.2.0:
5982
- version "1.2.0"
5983
- resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
5984
- integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
5985
- dependencies:
5986
- shebang-regex "^1.0.0"
5987
-
5988
5955
  shebang-command@^2.0.0:
5989
5956
  version "2.0.0"
5990
5957
  resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -5992,11 +5959,6 @@ shebang-command@^2.0.0:
5992
5959
  dependencies:
5993
5960
  shebang-regex "^3.0.0"
5994
5961
 
5995
- shebang-regex@^1.0.0:
5996
- version "1.0.0"
5997
- resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
5998
- integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
5999
-
6000
5962
  shebang-regex@^3.0.0:
6001
5963
  version "3.0.0"
6002
5964
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -6829,13 +6791,6 @@ which-typed-array@^1.1.2:
6829
6791
  has-tostringtag "^1.0.0"
6830
6792
  is-typed-array "^1.1.10"
6831
6793
 
6832
- which@^1.2.9:
6833
- version "1.3.1"
6834
- resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
6835
- integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
6836
- dependencies:
6837
- isexe "^2.0.0"
6838
-
6839
6794
  which@^2.0.1, which@^2.0.2:
6840
6795
  version "2.0.2"
6841
6796
  resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
@@ -31,5 +31,5 @@
31
31
  ]
32
32
  }
33
33
  },
34
- "version": "3.0.13"
34
+ "version": "3.0.14"
35
35
  }
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.13",
4
+ "version": "3.0.14",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.15.0"
8
+ "@oclif/core": "^3.15.1"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@commitlint/config-conventional": "^17.8.1",
@@ -26,7 +26,7 @@
26
26
  "lint-staged": "^14.0.1",
27
27
  "mocha": "^10.2.0",
28
28
  "nyc": "^15.1.0",
29
- "oclif": "^4.0.4",
29
+ "oclif": "^4.1.0",
30
30
  "prettier": "^3.1.0",
31
31
  "shx": "^0.3.4",
32
32
  "ts-node": "^10.9.2",