From fdad149f9e5f5ddd0933dd8107c50b16339fd159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 00:20:06 +0000 Subject: [PATCH] build(deps-dev): bump oclif from 4.17.3 to 4.17.4 Bumps [oclif](https://github.com/oclif/oclif) from 4.17.3 to 4.17.4. - [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.17.3...4.17.4) --- 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 7834b95..055275d 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.17.3", + "oclif": "^4.17.4", "prettier": "^3.4.2", "shx": "^0.3.4", "ts-node": "^10", diff --git a/yarn.lock b/yarn.lock index 995ac91..c75dd1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1755,7 +1755,7 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-help@^6", "@oclif/plugin-help@^6.2.17": +"@oclif/plugin-help@^6", "@oclif/plugin-help@^6.2.20": version "6.2.20" resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.20.tgz#05de43a710f038419d3ded11a59e8481408a9e9e" integrity sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw== @@ -4718,10 +4718,10 @@ object.values@^1.1.6: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.17.3: - version "4.17.3" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.3.tgz#058585af3b60b556fdb56bc4c1938dc2ea1853cd" - integrity sha512-J4F7gykHSSJHvZ5p6YnSJUjRKZkWKY4shPp6ag26FbJdooxuxBrLL5x9s4UFfWjEhZUWIU+eKHpsa8toImDDeg== +oclif@^4.17.4: + version "4.17.4" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.4.tgz#d435f6c95f6b6b19fb5cb0f35544f8b4f0e6a458" + integrity sha512-CELZOdxSfpM2Kl3dGP0N4fL4+RReGP18vo6oNklWoSP4ka+pJTBzO3W0o15KHAyrzpes5cui+xur3UPZIGr0LQ== dependencies: "@aws-sdk/client-cloudfront" "^3.699.0" "@aws-sdk/client-s3" "^3.712.0" @@ -4729,7 +4729,7 @@ oclif@^4.17.3: "@inquirer/input" "^2.2.4" "@inquirer/select" "^2.5.0" "@oclif/core" "^4.2.0" - "@oclif/plugin-help" "^6.2.17" + "@oclif/plugin-help" "^6.2.20" "@oclif/plugin-not-found" "^3.2.31" "@oclif/plugin-warn-if-update-available" "^3.1.28" async-retry "^1.3.3"