From 48fab4e1da6c18f6d0f35acf4e18910d3f115072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 05:48:11 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.2.5 to 4.2.6 Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.5 to 4.2.6. - [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.2.5...4.2.6) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7b32e91b..56adec1f 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "terminal-link": "^3.0.0" }, "devDependencies": { - "@oclif/core": "^4.2.3", + "@oclif/core": "^4.2.6", "@oclif/plugin-command-snapshot": "^5.2.28", "@oclif/test": "^4.1.8", "@salesforce/cli-plugins-testkit": "^5.3.39", diff --git a/yarn.lock b/yarn.lock index dacbbbfc..95734690 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1723,13 +1723,13 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4": - version "4.2.5" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe" - integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.0", "@oclif/core@^4.2.4", "@oclif/core@^4.2.6": + version "4.2.6" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.6.tgz#f2f1696be03a815a4c391504312f90fce29fbb4e" + integrity sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww== dependencies: ansi-escapes "^4.3.2" - ansis "^3.9.0" + ansis "^3.10.0" clean-stack "^3.0.1" cli-spinners "^2.9.2" debug "^4.4.0"