From 55d486978bdc3b3fe1db9bc31284fcd193fc0bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:47:42 -0500 Subject: [PATCH] chore(deps-dev): bump oclif from 4.14.5 to 4.14.8 (#1808) Bumps [oclif](https://github.com/oclif/oclif) from 4.14.5 to 4.14.8. - [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.5...4.14.8) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5ecd600d..ec6732c7 100644 --- a/package.json +++ b/package.json @@ -253,7 +253,7 @@ "@salesforce/ts-sinon": "^1.4.22", "@salesforce/ts-types": "^2.0.10", "aws-sdk": "^2.1659.0", - "oclif": "^4.14.5", + "oclif": "^4.14.8", "ts-node": "^10.9.2", "typescript": "^5.5.3" }, diff --git a/yarn.lock b/yarn.lock index 8f7a6f7f..fbd1a5c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8496,14 +8496,14 @@ obliterator@^2.0.1, obliterator@^2.0.2: resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz" integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ== -oclif@^4.14.5: - version "4.14.5" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.5.tgz#303a2c982dc0da657bc9653a8d02869b9eefe5a8" - integrity sha512-geA7FBDKqpMaLtM7BMo0+rXG2sLe0N83Sh4i6xTPnwL+RQnxAZ7aMaePd5Ibg+w9mYE2/WpEp/zKquRVVo3Vlg== +oclif@^4.14.8: + version "4.14.8" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.8.tgz#2ed3bc9e5cd2c75ced65310bda810d6348319a7d" + integrity sha512-dJplgtnF2eQ+c06aJHm8xtjKitpvgx5DLf1qU/yrRjREYE+BTcXaOZa7cIskAcFiEz/86I0rBeovEoQTI3G+zA== dependencies: "@aws-sdk/client-cloudfront" "^3.609.0" "@aws-sdk/client-s3" "^3.614.0" - "@inquirer/confirm" "^3.1.14" + "@inquirer/confirm" "^3.1.16" "@inquirer/input" "^2.2.1" "@inquirer/select" "^2.3.10" "@oclif/core" "^4"