From e27dc066e8751857ed1548dec8f4487463f4e4d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 22:01:53 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.0.7 to 2.0.8 Bumps [@oclif/core](https://github.com/oclif/core) from 2.0.7 to 2.0.8. - [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/2.0.7...2.0.8) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production 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 8b71817e..c8236d08 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/test/issues", "dependencies": { - "@oclif/core": "^2.0.7", + "@oclif/core": "^2.0.8", "fancy-test": "^2.0.12" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 541f64e5..79b7344f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -281,10 +281,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^2.0.7": - version "2.0.7" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.7.tgz#a17a85dfa105dda120fbc5647432010feaa97a9e" - integrity sha512-pj7hIH8SBeH3qha47fmyqdaBdNVEqesRgnKFh8Ytdb4S41/4BYOiQuyQGuvnKgvicH6DMxp4FbM9EQEW46V9xw== +"@oclif/core@^2.0.8": + version "2.0.8" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.8.tgz#81c79f051ffb326b7c9999463ae9547a7e799316" + integrity sha512-jt06vEZfpazkR0C8vYuVMKmsxjky52y1B1oFGPnCa6/17qH+PByd5knQP6/QbRoE5OT9RAf4zzpxx2wcihVslw== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"