From 98bbea83d7820a1307b404de39e0b32d2344c58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:55:17 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.0 to 5.1.1 Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.1.0 to 5.1.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.1.0...5.1.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ad02a63..743b260 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@salesforce/source-deploy-retrieve": "^10.5.1" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.1.0", + "@oclif/plugin-command-snapshot": "^5.1.1", "@salesforce/cli-plugins-testkit": "^5.1.10", "@salesforce/dev-scripts": "^8.4.2", "@types/mocha": "^10.0.6", diff --git a/yarn.lock b/yarn.lock index b3e196c..1af2371 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1503,10 +1503,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.1.0": - version "5.1.0" - resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.0.tgz" - integrity sha512-ZNt8HjGHecehcxpcH31U0su7XDHtLYVlthd5Wesum0H0JUacigyVScWtRZIs9Oy1PuPOW1ahCbj0DCMsFGlfmg== +"@oclif/plugin-command-snapshot@^5.1.1": + version "5.1.1" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz#13918a98686d7508ddca192154e2b33ae042706f" + integrity sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g== dependencies: "@oclif/core" "3.21.0" "@types/lodash.difference" "^4.5.9"