From 650764b3bd33d82a48b4bfef49ff91d7b46bf253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:23:37 +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.12 to 5.3.13. - [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.12...5.3.13) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.13 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 c1806fb7..3302ca98 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@oclif/core": "^4.9.0", - "@oclif/plugin-command-snapshot": "^5.3.12", + "@oclif/plugin-command-snapshot": "^5.3.13", "@oclif/test": "^4", "@salesforce/cli-plugins-testkit": "^5.3.41", "@salesforce/dev-scripts": "^11.0.4", diff --git a/yarn.lock b/yarn.lock index 7f34eb4e..64fd4caf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1562,10 +1562,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.12.tgz#ccb9c0fcb231e025d87efc22e4b0979d66e4164c" - integrity sha512-WQDVFFisFRYMXVd5B0HtpuiTpTNaKuPnEi3IXTCb33yEd71TBgeKUvilWtfydhfYK+V1BkVec/mQLHJ1dWj1pw== +"@oclif/plugin-command-snapshot@^5.3.13": + version "5.3.13" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz#b63e9572091795c5659e61956c04a07bc956c5d2" + integrity sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ== dependencies: "@oclif/core" "^4" ansis "^3.17.0"