From 704cf38dd771f218ffee18838ab67541d348a253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 12:33:41 +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.15 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.15...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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 383dad2..ffe7e9e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@salesforce/sf-plugins-core": "^12" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.15", + "@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.97", diff --git a/yarn.lock b/yarn.lock index 5506a0f..68672b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1448,10 +1448,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@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== +"@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" @@ -1460,7 +1460,7 @@ lodash.difference "^4.5.0" lodash.get "^4.4.2" lodash.sortby "^4.7.0" - semver "^7.7.4" + semver "^7.8.0" ts-json-schema-generator "^1.5.1" "@oclif/plugin-help@^6.2.38":