From 26a828622597239c025d67214388eacb5ff562ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 01:45:12 +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.36 to 5.2.37. - [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.36...5.2.37) --- 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 d9b72f503..41ae2f4b5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "terminal-link": "^3.0.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.36", + "@oclif/plugin-command-snapshot": "^5.2.37", "@salesforce/cli-plugins-testkit": "^5.3.38", "@salesforce/dev-scripts": "^10.2.12", "@salesforce/plugin-command-reference": "^3.1.39", diff --git a/yarn.lock b/yarn.lock index bd0ea457e..db5630a3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1347,13 +1347,13 @@ react "^18.3.1" wrap-ansi "^9.0.0" -"@oclif/plugin-command-snapshot@^5.2.36": - version "5.2.36" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.36.tgz#83b4ff3fcb0be14416a486405a15d29867a081d1" - integrity sha512-NM8up8CGfybXPVESMaeubBqY5jMtIzZYGVrzhMI92Du46O46Ld1IX4jSdnNMjwnTRzTYdz3Br57d5IpnfpEcKw== +"@oclif/plugin-command-snapshot@^5.2.37": + version "5.2.37" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.37.tgz#7ad347cbaa1b4afba60b19588cb4987b78d72993" + integrity sha512-22wbylGE6oMNHZD17SEdSU8kAadk4ILIeyoExvyrPWWfLMaBPVCo4ExTYdsF94wzkWCAjTCpNEbmZ2ZmuFBwkw== dependencies: "@oclif/core" "^4" - ansis "^3.16.0" + ansis "^3.17.0" globby "^14.1.0" just-diff "^5.2.0" lodash.difference "^4.5.0"