From b0e906146641c4cb05d3626252f9f59d9e3a7b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 15:23:12 +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.14 to 5.3.15. - [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.14...5.3.15) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.15 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 4ce391a9..43ff54e1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@salesforce/sf-plugins-core": "^12" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.14", + "@oclif/plugin-command-snapshot": "^5.3.15", "@salesforce/cli-plugins-testkit": "^5.3.52", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.88", diff --git a/yarn.lock b/yarn.lock index 0d853a3a..c94942ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1421,10 +1421,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.14": - version "5.3.14" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz#7df825059df929373c57aba73704183f14f12a76" - integrity sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ== +"@oclif/plugin-command-snapshot@^5.3.15": + version "5.3.15" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz#8fca90454c80990b37a179330371357621c1514e" + integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg== dependencies: "@oclif/core" "^4" ansis "^3.17.0"