From 4cc5e2e91815aef590ed46bdb442835435f51352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 23:50:29 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.3.2 to 5.3.3 Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.3.2 to 5.3.3. - [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.2...5.3.3) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.3 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 08bad33e..e7d02383 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "xml2js": "^0.6.2" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.3.2", + "@oclif/plugin-command-snapshot": "^5.3.3", "@salesforce/cli-plugins-testkit": "^5.3.39", "@salesforce/dev-scripts": "^11.0.2", "@salesforce/plugin-command-reference": "^3.1.58", diff --git a/yarn.lock b/yarn.lock index 4b0c2180..91ab6898 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2772,10 +2772,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.3.2": - version "5.3.2" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.2.tgz#57d550b6e3f1f69ea6e4c6ec569333f9ee133711" - integrity sha512-PdzFQ1BRbv1YqOo5+5P/FzpS3xQQs6xVUZFM+kbdhyhFf9baVGrzkyDqa+nWp9SIvBD0cMb4QrLuKMIfNG9JyA== +"@oclif/plugin-command-snapshot@^5.3.3": + version "5.3.3" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.3.tgz#0b38547739e6f5481b3a11a3de47a841353a23ca" + integrity sha512-aQVUrP98pjrUAogSz2t0sP+PJs4NeN+jce3EIuMz1T2cYGpdFABg4IXGcZe3gGV4MnNBTSCDoZTV0CnJ5IpSoA== dependencies: "@oclif/core" "^4" ansis "^3.17.0"