From b5f6ba72c163840489c5e462188f21c56ee0e8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 06:45:45 +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.22 to 5.3.23. - [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.22...5.3.23) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.23 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 97ee53f4..72d5ba17 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "chalk": "^5.6.2" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.22", + "@oclif/plugin-command-snapshot": "^5.3.23", "@salesforce/cli-plugins-testkit": "^5.3.54", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.108", diff --git a/yarn.lock b/yarn.lock index 7140ab87..235aa966 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1393,10 +1393,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.22": - version "5.3.22" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.22.tgz#266853b2e4f327b9051720c444e8d3f15f3058e7" - integrity sha512-rbJ8+lTTAPr1CAoqpsRoKBkyMMCwWojSaf+8T8Q7tFltBxCrmNavKTzWKqL7GTTMXKme7jYleZVOxSM2T1A5xg== +"@oclif/plugin-command-snapshot@^5.3.23": + version "5.3.23" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.23.tgz#c2ad62ba11293e273577d4f03cb74c993a8ad6bd" + integrity sha512-Hes42cYgcbznz8meI/PVIgJj9w3bHm2jXDSbiXxe1gP3K8K6Ebqupxvg6M62U/mMPCjzYODhVP+12wVdGk2tdQ== dependencies: "@oclif/core" "^4" ansis "^3.17.0"