From e711322a459f9e7df6acb40e2ced3924d67f49c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 00:04:12 +0000 Subject: [PATCH] build(deps): bump @oclif/core from 3.13.2 to 3.14.0 Bumps [@oclif/core](https://github.com/oclif/core) from 3.13.2 to 3.14.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.13.2...3.14.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bbf1075a..b3a6f16c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "bugs": "https://github.com/itinerisltd/iroots/issues", "dependencies": { - "@oclif/core": "^3.13.2", + "@oclif/core": "^3.14.0", "@oclif/plugin-help": "^6", "execa": "^8.0.1", "globby": "^14.0.0", diff --git a/yarn.lock b/yarn.lock index 77a2ffbf..8d532de6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -654,10 +654,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.0.4", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.13.2", "@oclif/core@^3.3.1": - version "3.13.2" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.13.2.tgz#ddb35d07881f8e464346a1ba558228ea88258827" - integrity sha512-YUXT4cG8HPyNAK5PzNotWXarHq9ejHFvY048g2BbpXlo2W//OZp2fmEYKPw79/FAtof2rhftotjTiEW8a56bHQ== +"@oclif/core@^3.0.4", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.14.0", "@oclif/core@^3.3.1": + version "3.14.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.0.tgz#3b6ef35fd39971231aba6e9f99496039b072ffa4" + integrity sha512-tOF3cBCXyhU4OVQ9olTjEZaegZ0gjR7Dc/eAbNQvMzGFwP9nz4d9AZMSfZFVsPnZaJ3lJI4+suqKFE9MCL3ayg== dependencies: ansi-escapes "^4.3.2" ansi-styles "^4.3.0"