From e86aa6224fc858eaf67cc603dabd1a9b55553729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:31:15 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.6.0 to 3.9.1 Bumps [@oclif/core](https://github.com/oclif/core) from 3.6.0 to 3.9.1. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/3.6.0...3.9.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production 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 cb088ca9..6bcc1b16 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/test/issues", "dependencies": { - "@oclif/core": "^3.6.0", + "@oclif/core": "^3.9.1", "chai": "^4.3.10", "fancy-test": "^3.0.1" }, diff --git a/yarn.lock b/yarn.lock index 8832d46f..05837e8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -286,10 +286,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.6.0.tgz#b9582f3bf1ad933a6ac0335d0437be9ac10ce3b6" - integrity sha512-qjLXQEHUajQPeHQYRU9kRv5tBCW8O4L/OvILF/8lt08RLlp24E8yK6J7ROCZMwPxYsD3YC1/AQ76br2R+O1Cqw== +"@oclif/core@^3.9.1": + version "3.9.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.9.1.tgz#056cf2e5b0962eac371a31d12963b188ca314716" + integrity sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw== dependencies: ansi-escapes "^4.3.2" ansi-styles "^4.3.0"