Skip to content

Commit

Permalink
chore(dev-deps): bump oclif from 4.10.8 to 4.10.11
Browse files Browse the repository at this point in the history
Bumps [oclif](https://github.com/oclif/oclif) from 4.10.8 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.8...4.10.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 18, 2024
1 parent c55f502 commit 4b2435d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@salesforce/ts-sinon": "^1.4.17",
"@types/fast-levenshtein": "^0.0.4",
"eslint-plugin-sf-plugin": "^1.18.3",
"oclif": "^4.10.8",
"oclif": "^4.10.11",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1346,17 +1346,17 @@
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"
chalk "^5.3.0"
fast-levenshtein "^3.0.0"

"@oclif/plugin-warn-if-update-available@^3.0.17":
"@oclif/plugin-warn-if-update-available@^3.0.18":
version "3.0.19"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.19.tgz#1009a1ff0016b64731792d169f2ee78e9770f5b1"
integrity sha512-CauYLxNuPtK9ig1ZlzFiCqxzGJJd73CKyJDiSzGkg3QRooyZkE9G+l1Lz18fHzj+TEeXUZ74t6RWWPC5p0TL4w==
Expand Down Expand Up @@ -6065,10 +6065,10 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

oclif@^4.10.8:
version "4.10.8"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.8.tgz#04bff6c2cf976db1efc24655c05f5172a433cca7"
integrity sha512-In7G35G00/u9KuWn/RcDRSxUiHJG7P04TmqRPZEozUxtR4XnNS4EvGoIfi4k5fCY3rMirL/GSdvOoyRaIRGDQw==
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 @@ -6077,8 +6077,8 @@ oclif@^4.10.8:
"@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-warn-if-update-available" "^3.0.17"
"@oclif/plugin-not-found" "^3.1.9"
"@oclif/plugin-warn-if-update-available" "^3.0.18"
async-retry "^1.3.3"
chalk "^4"
change-case "^4"
Expand Down

0 comments on commit 4b2435d

Please sign in to comment.