Skip to content

Commit

Permalink
Update dependency oclif to v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2022
1 parent a93258d commit 2c03337
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.5",
"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.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.4.tgz#fafa338ada0624d7f1adac036302b05a37cd96d0"
integrity sha512-l+xHtVMteJWeTZZ+f2yLyNjf69X0mhAH8GILXnmoAGAemXbc1DVstvloxOouarvm9xyHHhquzO1Qg5l6xa1VIw==
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.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.5.tgz#46723a61f5e5435a63595a124171d64d40981ee6"
integrity sha512-NFYay4FY/oa1hiRfnF1IFOfy0v7W2z9tl7NrTu6ZDQa4wiQEeJDa//l6OWQBx3xuzMUwtE4avF/ZoTdm2OuoeQ==
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 2c03337

Please sign in to comment.