From 5c0f3dd60ad2649d156237519a168927f06a0b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 02:47:39 +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 1e971c34..d2d41e19 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/shelljs": "^0.8.15", "@types/sinon-chai": "^3.2.12", "eslint-plugin-sf-plugin": "^1.18.8", - "oclif": "^4.13.6", + "oclif": "^4.13.8", "sinon-chai": "^3.7.0", "ts-node": "^10.9.2", "typescript": "^5.5.2" diff --git a/yarn.lock b/yarn.lock index bdfe30c3..9b92dd5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1982,10 +1982,10 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.2.0": - version "6.2.2" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.2.tgz#d782f273693b19b6d78e7fbf696641d4ddfd8576" - integrity sha512-2n3QCeq0eaWR/RfwGaJ8LMbparsGktc63WNQfjBFLfGm7VLv3tR5JNYaUrMmL3zUd3emw1SObVXmH6oY0NPEnA== +"@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" @@ -7415,10 +7415,10 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -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" @@ -7426,7 +7426,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"