From a96eea720fb1fd3a878c726ef2b8c136a1c5b3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 22:28:42 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.26.6 to 3.27.0 Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.6 to 3.27.0. - [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.6...3.27.0) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 879c8f1..03243c9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/oclif/plugin-legacy/issues", "dependencies": { "@oclif/color": "^1.0.13", - "@oclif/core": "^3.26.6", + "@oclif/core": "^3.27.0", "ansi-escapes": "^4.3.2", "debug": "^4.3.5", "semver": "^7.5.4" diff --git a/yarn.lock b/yarn.lock index 7687ba6..9a21359 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1794,10 +1794,10 @@ is-wsl "^2.1.1" tslib "^2.6.1" -"@oclif/core@^3.26.6": - version "3.26.6" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971" - integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA== +"@oclif/core@^3.26.6", "@oclif/core@^3.27.0": + version "3.27.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.27.0.tgz#a22a4ff4e5811db7a182b1687302237a57802381" + integrity sha512-Fg93aNFvXzBq5L7ztVHFP2nYwWU1oTCq48G0TjF/qC1UN36KWa2H5Hsm72kERd5x/sjy2M2Tn4kDEorUlpXOlw== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2" @@ -1807,7 +1807,7 @@ clean-stack "^3.0.1" cli-progress "^3.12.0" color "^4.2.3" - debug "^4.3.4" + debug "^4.3.5" ejs "^3.1.10" get-package-type "^0.1.0" globby "^11.1.0"