From 319d587d1dd8917fec547c7f6d807061f09b3bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 12:02:05 +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.18 to 5.3.20. - [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.18...5.3.20) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.20 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 ae291ae0..a6d2537d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@oclif/core": "^4.11.0", - "@oclif/plugin-command-snapshot": "^5.3.18", + "@oclif/plugin-command-snapshot": "^5.3.20", "@salesforce/cli-plugins-testkit": "^5.3.57", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.98", diff --git a/yarn.lock b/yarn.lock index 615a9070..6bc70a04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1681,10 +1681,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.18": - version "5.3.18" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.18.tgz#ed987b0a85431a583880073d9f3bda51197acc8a" - integrity sha512-OoJQNCZaNuu3N6Pf042BfKDcP6dG6xnLWQk8ADV7JmkIz5Bt4jNLtQx8Xs1cP0m+rxS8l5LYENBBZqdR8E+uhw== +"@oclif/plugin-command-snapshot@^5.3.20": + version "5.3.20" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz#533e779070c852255dbdd68f3e71e2e53a43dabe" + integrity sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g== dependencies: "@oclif/core" "^4" ansis "^3.17.0"