From d69f21d3b580d69314b800f3c441c86cdeb34f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 08:18:43 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 3.16.0 to 3.17.2 Bumps [oclif](https://github.com/oclif/oclif) from 3.16.0 to 3.17.2. - [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.16.0...3.17.2) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... 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 50489e3f..122538bf 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "husky": "^7.0.4", "mocha": "^9.2.2", "nyc": "^15.1.0", - "oclif": "^3.16.0", + "oclif": "^3.17.2", "prettier": "^2.8.8", "pretty-quick": "^3.1.3", "shelljs": "^0.8.5", diff --git a/yarn.lock b/yarn.lock index 161bd9bb..3b631d8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5783,10 +5783,10 @@ object.values@^1.1.6: define-properties "^1.1.4" es-abstract "^1.20.4" -oclif@^3.16.0: - version "3.16.0" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.16.0.tgz#b1983f310cbb25944d7da02125aa0c095aa7669d" - integrity sha512-qbPJ9SifBDPeMnuYIyJc0+kGyXmLubJs/lOD1wjrvAiKqTWQ1xy/EFlNMgBGETCf7RQf1iSJmvf+s22ZkLc7Ow== +oclif@^3.17.2: + version "3.17.2" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.17.2.tgz#f13756c9b1968047e76b99cb09db9725e96fb2f6" + integrity sha512-+vFXxgmR7dGGz+g6YiqSZu2LXVkBMaS9/rhtsLGkYw45e53CW/3kBgPRnOvxcTDM3Td9JPeBD2JWxXnPKGQW3A== dependencies: "@oclif/core" "^2.11.4" "@oclif/plugin-help" "^5.2.14"