Skip to content

Commit

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

---
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 Jan 25, 2025
1 parent 11564df commit 1ae6fc1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"husky": "^9.1.7",
"lint-staged": "^15",
"mocha": "^10.8.2",
"oclif": "^4.17.14",
"oclif": "^4.17.17",
"prettier": "^3.4.2",
"shx": "^0.3.4",
"sinon": "^18.0.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1490,13 +1490,13 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^4", "@oclif/core@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
"@oclif/core@^4", "@oclif/core@^4.2.3":
version "4.2.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.8.1"
ansis "^3.9.0"
clean-stack "^3.0.1"
cli-spinners "^2.9.2"
debug "^4.4.0"
Expand Down Expand Up @@ -1539,10 +1539,10 @@
ansis "^3.5.2"
fast-levenshtein "^3.0.0"

"@oclif/plugin-warn-if-update-available@^3.1.29":
version "3.1.29"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.29.tgz#0e4eabce38b3167cfc56c7b5871024859138cfae"
integrity sha512-NmD6hcyBquo9TV26tnYnsbyR69VzaeMC3kqks0YT2947CSJS7smONMxpkjU2P4kLTH4Tn8/n5w/sjoegNe1jdw==
"@oclif/plugin-warn-if-update-available@^3.1.30":
version "3.1.31"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.31.tgz#203bc7e63f7f7df5bb1e31f42c3c1b52eaa00763"
integrity sha512-0ZN7o+Tv00gYrwlKsfMQ8VvJGb9Vhr3UYStFJh1AbEdGTPlURv51aatTW27AIV2atfluCh0MMntVZSzoDcuxSQ==
dependencies:
"@oclif/core" "^4"
ansis "^3.5.2"
Expand Down Expand Up @@ -5261,20 +5261,20 @@ object.values@^1.2.0:
define-properties "^1.2.1"
es-object-atoms "^1.0.0"

oclif@^4.17.14:
version "4.17.14"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.14.tgz#0bc14b15419292c2ec188ce77890c7d21d4ec2f8"
integrity sha512-Q14gf27QRLrlAu3IHCnWNG8nXcZCzoFpf2mNM66ZSrgpfH6ki+z4U5+Ea+HsRHNS4fv7skW+fy7TZx1GHuRC4Q==
oclif@^4.17.17:
version "4.17.17"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.17.tgz#6b5b8d1ec1cf27c83ec4b031c3b347c8eca43617"
integrity sha512-k1aiaYO6LVzIm6uaMbQ5QceH/OzyhEz5bHIJLfiGJCs17fwnfab/m7jUAZ/4BlJ5OiA69GYmt++jcqHAOWW8Yg==
dependencies:
"@aws-sdk/client-cloudfront" "^3.726.1"
"@aws-sdk/client-s3" "^3.722.0"
"@inquirer/confirm" "^3.1.22"
"@inquirer/input" "^2.2.4"
"@inquirer/select" "^2.5.0"
"@oclif/core" "^4.2.0"
"@oclif/core" "^4.2.3"
"@oclif/plugin-help" "^6.2.21"
"@oclif/plugin-not-found" "^3.2.32"
"@oclif/plugin-warn-if-update-available" "^3.1.29"
"@oclif/plugin-warn-if-update-available" "^3.1.30"
async-retry "^1.3.3"
chalk "^4"
change-case "^4"
Expand Down

0 comments on commit 1ae6fc1

Please sign in to comment.