From b82b063504896fe736eee4b966a21191a83c63b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 11:45:43 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.5.0 to 4.5.1 Bumps [@oclif/core](https://github.com/oclif/core) from 4.5.0 to 4.5.1. - [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.0...4.5.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.5.1 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 00d6cec2..fb654df5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@salesforce/ts-types": "^2.0.11" }, "devDependencies": { - "@oclif/core": "^4.5.0", + "@oclif/core": "^4.5.1", "@oclif/plugin-command-snapshot": "^5.3.2", "@salesforce/cli-plugins-testkit": "^5.3.39", "@salesforce/dev-scripts": "^11.0.2", diff --git a/yarn.lock b/yarn.lock index 6ef4ad7f..1e75f7a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1560,10 +1560,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.4.0", "@oclif/core@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.0.tgz#0163f933098bfa52f86387f11900da1ad13235d3" - integrity sha512-UYWyDFNKFyzgXVXO0DHfOvJ/8qpw4yPYe7fOHausDEVU44qjDr90ZnfYTljZPK8dhgMggxiZs9n+TFajnXRp7g== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.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== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0"