From f9da6e49bf7dfcaf682d5fd66d2a511d716967e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 22:53:33 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.0.0-beta.6 to 4.0.0-beta.13 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.0-beta.6 to 4.0.0-beta.13. - [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/4.0.0-beta.6...4.0.0-beta.13) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:development 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 5ee1bca..03d67d6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^18.6.3", - "@oclif/core": "^4.0.0-beta.6", + "@oclif/core": "^4.0.0-beta.13", "@oclif/prettier-config": "^0.2.1", "@types/chai": "^4.3.16", "@types/debug": "^4.1.12", diff --git a/yarn.lock b/yarn.lock index a402f25..1ffbefc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -373,10 +373,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4.0.0-beta.6": - version "4.0.0-beta.6" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.6.tgz#43cc1114d502ba27b95fd52db7870d5bccf949cd" - integrity sha512-FI1eGHBJzHR1EAWJlydRUuP1Mpb2k1nI+ANRwl1KCLmdA5+zd+J0qaQpcQnItuwzcrJaMNxx92vqOTF3bp882g== +"@oclif/core@^4.0.0-beta.13": + version "4.0.0-beta.13" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8" + integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw== dependencies: ansi-escapes "^4.3.2" ansis "^3.0.1"