From e576e6aca64e530965fb1161521ceed08b52c6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:43:34 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.2.0 to 5.2.1 Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.0 to 5.2.1. - [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.2.0...5.2.1) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" 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 9da94f50..28973b46 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "open": "^10.1.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.0", + "@oclif/plugin-command-snapshot": "^5.2.1", "@salesforce/cli-plugins-testkit": "^5.3.9", "@salesforce/dev-scripts": "^10.1.0", "@salesforce/plugin-command-reference": "^3.0.89", diff --git a/yarn.lock b/yarn.lock index 568e22ed..68404581 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1680,12 +1680,12 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz#315ec592f43faf417dbd6dc5af03c21cf06e5f35" - integrity sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q== +"@oclif/plugin-command-snapshot@^5.2.1": + version "5.2.1" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.1.tgz#f570ffc2c7f46f56654b42231ad27785bd228299" + integrity sha512-Qzz4OLjmaB0uVVHe5TMVsyd412+racLRbnWsi54PIQQN68vfcLTHwiDoFTTgSkCkbraMxsPbjsxazcqXhUcSxQ== dependencies: - "@oclif/core" "^4.0.0-beta.13" + "@oclif/core" "^4" ansis "^3.2.0" globby "^14.0.1" just-diff "^5.2.0"