From 159df1b58ae96d286602c196ef99b6a89b16c64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:47:12 -0600 Subject: [PATCH] chore(dev-deps): bump oclif from 4.14.35 to 4.15.2 (#143) Bumps [oclif](https://github.com/oclif/oclif) from 4.14.35 to 4.15.2. - [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.35...4.15.2) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 12be126..5d3b18b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-config-oclif-typescript": "^3", "eslint-config-prettier": "^9.1.0", "mocha": "^10", - "oclif": "^4.14.35", + "oclif": "^4.15.2", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5" diff --git a/yarn.lock b/yarn.lock index 96edeb5..4f5b523 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1631,7 +1631,7 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^4": +"@oclif/core@^4", "@oclif/core@^4.0.27": version "4.0.27" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.27.tgz#686079df278e681e3097cea301d5558fdb490e88" integrity sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg== @@ -6002,17 +6002,17 @@ object.values@^1.2.0: define-properties "^1.2.1" es-object-atoms "^1.0.0" -oclif@^4.14.35: - version "4.14.35" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.35.tgz#aa714afa5e4b460a5ed65c4ce4cb58df6cca2440" - integrity sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg== +oclif@^4.15.2: + version "4.15.2" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.2.tgz#e4be9b99dfe150b163d063dcc32991b9349e8be3" + integrity sha512-OUgrpw/juKUJ6lk24DyQYO4TyvvvuFdmPaMEvCb1IRO4njNIkWRqiar9pRU1jcakCyfmsDBddgPsyqovlIhPAA== dependencies: "@aws-sdk/client-cloudfront" "^3.645.0" "@aws-sdk/client-s3" "^3.651.1" "@inquirer/confirm" "^3.1.22" "@inquirer/input" "^2.2.4" "@inquirer/select" "^2.5.0" - "@oclif/core" "^4" + "@oclif/core" "^4.0.27" "@oclif/plugin-help" "^6.2.10" "@oclif/plugin-not-found" "^3.2.21" "@oclif/plugin-warn-if-update-available" "^3.1.11"