From 6d52c5dd3be84c822994c75abb19ab460e5d5c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 05:44:26 +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.2.8 to 5.2.10. - [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.8...5.2.10) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9dd83aec..24915010 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "open": "^9.1.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.8", + "@oclif/plugin-command-snapshot": "^5.2.10", "@oclif/test": "^3.2.15", "@salesforce/cli-plugins-testkit": "^5.3.19", "@salesforce/dev-scripts": "^8.5.0", diff --git a/yarn.lock b/yarn.lock index 3c5dbef5..8a521332 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1361,10 +1361,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.8": - version "5.2.8" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.8.tgz#1e982dda2354fcb0cc72b7a2dc47a4652f49ddc1" - integrity sha512-FRozX2ggimKZ3EesKrPSnNnsE3wjqTeYFw1HBWmmVVfxax0gPSa0CK830xqudInj4a46szsvaTNBZ6zwv5fDSg== +"@oclif/plugin-command-snapshot@^5.2.10": + version "5.2.10" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.10.tgz#48f46f341daa21fc28bd67b58420d5d9910cd237" + integrity sha512-Nc7xMdkvQxYfbqfA+UDSFV6SsVzbITVsJXQYPaM9QrlsbgUhzcdMHDX8kvqZV01OcK6Zr7lJ5XksY62lKbtS/A== dependencies: "@oclif/core" "^4" ansis "^3.3.1"