@oclif/plugin-help 6.0.4 → 6.0.5

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/oclif.lock CHANGED
@@ -49,10 +49,10 @@
49
49
  resolve-global "1.0.0"
50
50
  yargs "^17.0.0"
51
51
 
52
- "@commitlint/config-conventional@^17.7.0":
53
- version "17.7.0"
54
- resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.7.0.tgz#1bbf2bce7851db63c1a8aa8d924277ad4938247e"
55
- integrity sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==
52
+ "@commitlint/config-conventional@^17.8.1":
53
+ version "17.8.1"
54
+ resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
55
+ integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
56
56
  dependencies:
57
57
  conventional-changelog-conventionalcommits "^6.1.0"
58
58
 
@@ -476,10 +476,10 @@
476
476
  wordwrap "^1.0.0"
477
477
  wrap-ansi "^7.0.0"
478
478
 
479
- "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.5.0":
480
- version "3.5.0"
481
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb"
482
- integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==
479
+ "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.9.1":
480
+ version "3.9.1"
481
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.9.1.tgz#056cf2e5b0962eac371a31d12963b188ca314716"
482
+ integrity sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==
483
483
  dependencies:
484
484
  ansi-escapes "^4.3.2"
485
485
  ansi-styles "^4.3.0"
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "6.0.4"
42
+ "version": "6.0.5"
43
43
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
3
  "description": "Standard help for oclif.",
4
- "version": "6.0.4",
4
+ "version": "6.0.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-help/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.5.0"
8
+ "@oclif/core": "^3.9.1"
9
9
  },
10
10
  "devDependencies": {
11
- "@commitlint/config-conventional": "^17.7.0",
11
+ "@commitlint/config-conventional": "^17.8.1",
12
12
  "@oclif/prettier-config": "^0.2.1",
13
13
  "@oclif/test": "^3.0.2",
14
14
  "@types/chai": "^4.3.8",