From b338e91cb2ecbefc271a638c5b50106420eb4418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:45:15 +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.12 to 5.2.13. - [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.12...5.2.13) --- 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 75cfac9a..6ebee7b8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "ansis": "^3.3.2" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.12", + "@oclif/plugin-command-snapshot": "^5.2.13", "@salesforce/cli-plugins-testkit": "^5.3.26", "@salesforce/dev-scripts": "^10.2.9", "@salesforce/plugin-command-reference": "^3.1.16", diff --git a/yarn.lock b/yarn.lock index 6d3625af..d300ed86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1541,10 +1541,10 @@ ink "^5.0.1" react "^18.3.1" -"@oclif/plugin-command-snapshot@^5.2.12": - version "5.2.12" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.12.tgz#f22aaac03ad1e4fbb62c9beb5c44c99522d29e8b" - integrity sha512-X+UvjS5yNQSrL4f8DDCg93+P0ZyG8pJ6g5R8nA8DjkC22AaKhHMh0BwGdPT6zmTajaIxClrfk1K/sAF4+bwMug== +"@oclif/plugin-command-snapshot@^5.2.13": + version "5.2.13" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.13.tgz#d0025844865c20e38d4198c43fd6a515fedfde06" + integrity sha512-oCCD5DqjbK0AKonhGI+qa7ZMhvLbmdJ0kvWCoDBJyyusuxPtsGKYGrBS5LLqn6eEFIvOLbW+ZVXSOUQNK+SHRg== dependencies: "@oclif/core" "^4" ansis "^3.3.2"