From 1270cad7c8d8157e222e56fb7455e6a59036e746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 09:01:24 +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.8 to 5.3.14. - [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.8...5.3.14) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.14 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 520eb1e2..3cf92fe9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "js2xmlparser": "^4.0.2" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.8", + "@oclif/plugin-command-snapshot": "^5.3.15", "@salesforce/cli-plugins-testkit": "^5.3.52", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.86", diff --git a/yarn.lock b/yarn.lock index b6276599..97adba4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1411,10 +1411,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.8": - version "5.3.8" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.8.tgz#b952a270bfdfaea941f244363c4bcf781398d9b9" - integrity sha512-pxuW6kVAkAJBZzk7w2xUy32D+EQGeef15Kyjz13LYazHNXcVdrzP/5726VGfMnK3U4W1QyJ7CalzZxRLVvxQcg== +"@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== dependencies: "@oclif/core" "^4" ansis "^3.17.0" @@ -1423,7 +1423,7 @@ lodash.difference "^4.5.0" lodash.get "^4.4.2" lodash.sortby "^4.7.0" - semver "^7.7.3" + semver "^7.7.4" ts-json-schema-generator "^1.5.1" "@oclif/plugin-help@^6.2.38":