From dba33853587dc63f374c0de1e95a791b8853b570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 06:44:43 -0500 Subject: [PATCH] fix(deps): bump @oclif/core from 3.26.3 to 3.26.4 (#608) Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.3 to 3.26.4. - [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.26.3...3.26.4) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8e3a50e..ac7af9c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/oclif/plugin-not-found/issues", "dependencies": { "@inquirer/confirm": "^3.1.4", - "@oclif/core": "^3.26.3", + "@oclif/core": "^3.26.4", "chalk": "^5.3.0", "fast-levenshtein": "^3.0.0" }, diff --git a/yarn.lock b/yarn.lock index 805c576..d714a9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1264,10 +1264,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3": - version "3.26.3" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2" - integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg== +"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4": + version "3.26.4" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61" + integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2"