From 76b66f40d158728fac69108f24c8fed753b26631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 05:47:09 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 3.4.2 to 3.4.3 Bumps [oclif](https://github.com/oclif/oclif) from 3.4.2 to 3.4.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/3.4.2...3.4.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 37c94a4a..02f4e1ad 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "husky": "^7.0.4", "mocha": "^9.1.3", "nyc": "^15.1.0", - "oclif": "^3.4.2", + "oclif": "^3.4.3", "prettier": "^2.8.1", "pretty-quick": "^3.1.0", "shx": "0.3.4", diff --git a/yarn.lock b/yarn.lock index 79ca9c3b..48ac3df5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5691,10 +5691,10 @@ object.values@^1.1.5: define-properties "^1.1.3" es-abstract "^1.19.1" -oclif@^3.4.2: - version "3.4.2" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.4.2.tgz#718d6a52107bdab0ca861cd63acdf73eb049a2bc" - integrity sha512-YF7zqHCEWiRvfuXkqyPuQsC4PiEJuXLQWIMXOtdJgOnIKqBh9Sp3e4xFsSal9QheVsCwO5kM3Nhe+G430hk/mA== +oclif@^3.4.3: + version "3.4.3" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.4.3.tgz#8db95c7d1f0c8c82fb3037545f78e65fa7769a4a" + integrity sha512-Kg8ezSJvDluazG6eyN+TeoryaFn3i9utKVty2hy6I0FUy6QcPnbl8+MCha4Jwc+x5+pA46Tu0n2cnjUcWqp56w== dependencies: "@oclif/core" "^1.20.4" "@oclif/plugin-help" "^5.1.19"