From d7c370be643da1be7765fb4a1344c98466309e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 22:02:58 +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.29 to 5.3.30. - [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.29...5.3.30) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.30 dependency-type: direct:development update-type: version-update:semver-patch ... 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 5c0952f9..805501d0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "js2xmlparser": "^4.0.2" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.29", + "@oclif/plugin-command-snapshot": "^5.3.30", "@salesforce/cli-plugins-testkit": "^5.3.62", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.109", diff --git a/yarn.lock b/yarn.lock index 9f6e578f..4fdd73d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1363,10 +1363,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.29": - version "5.3.29" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.29.tgz#9748e9512c64d68252d223baa70a1da0d67eefb0" - integrity sha512-yoSk5v4Ws0vLihCetgvWZdoan1c5m3CV7JD3hsBsOlj3Q0J2Q6sLpIsJ0Ob/Ltzpmy+PSBIW59CmpIL4GYMsoA== +"@oclif/plugin-command-snapshot@^5.3.30": + version "5.3.30" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.30.tgz#0353f303d7bbfd8461833693f160288868c4bbb3" + integrity sha512-DyRRsNNlCs15vxoGQ1CcyP9Kkt+JGMg+Axovyd4Eutkg6Z/Q55HrIvxAT6shjIkWoFH44cqcDrhCGCA/7EFsLQ== dependencies: "@oclif/core" "^4" ansis "^3.17.0"