From d9a528339e658434d0904b590b295e902bb8233b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 01:24:35 +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.17 to 5.3.23. - [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.17...5.3.23) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.23 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 c66c2ba8..200e5133 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "terminal-link": "^3.0.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.17", + "@oclif/plugin-command-snapshot": "^5.3.23", "@salesforce/cli-plugins-testkit": "^5.3.57", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.95", diff --git a/yarn.lock b/yarn.lock index 9850b3fd..0e1d5ff7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1453,10 +1453,10 @@ react "^18.3.1" wrap-ansi "^9.0.2" -"@oclif/plugin-command-snapshot@^5.3.17": - version "5.3.17" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz#441c6cdb0c236462405a4fb78fd44871d1a54160" - integrity sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg== +"@oclif/plugin-command-snapshot@^5.3.23": + version "5.3.23" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.23.tgz#c2ad62ba11293e273577d4f03cb74c993a8ad6bd" + integrity sha512-Hes42cYgcbznz8meI/PVIgJj9w3bHm2jXDSbiXxe1gP3K8K6Ebqupxvg6M62U/mMPCjzYODhVP+12wVdGk2tdQ== dependencies: "@oclif/core" "^4" ansis "^3.17.0" @@ -1465,7 +1465,7 @@ lodash.difference "^4.5.0" lodash.get "^4.4.2" lodash.sortby "^4.7.0" - semver "^7.7.4" + semver "^7.8.1" ts-json-schema-generator "^1.5.1" "@oclif/plugin-help@^6.2.38":