From 6e7a18a748acec9ca8bdee7b75d52356e323c77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 05:44:28 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.13.6 to 4.13.8 Bumps [oclif](https://github.com/oclif/oclif) from 4.13.6 to 4.13.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.13.6...4.13.8) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 06bb36dc..9bb8024e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@salesforce/ts-sinon": "^1.4.20", "cross-env": "^7.0.3", "eslint-plugin-sf-plugin": "^1.18.8", - "oclif": "^4.13.6", + "oclif": "^4.13.8", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, diff --git a/yarn.lock b/yarn.lock index cd32c00e..6520c447 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1491,10 +1491,10 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.2.0": - version "6.2.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.1.tgz#af13f012df1bcc4cd8f88cd19a3626bc15e3427a" - integrity sha512-ipWBN2eYr3jnac5ruRjsVfcoXyuzpjNKc/9qnL8a366vZ9b+Kdb0Z+6nFkfL7hiPI9Yo0DD+OqEjBKhETGHjRA== +"@oclif/plugin-help@^6.2.2": + version "6.2.3" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.3.tgz#09e54a1816fe7c2ef02c8a40c59afc7754a6eaca" + integrity sha512-ogaCD2i6dmEgrrIKG8iV42o/s45EG53Q+dW/zeEhL8It9UdVDooXjXkZLPSyRS+CyrbK3it8Mwh08DrJxjZiqQ== dependencies: "@oclif/core" "^4" @@ -6364,10 +6364,10 @@ object.values@^1.1.7: define-properties "^1.2.1" es-object-atoms "^1.0.0" -oclif@^4.13.6: - version "4.13.6" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.13.6.tgz#804f991ef7f77c5d1d3592c0c16c45499ec6bfd4" - integrity sha512-PnBwhHp+9DiMsUbED0nv13mBGy4PDeDF0blcWfAkS8Uy9+SYgjA3rWxOk5edSdVSv2k2VdSCwitqmGWmOrfBNw== +oclif@^4.13.8: + version "4.13.8" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.13.8.tgz#31bc6857fd34da17df398fbc6c9fe3a5298da85b" + integrity sha512-A/e31wMSXgerxwqwb7MvPusPLGap9Hrgbmq6bBlVS+PnBvH/gxzDAMaUNI2Abcpi5KOVB/YyAaODtFHiIf3Szw== dependencies: "@aws-sdk/client-cloudfront" "^3.592.0" "@aws-sdk/client-s3" "^3.583.0" @@ -6375,7 +6375,7 @@ oclif@^4.13.6: "@inquirer/input" "^2.1.9" "@inquirer/select" "^2.3.5" "@oclif/core" "^4" - "@oclif/plugin-help" "^6.2.0" + "@oclif/plugin-help" "^6.2.2" "@oclif/plugin-not-found" "^3.2.3" "@oclif/plugin-warn-if-update-available" "^3.0.19" async-retry "^1.3.3"