From 8469f4200ae7100ff79b3992774383de92c4a7f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:13:25 +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.32 to 5.3.33. - [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.32...5.3.33) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.33 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 83fa568e..63047564 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@salesforce/templates": "^66.13.2" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.32", + "@oclif/plugin-command-snapshot": "^5.3.33", "@salesforce/cli-plugins-testkit": "^5.3.62", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.125", diff --git a/yarn.lock b/yarn.lock index eb7b5c1d..081ee9a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1105,10 +1105,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.32": - version "5.3.32" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.32.tgz#6b48e9823df9058d3f1340877409921240980fb1" - integrity sha512-oFvYUDxDHp0d5sg9SsEjHbT1LXdXuuKBdNhyMv37da9HjUU+RtxI0xb7vR465IUC3ftKThIvXZFcCduWOUPiqA== +"@oclif/plugin-command-snapshot@^5.3.33": + version "5.3.33" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.33.tgz#36f6cc1b8b9154e6087f9f7f8a3a83b0c089198f" + integrity sha512-Djtpaf6tO73cWMLXY+i7SZgfkVz3zRFZ1rwTKrAQZ55gN22zjHn0QXc181dtEGYcVb+laYJGHo/epvDntySi3g== dependencies: "@oclif/core" "^4" ansis "^3.17.0"