From d242f84b1c962b2a84467f6ad7dafd600d6bd5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 02:42:51 +0000 Subject: [PATCH] chore(deps-dev): 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 b5e0f051..dae34a57 100644 --- a/package.json +++ b/package.json @@ -273,7 +273,7 @@ "aws-sdk": "^2.1693.0", "eslint": "^10.4.0", "eslint-config-salesforce-typescript": "^6.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 3f934f01..8933cc9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7938,10 +7938,10 @@ obliterator@^2.0.1: resolved "https://registry.yarnpkg.com/obliterator/-/obliterator-2.0.5.tgz#031e0145354b0c18840336ae51d41e7d6d2c76aa" integrity sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw== -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"