From f0e7c10864989f99651e1385c075638de74b69e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 03:45:45 -0500 Subject: [PATCH] chore(dev-deps): bump oclif from 3.16.0 to 3.17.1 (#732) Bumps [oclif](https://github.com/oclif/oclif) from 3.16.0 to 3.17.1. - [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.1) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a0f4a21d..32ff4e19 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "lint-staged": "^12.3.6", "mocha": "^9.2.2", "nyc": "^15.1.0", - "oclif": "^3.16.0", + "oclif": "^3.17.1", "prettier": "^2.8.8", "pretty-quick": "^3.1.3", "shx": "^0.3.4", diff --git a/yarn.lock b/yarn.lock index 23193a50..68ee462a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6806,10 +6806,10 @@ object.values@^1.1.5, 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.1: + version "3.17.1" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.17.1.tgz#be210c063d4e78995b8dab594c3a220c4cf17710" + integrity sha512-qwop0W9s5nJJ9tTdLsYXxxvGSNc9xKjXccEAGCXM+x8NmGtZ4P89FwqDY4PIG7IeV9VNpYhZKQArpZNwPGn0CQ== dependencies: "@oclif/core" "^2.11.4" "@oclif/plugin-help" "^5.2.14"