Skip to content

Commit

Permalink
Update dependency oclif to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2022
1 parent a93258d commit c888bc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-config-oclif": "4.0.0",
"eslint-config-oclif-typescript": "1.0.2",
"globby": "13.1.2",
"oclif": "3.1.1",
"oclif": "3.2.1",
"shx": "0.3.4",
"ts-node": "10.8.1",
"tslib": "2.4.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,10 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.9.9":
version "1.9.10"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.9.10.tgz#a744fb5a65139b04e82e162cb09124280d49f757"
integrity sha512-0b32MZw4O99/Pn8uFoVux8HQC35GHR+fbVkjuohwq9GI3oOCsKar+feQFTWoCiRf6XvKFBGcOHzKNB1dKHiIOg==
"@oclif/core@^1.16.1":
version "1.16.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.1.tgz#39663c903f859f8e37b375d7466b92b4394e1c8d"
integrity sha512-MfzgqcWzWymndd934pd52JAwy0RIgWWYnC0Ed7bxUVYWF4HFb3KmsE7x9/QBP9392Q14vxXi2GNLHboM/5vaDA==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.2"
Expand Down Expand Up @@ -4222,12 +4222,12 @@ object.assign@^4.1.2:
has-symbols "^1.0.1"
object-keys "^1.1.1"

oclif@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.1.1.tgz#d79ea49384ef27b30d840f68af91696a8551fe33"
integrity sha512-5ahBXt5Q4Nh+JmRWAJhW2LIj6hXNhRu0aqkN4U2VMZ0YTHEN6jrr0HyJ7aGp5FnXt9rycOeVQqcixt62+iSj8w==
oclif@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.1.tgz#f2bd556376283072e2524e0653461f5cb0c276c0"
integrity sha512-GE2BELZkWQYd68VicJ/XRs8iJSMLtgp4VcHxAK+a38G7gIsFNaUe3gPXH+3ZwKXyf7W2tlgLqgVym2dMgpD4qw==
dependencies:
"@oclif/core" "^1.9.9"
"@oclif/core" "^1.16.1"
"@oclif/plugin-help" "^5.1.12"
"@oclif/plugin-not-found" "^2.3.1"
"@oclif/plugin-warn-if-update-available" "^2.0.4"
Expand Down

0 comments on commit c888bc9

Please sign in to comment.