From 2ac2e24aba300e0fe125d3b3fefc683b9f77bde9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 08:43:30 +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.21. - [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.21) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.21 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 b09b37af..a924245c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "fast-levenshtein": "^3.0.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.17", + "@oclif/plugin-command-snapshot": "^5.3.21", "@oclif/test": "^4", "@salesforce/cli-plugins-testkit": "^5.3.54", "@salesforce/dev-scripts": "^11.0.4", diff --git a/yarn.lock b/yarn.lock index f39a1c75..3ff5b86a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1814,10 +1814,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.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.21.tgz#a09db9aaa10562628913f23d67ff4e93c3afc6de" + integrity sha512-jmPF/FNGXBmgkgRUW+P4CfPjon48Nom62YzfLMkN6LXl2ILmlhEigMO4hnOdub1XaonMRfexmBtvuWL0mfUPfg== dependencies: "@oclif/core" "^4" ansis "^3.17.0" @@ -1826,7 +1826,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":