Skip to content

Commit

Permalink
Update dependency oclif to v3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2022
1 parent a93258d commit 336143b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 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.8",
"shx": "0.3.4",
"ts-node": "10.8.1",
"tslib": "2.4.0",
Expand Down
42 changes: 25 additions & 17 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.4":
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 @@ -599,13 +599,20 @@
chalk "^4.1.0"
tslib "^2.3.1"

"@oclif/plugin-help@^5", "@oclif/plugin-help@^5.1.12":
"@oclif/plugin-help@^5":
version "5.1.12"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.12.tgz#24a18631eb9b22cb55e1a3b8e4f6039fd42727e6"
integrity sha512-HvH/RubJxqCinP0vUWQLTOboT+SfjfL8h40s+PymkWaldIcXlpoRaJX50vz+SjZIs7uewZwEk8fzLqpF/BWXlg==
dependencies:
"@oclif/core" "^1.3.6"

"@oclif/plugin-help@^5.1.14":
version "5.1.14"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.14.tgz#641e6f2c7effb4a21573d50c649af662a919bcf9"
integrity sha512-jhpD0a2bEp3YW93sQcUM3b15DH+svQqC9pMXNp1m1VyAPoskdaELgt5P/5SjmNuFwqws8scxpbYKlr2/lvvkGQ==
dependencies:
"@oclif/core" "^1.16.4"

"@oclif/plugin-not-found@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.3.1.tgz#8fe1019fdeeb77be055314662bb9180808222e80"
Expand Down Expand Up @@ -3456,7 +3463,7 @@ isarray@^1.0.0, isarray@~1.0.0:
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=

isbinaryfile@^4.0.8:
isbinaryfile@^4.0.10, isbinaryfile@^4.0.8:
version "4.0.10"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3"
integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==
Expand Down Expand Up @@ -4222,13 +4229,13 @@ 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.8:
version "3.2.8"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.8.tgz#160b8f3b9192881d6a7d12b0fef19af33ab8e74b"
integrity sha512-7XT1Un+AmsfmbSpRePQjIMlY5iDul0bGfSuDr1yBTQCrnGN7AuB6omFpKuRSo3thf+2p/D154aGYod/fhQ/bUA==
dependencies:
"@oclif/core" "^1.9.9"
"@oclif/plugin-help" "^5.1.12"
"@oclif/core" "^1.16.4"
"@oclif/plugin-help" "^5.1.14"
"@oclif/plugin-not-found" "^2.3.1"
"@oclif/plugin-warn-if-update-available" "^2.0.4"
aws-sdk "^2.1116.0"
Expand All @@ -4242,7 +4249,7 @@ [email protected]:
qqjs "^0.3.11"
semver "^7.3.5"
tslib "^2.3.1"
yeoman-environment "^3.9.1"
yeoman-environment "^3.11.1"
yeoman-generator "^5.6.1"
yosay "^2.0.2"

Expand Down Expand Up @@ -5930,10 +5937,10 @@ yarn@^1.22.17:
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.18.tgz#05b822ade8c672987bab8858635145da0850f78a"
integrity sha512-oFffv6Jp2+BTUBItzx1Z0dpikTX+raRdqupfqzeMKnoh7WD6RuPAxcqDkMUy9vafJkrB0YaV708znpuMhEBKGQ==

yeoman-environment@^3.9.1:
version "3.9.1"
resolved "https://registry.yarnpkg.com/yeoman-environment/-/yeoman-environment-3.9.1.tgz#21912bdee4b1d302a5c25a7d31338fa092ea7116"
integrity sha512-IdRnbQt/DSOSnao0oD9c+or1X2UrL+fx9eC0O7Lq/MGZV68nhv9k77MqG+hEAySPSlyCpocVlhfQwV62hczk5Q==
yeoman-environment@^3.11.1:
version "3.11.1"
resolved "https://registry.yarnpkg.com/yeoman-environment/-/yeoman-environment-3.11.1.tgz#7379489f0925a9e8cb619c0333629ba1ff8d4bbd"
integrity sha512-WxPntJFhdJiBtkaJOmkv/v5siWVJvLX2GB26TXMPaIgxHGhreKUwACI2jzjnsFcHv1F8Uayp668NZsz8ygalvg==
dependencies:
"@npmcli/arborist" "^4.0.4"
are-we-there-yet "^2.0.0"
Expand All @@ -5953,6 +5960,7 @@ yeoman-environment@^3.9.1:
grouped-queue "^2.0.0"
inquirer "^8.0.0"
is-scoped "^2.1.0"
isbinaryfile "^4.0.10"
lodash "^4.17.10"
log-symbols "^4.0.0"
mem-fs "^1.2.0 || ^2.0.0"
Expand Down

0 comments on commit 336143b

Please sign in to comment.