Skip to content

Commit

Permalink
chore(dev-deps): bump oclif from 4.6.2 to 4.7.1
Browse files Browse the repository at this point in the history
Bumps [oclif](https://github.com/oclif/oclif) from 4.6.2 to 4.7.1.
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.6.2...4.7.1)

---
updated-dependencies:
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 30, 2024
1 parent b6065fe commit ab20624
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"mocha": "^10.3.0",
"nock": "^13.5.4",
"nyc": "^15.1.0",
"oclif": "^4.6.2",
"oclif": "^4.7.1",
"prettier": "^3.2.5",
"shx": "^0.3.3",
"ts-node": "^10.9.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1328,12 +1328,12 @@
chalk "^5.3.0"
fast-levenshtein "^3.0.0"

"@oclif/plugin-warn-if-update-available@^3.0.12":
version "3.0.14"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.14.tgz#6fe230e900a2d5a074e5d3c27c077304e2378029"
integrity sha512-CCChGqmR8F0JHJ4ikXD1KgNC/dAsd3FJeQHsZm1BP5YlzLCtSEu6Oz/lpdH1OdnCbVBHJkrquCiL/81S9DTzGw==
"@oclif/plugin-warn-if-update-available@^3.0.14":
version "3.0.15"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.15.tgz#533e5914c9efc46a1539b5a5e931dbf3c32ffb52"
integrity sha512-JtPTJFjL6izMCe5dDS2ix2PyWAD2DeJ5Atzd2HHRifbPcmOxaUE62FKTnarIwfPHLMF/nN33liwo9InAdirozg==
dependencies:
"@oclif/core" "^3.23.0"
"@oclif/core" "^3.26.0"
chalk "^5.3.0"
debug "^4.1.0"
http-call "^5.2.2"
Expand Down Expand Up @@ -5078,10 +5078,10 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

oclif@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.6.2.tgz#f4aec6818fad958f0b3f45996c0df31ca74060a4"
integrity sha512-k0QUbKBYhG+iam1wL5AJ8AimLemPTX8DhxnRnhrSJnuVn6BciFwrJ19MYKPmt3w47d2MZtyOfKfyZFBlvfr1gA==
oclif@^4.7.1:
version "4.7.1"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.7.1.tgz#377f7babdee62b428fca0c6c6015663b7cf91eee"
integrity sha512-6GGtbKISjlyxH6QK9jVw0nYf0uaHg26L+B+ke7gJEqjVQ6O23D6Eu/O7xxvt+Tj7/6Hnt0AVNL/vy7tBJ4W37w==
dependencies:
"@aws-sdk/client-cloudfront" "^3.535.0"
"@aws-sdk/client-s3" "^3.535.0"
Expand All @@ -5091,7 +5091,7 @@ oclif@^4.6.2:
"@oclif/core" "^3.21.0"
"@oclif/plugin-help" "^6.0.18"
"@oclif/plugin-not-found" "^3.0.14"
"@oclif/plugin-warn-if-update-available" "^3.0.12"
"@oclif/plugin-warn-if-update-available" "^3.0.14"
async-retry "^1.3.3"
chalk "^4"
change-case "^4"
Expand Down

0 comments on commit ab20624

Please sign in to comment.