From 45b8cbc3a6dceb22e98a9124cbe43343ab2052e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 15:23:05 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 5.0.0 to 5.0.1 Bumps [oclif](https://github.com/oclif/oclif) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/5.0.0...5.0.1) --- updated-dependencies: - dependency-name: oclif dependency-version: 5.0.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 a827b3aa..e7f5c2b9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": "^10.4.0", "eslint-config-salesforce-typescript": "^7.0.0", "eslint-plugin-sf-plugin": "^3.0.0", - "oclif": "^5.0.0", + "oclif": "^5.0.1", "ts-node": "^10.9.2", "typescript": "^6.0.0" }, diff --git a/yarn.lock b/yarn.lock index aaa3d5f2..0ca166ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4980,10 +4980,10 @@ object-hash@^3.0.0: resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== -oclif@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-5.0.0.tgz#29c167d7b1c516881e1bbf2dba37f5b29aebdd4d" - integrity sha512-7ALiRsTbrjegcFqOWw2Fu4SjTWPBKfN+ZqcdHTEy4wL57jnz6D0gyEGhz9DRq5pXSWdGfYngY6wb6Pj7Bain1A== +oclif@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-5.0.1.tgz#64a1d447206760c3fa7b72f535aec853cdbb093f" + integrity sha512-dhahAJMJN5W7yX9pcHxV5UkciBBbA9g40iaVDLqq/RZGY9gBqKB8X8oxyluohzWB/IWfqjjhkGOX0m3Xq6Khfg== dependencies: "@aws-sdk/client-cloudfront" "^3.1079.0" "@aws-sdk/client-s3" "^3.1079.0"