From fa912e7744e491a701ac9766cd08ebb23b3ebeaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 03:12:21 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.8.0 to 4.8.3 Bumps [oclif](https://github.com/oclif/oclif) from 4.8.0 to 4.8.3. - [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.8.0...4.8.3) --- 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 | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 9a7a1dc4..8221bb13 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@salesforce/plugin-auth": "^3.6.1", "@types/debug": "^4.1.12", "eslint-plugin-sf-plugin": "^1.18.0", - "oclif": "^4.8.0", + "oclif": "^4.8.3", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, diff --git a/yarn.lock b/yarn.lock index 7c76d6c3..3c0a8d96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1588,12 +1588,12 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-help@^6.0.18", "@oclif/plugin-help@^6.0.20": - version "6.0.20" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.20.tgz#e4a640505508224d7b9c0e61711ae4dad3f4782b" - integrity sha512-4UG/5q7O3dhUsC0JMqcUV0NU7jybkXkAXLnsRt+KVzDtZWwNOeBECimIFWOmwna5BaneTn8b0+lqO4JvUgeiqA== +"@oclif/plugin-help@^6.0.20", "@oclif/plugin-help@^6.0.21": + version "6.0.21" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.21.tgz#c48e688bf6df574e74557ebe2f877556f08dc60b" + integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw== dependencies: - "@oclif/core" "^3.26.0" + "@oclif/core" "^3.26.2" "@oclif/plugin-not-found@^3.0.14": version "3.0.14" @@ -5813,10 +5813,10 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.8.0: - version "4.8.0" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.0.tgz#a21768e1bfa050fe86d79466c22951c06b476332" - integrity sha512-sSaAy8m7EVrkgkM9mXE+b33hDUI9lhAz28JhX13EVmV6eJRRqpnBqQSymdIoKDCyJoQeAY/JHqnMXvyuObMZBg== +oclif@^4.8.3: + version "4.8.3" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.3.tgz#33617c373a1732265e672496297d8e5f0b68d609" + integrity sha512-FSxiMeIhhRKYZ4mBGWrT5kpMiHq47wquDIPOqtl0hrbvUVBOQXYioDNo8+mjE2DV2Oi2J7Xjkou7Tjdo02zing== dependencies: "@aws-sdk/client-cloudfront" "^3.535.0" "@aws-sdk/client-s3" "^3.550.0" @@ -5824,7 +5824,7 @@ oclif@^4.8.0: "@inquirer/input" "^2.1.1" "@inquirer/select" "^2.2.1" "@oclif/core" "^3.26.0" - "@oclif/plugin-help" "^6.0.18" + "@oclif/plugin-help" "^6.0.21" "@oclif/plugin-not-found" "^3.0.14" "@oclif/plugin-warn-if-update-available" "^3.0.14" async-retry "^1.3.3"