From 85d0de782aa9eac9730a4ad7bb9777f7cc1a5cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:13:07 +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.31 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.31...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 8f7db69e..94ee37f8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "terminal-link": "^3.0.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.31", + "@oclif/plugin-command-snapshot": "^5.3.33", "@salesforce/cli-plugins-testkit": "^5.3.64", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.126", diff --git a/yarn.lock b/yarn.lock index 2f0d6bf0..d5247f5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1086,10 +1086,10 @@ react "^18.3.1" wrap-ansi "^9.0.2" -"@oclif/plugin-command-snapshot@^5.3.31": - version "5.3.31" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.31.tgz#1064f54273cead813d90c07604c16c3e99f07850" - integrity sha512-jDfwOlgIK+p8Q/YZcBsExZPGeFArtFZ5tqWV+tkW/fKLMMAIbKcrW/NPFFTGsaS3tL8nJfeqyT0f4e5ODd+vDA== +"@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"