From 222c87da7bf60bd3eac6754a4002c7f736a698c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 05:29:40 -0500 Subject: [PATCH] build(deps-dev): bump oclif from 4.0.2 to 4.0.3 (#1254) Bumps [oclif](https://github.com/oclif/oclif) from 4.0.2 to 4.0.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.0.2...4.0.3) --- 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 | 24 ++++++------------------ 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 978b814d..cd6ab4c5 100644 --- a/package.json +++ b/package.json @@ -255,7 +255,7 @@ "husky": "^7.0.4", "mocha": "^10", "nyc": "^15.1.0", - "oclif": "^4.0.2", + "oclif": "^4.0.3", "prettier": "^2.8.8", "pretty-quick": "^3.1.3", "sinon": "^15.2.0", diff --git a/yarn.lock b/yarn.lock index f7164ebe..5eacd043 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1298,7 +1298,7 @@ dependencies: "@oclif/core" "^3.9.1" -"@oclif/plugin-warn-if-update-available@3.0.2": +"@oclif/plugin-warn-if-update-available@3.0.2", "@oclif/plugin-warn-if-update-available@^3.0.0": version "3.0.2" resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd" integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA== @@ -1309,18 +1309,6 @@ http-call "^5.2.2" lodash.template "^4.5.0" -"@oclif/plugin-warn-if-update-available@^2.0.44": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.1.tgz#e645d3d735241422d3f75e8fbf5c68db575f4c23" - integrity sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA== - dependencies: - "@oclif/core" "^2.15.0" - chalk "^4.1.0" - debug "^4.1.0" - http-call "^5.2.2" - lodash.template "^4.5.0" - semver "^7.5.4" - "@oclif/plugin-which@3.0.7": version "3.0.7" resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.0.7.tgz#e71800b798140b532c8b659a7d0df4e27c7c453e" @@ -8199,15 +8187,15 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.2.tgz#5ac35eb42ac14de17c43b9ac4e34980320144c10" - integrity sha512-yTlNy6bMPKJ4OPPeARg2GIV1PyFT4saIkePvl2q5Ca6hu9B5xmJSimn9XyjxQe1SSldp+L9LOhyzEUkEFB5I6A== +oclif@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.3.tgz#2ff8fab10c29b2cd0bbf8e9c87640a64151b65ff" + integrity sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA== dependencies: "@oclif/core" "^3.0.4" "@oclif/plugin-help" "^5.2.14" "@oclif/plugin-not-found" "^2.3.32" - "@oclif/plugin-warn-if-update-available" "^2.0.44" + "@oclif/plugin-warn-if-update-available" "^3.0.0" async-retry "^1.3.3" aws-sdk "^2.1231.0" change-case "^4"