From f76227b4e88621327250ba57169e4dcdec25d8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 12:05:35 +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.19 to 5.3.21. - [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.19...5.3.21) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.21 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 302eff00..dceb796b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "moment": "^2.30.1" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.19", + "@oclif/plugin-command-snapshot": "^5.3.21", "@salesforce/cli-plugins-testkit": "^5.3.58", "@salesforce/dev-scripts": "^8.5.0", "@salesforce/plugin-command-reference": "^3.1.102", diff --git a/yarn.lock b/yarn.lock index 0b674ac1..a02bbfa1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1374,10 +1374,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.19.tgz#de084122b9fc10a6e6ed2bf39d3d280f7f9b4d58" - integrity sha512-yYadzyOs8CpQFJU1I1/kxHx3sCZ2u35WyBBT2ONwlujeZmXPg3nVBPVeghkApDQaAcO0b1nzLZ+zq73L2FnVIg== +"@oclif/plugin-command-snapshot@^5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.21.tgz#a09db9aaa10562628913f23d67ff4e93c3afc6de" + integrity sha512-jmPF/FNGXBmgkgRUW+P4CfPjon48Nom62YzfLMkN6LXl2ILmlhEigMO4hnOdub1XaonMRfexmBtvuWL0mfUPfg== dependencies: "@oclif/core" "^4" ansis "^3.17.0"