From 46fdc1797c58dd38ce5992b2bd8163c0688113a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:48:49 +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.40 to 5.3.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.40...5.3.1) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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 1cdd16eb..1736c8a8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "terminal-link": "^3.0.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.39", + "@oclif/plugin-command-snapshot": "^5.3.1", "@salesforce/cli-plugins-testkit": "^5.3.38", "@salesforce/dev-scripts": "^11.0.2", "@salesforce/plugin-command-reference": "^3.1.56", diff --git a/yarn.lock b/yarn.lock index 76724634..392d17d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1331,10 +1331,10 @@ react "^18.3.1" wrap-ansi "^9.0.0" -"@oclif/plugin-command-snapshot@^5.2.39": - version "5.2.40" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8" - integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw== +"@oclif/plugin-command-snapshot@^5.3.1": + version "5.3.1" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz#95fbba5980c89398dfb3ade0ae733d972f217a03" + integrity sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg== dependencies: "@oclif/core" "^4" ansis "^3.17.0"