From 20c1b4b5aded5f4a0fca8e87925900c75b14e13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 08:44:20 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.0.0-beta.13 to 3.0.0-beta.16 Bumps [@oclif/core](https://github.com/oclif/core) from 3.0.0-beta.13 to 3.0.0-beta.16. - [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.0.0-beta.13...3.0.0-beta.16) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8a1b056..bcd40d1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "/oclif.manifest.json" ], "dependencies": { - "@oclif/core": "^3.0.0-beta.13", + "@oclif/core": "^3.0.0-beta.16", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^3.7.0" }, diff --git a/yarn.lock b/yarn.lock index e497252..f0d2572 100644 --- a/yarn.lock +++ b/yarn.lock @@ -664,7 +664,7 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^2.11.10", "@oclif/core@^2.11.4", "@oclif/core@^2.15.0", "@oclif/core@^2.9.3": +"@oclif/core@^2.11.4", "@oclif/core@^2.15.0", "@oclif/core@^2.9.3": version "2.15.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a" integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA== @@ -698,10 +698,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.0.0-beta.13": - version "3.0.0-beta.13" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.0-beta.13.tgz#aee260111378560cb6f4e7c0893fd8e6c69bb145" - integrity sha512-c1uBS1EhKEc0Px1Dbf3dXmw2Jlvlyz4n0WQT7o2VnElNnJaqPfDvlKnOpb4waUNlKfBr0x5POnMpe3TWoC73mA== +"@oclif/core@^3.0.0-beta.16": + version "3.0.0-beta.16" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.0-beta.16.tgz#da231238d34b1971c455e9e990b2b48680fa2510" + integrity sha512-z/GUi+qJ0CRflIRiKLlnmNS/uaftgrFwXPmROHVHBCAoaxBNsudDbyGxCZlWn0n2n2cyjXX4zqdxX3OLb36TDw== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"