Skip to content

Commit

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

---
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] committed May 18, 2024
1 parent 31cff24 commit 4df7a80
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 @@ -29,7 +29,7 @@
"husky": "^9",
"lint-staged": "^15",
"mocha": "^10.4.0",
"oclif": "^4.10.9",
"oclif": "^4.10.11",
"prettier": "^3.2.5",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1083,10 +1083,10 @@
dependencies:
"@oclif/core" "^3.26.2"

"@oclif/plugin-not-found@^3.1.8":
version "3.1.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.8.tgz#5fc871019868f425bbf301437630afaebaa914e5"
integrity sha512-TbpMJ7PODaXuodSivqJo9cFxiVxNUmkCCl1BTdMpLuy82nxMv6aON0W1DVJryJ/OQjM4RKXvH3x3qCB7Xn0U8g==
"@oclif/plugin-not-found@^3.1.9":
version "3.1.9"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz#fcae1378761be98e774aa11d36ebef69019fd09b"
integrity sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==
dependencies:
"@inquirer/confirm" "^3.1.6"
"@oclif/core" "^3.26.5"
Expand Down Expand Up @@ -4665,10 +4665,10 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

oclif@^4.10.9:
version "4.10.10"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.10.tgz#8739e1972c7ef9288884ebf66d7a3c59584ae146"
integrity sha512-9QqSWjRVsztlYOKSPlvmQNa7wwMl9Emtbp2x4N756pFrNQpKXUCgM8B2Us4vTblK8+f4FMaiQNu4hYe4/2sagQ==
oclif@^4.10.11:
version "4.10.11"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.11.tgz#15c85f67d4d8c57a496261d1a4fc95596f85d32c"
integrity sha512-np+E0OKdBuWPjqQD1cImAbfv1Monrk4KkQIRvH6RPZ7Awasvi8/UvvF6fENITVb+Hw4Rlk7aiSIzlnYqY100eg==
dependencies:
"@aws-sdk/client-cloudfront" "^3.574.0"
"@aws-sdk/client-s3" "^3.569.0"
Expand All @@ -4677,7 +4677,7 @@ oclif@^4.10.9:
"@inquirer/select" "^2.3.2"
"@oclif/core" "^3.26.5"
"@oclif/plugin-help" "^6.0.21"
"@oclif/plugin-not-found" "^3.1.8"
"@oclif/plugin-not-found" "^3.1.9"
"@oclif/plugin-warn-if-update-available" "^3.0.18"
async-retry "^1.3.3"
chalk "^4"
Expand Down

0 comments on commit 4df7a80

Please sign in to comment.