From 14e5fa9290f205c2b7ca0096e141a730905315c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 21:32:55 +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.35 to 5.4.0. - [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.35...5.4.0) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 c5309be..91c1c3c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "got": "^13.0.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.35", + "@oclif/plugin-command-snapshot": "^5.4.0", "@salesforce/cli-plugins-testkit": "^5.3.66", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.132", diff --git a/yarn.lock b/yarn.lock index 1218488..94ed2cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1261,10 +1261,10 @@ react "^18.3.1" wrap-ansi "^9.0.2" -"@oclif/plugin-command-snapshot@^5.3.35": - version "5.3.35" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.35.tgz#0bb1f3627a4d3209c5bd41089dbfffefbf94a60e" - integrity sha512-IIj6zISG1muLLSpPI560n6Q2F4njN+OFTP/PXp+sdGxrB0pT/NtuRQ6DXwo0fvOX2AA6aG7HMLNYRO5h5feGJg== +"@oclif/plugin-command-snapshot@^5.4.0": + version "5.4.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.4.0.tgz#a5f4a8c52c35a27b00fa2a1f2b9e7056e8c5f55f" + integrity sha512-ZU+PTQZZcHw96ntsUCPAYmbVft+raaYCVdHRTCDnCx0lzZCc3CST6vWqjKh0/hoKRS7D0x3c9F4M1ckbDKbMZw== dependencies: "@oclif/core" "^4" ansis "^3.17.0"