From e4bd262872949d0f93440a06342999a37d9a1c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:31:44 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.3.28 to 5.3.30. - [Release notes](https://github.com/oclif/plugin-command-snapshot/releases) - [Changelog](https://github.com/oclif/plugin-command-snapshot/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-command-snapshot/compare/5.3.28...5.3.30) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.30 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 225b5aa5..03135444 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "chalk": "^5.6.2" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.28", + "@oclif/plugin-command-snapshot": "^5.3.30", "@salesforce/cli-plugins-testkit": "^5.3.54", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.122", diff --git a/yarn.lock b/yarn.lock index 58f366fd..92c30945 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1054,10 +1054,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.28": - version "5.3.28" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.28.tgz#3119abdf980ce9178af46da293edf87787390532" - integrity sha512-icsJTC+w9CLhn+ffbl+fJXFlhYq11AkyB1LlMnZWcqkbNVgGAIFkzpFmZigycTKbdbVsM3QN7yKKxjMsIjkPZg== +"@oclif/plugin-command-snapshot@^5.3.30": + version "5.3.30" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.30.tgz#0353f303d7bbfd8461833693f160288868c4bbb3" + integrity sha512-DyRRsNNlCs15vxoGQ1CcyP9Kkt+JGMg+Axovyd4Eutkg6Z/Q55HrIvxAT6shjIkWoFH44cqcDrhCGCA/7EFsLQ== dependencies: "@oclif/core" "^4" ansis "^3.17.0"