From f39e0c0d65c8ea1102ba851c13720fedd799a220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 03:24:22 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.5.1 to 4.5.2 Bumps [@oclif/core](https://github.com/oclif/core) from 4.5.1 to 4.5.2. - [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.1...4.5.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.5.2 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 da23ef3f..d2ff5f85 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "terminal-link": "^3.0.0" }, "devDependencies": { - "@oclif/core": "^4.5.1", + "@oclif/core": "^4.5.2", "@oclif/plugin-command-snapshot": "^5.3.4", "@oclif/test": "^4.1.13", "@salesforce/cli-plugins-testkit": "^5.3.39", diff --git a/yarn.lock b/yarn.lock index ecc6a7f0..e5306dd0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1331,10 +1331,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.1.tgz#7fa9041d13f624e4c00d89605d9f732cf8084748" - integrity sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.5.1", "@oclif/core@^4.5.2": + version "4.5.2" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2" + integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0"