From 743596748da171b3162e8e85991a6c9842dac09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:23:51 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.0.6 to 5.0.7 Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.0.6 to 5.0.7. - [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.0.6...5.0.7) --- 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 cb0fdc0..f116a62 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "sf-chipps-package": "1.2.7" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.0.6", + "@oclif/plugin-command-snapshot": "^5.0.7", "@salesforce/plugin-command-reference": "^3.0.64", "@salesforce/ts-sinon": "^1.4.19", "@types/debug": "^4.1.12", diff --git a/yarn.lock b/yarn.lock index cbc2a8a..9f9ada7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1393,12 +1393,12 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.0.6": - version "5.0.6" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07" - integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg== +"@oclif/plugin-command-snapshot@^5.0.7": + version "5.0.7" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.7.tgz#cc2d7653c5683143f4a1021e6364e841b878ae15" + integrity sha512-TgNjJ8ltHQc6VMM/OQpMMz27bICqB6lndwfKUXY+GfZ1Jhp41U5LIYNj1p6hniuwZqA92JQ5dhXzlA/2AcTxAg== dependencies: - "@oclif/core" "^3.16.0" + "@oclif/core" "^3.18.2" "@types/lodash.difference" "^4.5.9" chalk "^5.3.0" just-diff "^5.2.0"