From f98ee3252bc2cd95bf61ce6787ed1ff5cd738f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 05:24:55 +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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c98a73b..833b9ed 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.5.0" }, diff --git a/yarn.lock b/yarn.lock index ce01fde..54a8e17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"