From 48f515bf1815d68981be3414024ae55478ae6e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 03:09:50 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.5.5 to 4.8.0 Bumps [@oclif/core](https://github.com/oclif/core) from 4.5.5 to 4.8.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/4.5.5...4.8.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.8.0 dependency-type: direct:development 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 a17c43e3..e9cc4d91 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "terminal-link": "^3.0.0" }, "devDependencies": { - "@oclif/core": "^4.5.5", + "@oclif/core": "^4.8.0", "@oclif/plugin-command-snapshot": "^5.3.7", "@oclif/test": "^4.1.13", "@salesforce/cli-plugins-testkit": "^5.3.41", diff --git a/yarn.lock b/yarn.lock index 28cf9868..624e02ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1714,10 +1714,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5": - version "4.5.5" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.5.tgz#91073acd6bdc6f62f8a2863a388d327dbe95967c" - integrity sha512-iQzlaJQgPeUXrtrX71OzDwxPikQ7c2FhNd8U8rBB7BCtj2XYfmzBT/Hmbc+g9OKDIG/JkbJT0fXaWMMBrhi+1A== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5", "@oclif/core@^4.8.0": + version "4.8.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785" + integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0"