Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
1 parent a9bc56a commit 72eb654
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 @@ -40,7 +40,7 @@
"husky": "^9",
"lint-staged": "^15.2.5",
"mocha": "^10.4.0",
"oclif": "^4.13.6",
"oclif": "^4.13.8",
"prettier": "^3.3.1",
"shx": "^0.3.4",
"sinon": "^18",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1661,10 +1661,10 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/plugin-help@^6", "@oclif/plugin-help@^6.2.0":
version "6.2.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.2.tgz#d782f273693b19b6d78e7fbf696641d4ddfd8576"
integrity sha512-2n3QCeq0eaWR/RfwGaJ8LMbparsGktc63WNQfjBFLfGm7VLv3tR5JNYaUrMmL3zUd3emw1SObVXmH6oY0NPEnA==
"@oclif/plugin-help@^6", "@oclif/plugin-help@^6.2.2":
version "6.2.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.3.tgz#09e54a1816fe7c2ef02c8a40c59afc7754a6eaca"
integrity sha512-ogaCD2i6dmEgrrIKG8iV42o/s45EG53Q+dW/zeEhL8It9UdVDooXjXkZLPSyRS+CyrbK3it8Mwh08DrJxjZiqQ==
dependencies:
"@oclif/core" "^4"

Expand Down Expand Up @@ -6081,18 +6081,18 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

oclif@^4.13.6:
version "4.13.6"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.13.6.tgz#804f991ef7f77c5d1d3592c0c16c45499ec6bfd4"
integrity sha512-PnBwhHp+9DiMsUbED0nv13mBGy4PDeDF0blcWfAkS8Uy9+SYgjA3rWxOk5edSdVSv2k2VdSCwitqmGWmOrfBNw==
oclif@^4.13.8:
version "4.13.8"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.13.8.tgz#31bc6857fd34da17df398fbc6c9fe3a5298da85b"
integrity sha512-A/e31wMSXgerxwqwb7MvPusPLGap9Hrgbmq6bBlVS+PnBvH/gxzDAMaUNI2Abcpi5KOVB/YyAaODtFHiIf3Szw==
dependencies:
"@aws-sdk/client-cloudfront" "^3.592.0"
"@aws-sdk/client-s3" "^3.583.0"
"@inquirer/confirm" "^3.1.6"
"@inquirer/input" "^2.1.9"
"@inquirer/select" "^2.3.5"
"@oclif/core" "^4"
"@oclif/plugin-help" "^6.2.0"
"@oclif/plugin-help" "^6.2.2"
"@oclif/plugin-not-found" "^3.2.3"
"@oclif/plugin-warn-if-update-available" "^3.0.19"
async-retry "^1.3.3"
Expand Down

0 comments on commit 72eb654

Please sign in to comment.