From 32753a04287d508eb23f7ed8aed81174b63664d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 03:06:00 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 3.9.0 to 3.9.1 Bumps [oclif](https://github.com/oclif/oclif) from 3.9.0 to 3.9.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.9.0...3.9.1) --- 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 03845723..48ef6da2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-config-oclif-typescript": "^0.2.0", "globby": "^11.0.1", "mocha": "^8.0.1", - "oclif": "^3.9.0", + "oclif": "^3.9.1", "ts-node": "^9.1.1", "tslib": "^2.5.3", "typescript": "4.4.3" diff --git a/yarn.lock b/yarn.lock index bd582fca..51091400 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3441,10 +3441,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.9.0: - version "3.9.0" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.9.0.tgz#d52beb9300a60a660f897fe9ae810fffd48a1571" - integrity sha512-fsFyHVQYJdE50EcKrBjwzl2WT5sZUtTiRY1vqMwykgLFUDYrQS0lj7yqy2IgcPSmAWaLQryODdfBujCWOU98Ww== +oclif@^3.9.1: + version "3.9.1" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.9.1.tgz#f7ddf8aacd3fd86029b5e66c6cac743459299f4b" + integrity sha512-gJ8gJrohFY8qEeVBOw7wgAFdwPt2CTTkEFXDTkfUeXap6URIy6ngP7g/E1A2zFt2I0wH/qQHwcfuTpfBbj1+Uw== dependencies: "@oclif/core" "^2.8.4" "@oclif/plugin-help" "^5.1.19"