Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

fix: bump @oclif/help #303

Merged
merged 2 commits into from Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1.3.5",
"@oclif/parser": "^3.8.6",
"@oclif/help": "^1.0.0",
"@oclif/help": "^1.0.1",
"debug": "^4.1.1",
"semver": "^7.3.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -318,10 +318,10 @@
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"

"@oclif/help@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@oclif/help/-/help-1.0.0.tgz#aa3c01ba9c93d026500243d0ae9665ebfbcfed46"
integrity sha512-5uiVU+eF3kW5kC3T+Bxyydk3WekhYYifxgnZFLbthCQrjpJETdo7ELL26djMz0AmMIzhiZLWADeLNMSVTiLUaw==
"@oclif/help@^1.0.1":
version "1.0.1"
resolved "https://registry.npmjs.org/@oclif/help/-/help-1.0.1.tgz#fd96a3dd9fb2314479e6c8584c91b63754a7dff5"
integrity sha512-8rsl4RHL5+vBUAKBL6PFI3mj58hjPCp2VYyXD4TAa7IMStikFfOH2gtWmqLzIlxAED2EpD0dfYwo9JJxYsH7Aw==
dependencies:
"@oclif/config" "1.18.2"
"@oclif/errors" "1.3.5"
Expand Down