From 70c60244623be110c573f19f601009c9a09bfbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:38:54 +0000 Subject: [PATCH] build(deps-dev): bump oclif from 4.14.28 to 4.14.29 Bumps [oclif](https://github.com/oclif/oclif) from 4.14.28 to 4.14.29. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/4.14.28...4.14.29) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a5d03ff..76ac40c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-config-oclif-typescript": "^2.0.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", - "oclif": "^4.14.28", + "oclif": "^4.14.29", "prettier": "^3.3.3", "shx": "^0.3.4", "ts-node": "^10", diff --git a/yarn.lock b/yarn.lock index 22c3055..de32462 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1486,7 +1486,7 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-help@^6", "@oclif/plugin-help@^6.2.8": +"@oclif/plugin-help@^6", "@oclif/plugin-help@^6.2.10": version "6.2.10" resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.10.tgz#d6e8140efa89ae624ae9f25b7fdb8d112c62715f" integrity sha512-Gm5/l/upTtj34StLIjZzhmO3AngqGx20rsbfOqDQ3SrsEnjfujtKgUm+MxXTjl4XfkkWREUN0CwuqLcuftnsOw== @@ -4414,10 +4414,10 @@ object.values@^1.1.6: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.14.28: - version "4.14.28" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.28.tgz#887d172f96c4eb449c4bd711ba6216cb7e2e1b59" - integrity sha512-1qvYoTAq//xtBtloPrquIjB4sY1nLnrgiEGR1BngrwLSv8keUB3Zkp8HDPit8aN0cl6gtAedYh1GlnR+FoThkw== +oclif@^4.14.29: + version "4.14.29" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.29.tgz#e8c057543da164638f280c69828df2690be80f66" + integrity sha512-/wt4bKamN0eMpIYFHFeChR6mmEQpdoIAskOVN0uihuwit1fkDUxvT2usOC9oIgugEs0mzuB3POdowBWNyGJQnw== dependencies: "@aws-sdk/client-cloudfront" "^3.637.0" "@aws-sdk/client-s3" "^3.633.0" @@ -4425,7 +4425,7 @@ oclif@^4.14.28: "@inquirer/input" "^2.2.4" "@inquirer/select" "^2.3.10" "@oclif/core" "^4" - "@oclif/plugin-help" "^6.2.8" + "@oclif/plugin-help" "^6.2.10" "@oclif/plugin-not-found" "^3.2.16" "@oclif/plugin-warn-if-update-available" "^3.1.11" async-retry "^1.3.3"