Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent 9cfceeb commit 827394d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"husky": "^9",
"lint-staged": "^15.2.2",
"mocha": "^10.3.0",
"oclif": "^4.4.17",
"oclif": "^4.5.4",
"prettier": "^3.2.5",
"shx": "^0.3.4",
"sinon": "^17",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@
dependencies:
"@oclif/core" "^3.23.0"

"@oclif/plugin-not-found@^3.0.10":
"@oclif/plugin-not-found@^3.0.14":
version "3.0.14"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz#a5eb6d38cd185e9d30178f5fbd0dc674dbae9b01"
integrity sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==
Expand Down Expand Up @@ -6624,16 +6624,16 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

oclif@^4.4.17:
version "4.5.2"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.2.tgz#b90f9bb624fccb73e57dd733e3a5146f3eeb7599"
integrity sha512-9xUwaaNvdrN1tSx/jxKD1tsu/sR3ZHFv1f72S8GAZ01xmp5EGyRw97xUT64TFLPQLp/6h3zXm3VUwhZyCv9bkw==
oclif@^4.5.4:
version "4.5.4"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.4.tgz#8b874dd3bbab1a16a4a72a1e7e3babd34c3614c4"
integrity sha512-3WVlr9FtTXiS5+kBmMdENvWwSHzhrfEpML6HgXDvyEYub3YeapbE60/sCvvNmgBDZ8vYnbOTf3RgqBt1oFo05Q==
dependencies:
"@aws-sdk/client-cloudfront" "^3.525.0"
"@aws-sdk/client-s3" "^3.515.0"
"@oclif/core" "^3.21.0"
"@oclif/plugin-help" "^6.0.14"
"@oclif/plugin-not-found" "^3.0.10"
"@oclif/plugin-not-found" "^3.0.14"
"@oclif/plugin-warn-if-update-available" "^3.0.12"
async-retry "^1.3.3"
change-case "^4"
Expand Down

0 comments on commit 827394d

Please sign in to comment.