From 296c9a6d5c05806880797a8a579a1f9b303fdc68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 08:29:38 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 3.17.1 to 3.17.2 Bumps [oclif](https://github.com/oclif/oclif) from 3.17.1 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.17.1...3.17.2) --- 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 a1c696f8..0b6f6893 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "mocha": "^8.2.1", "nock": "^13.3.3", "nyc": "^15.1.0", - "oclif": "^3.17.1", + "oclif": "^3.17.2", "shx": "^0.3.3", "ts-node": "^9.0.0", "tslib": "^2.6.2", diff --git a/yarn.lock b/yarn.lock index efcb3419..dd9b2f08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3599,10 +3599,10 @@ object-treeify@^1.1.33: resolved "https://registry.yarnpkg.com/object-treeify/-/object-treeify-1.1.33.tgz#f06fece986830a3cba78ddd32d4c11d1f76cdf40" integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A== -oclif@^3.17.1: - version "3.17.1" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.17.1.tgz#be210c063d4e78995b8dab594c3a220c4cf17710" - integrity sha512-qwop0W9s5nJJ9tTdLsYXxxvGSNc9xKjXccEAGCXM+x8NmGtZ4P89FwqDY4PIG7IeV9VNpYhZKQArpZNwPGn0CQ== +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"