From 68aba5a19cb9479906a5488b5bbf29821d8d3670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 04:56:42 +0000 Subject: [PATCH] chore(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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5396f0..9b05b2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10041,9 +10041,9 @@ } }, "node_modules/oclif": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.9.0.tgz", - "integrity": "sha512-fsFyHVQYJdE50EcKrBjwzl2WT5sZUtTiRY1vqMwykgLFUDYrQS0lj7yqy2IgcPSmAWaLQryODdfBujCWOU98Ww==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.9.1.tgz", + "integrity": "sha512-gJ8gJrohFY8qEeVBOw7wgAFdwPt2CTTkEFXDTkfUeXap6URIy6ngP7g/E1A2zFt2I0wH/qQHwcfuTpfBbj1+Uw==", "dependencies": { "@oclif/core": "^2.8.4", "@oclif/plugin-help": "^5.1.19",