From 3aa9f531681e3b3797f8ad4c02ba9b309506165b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 02:49:25 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.0.5 to 5.0.6 Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.0.5 to 5.0.6. - [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.5...5.0.6) --- 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 4eae386..d1036be 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "proxy-agent": "^6.3.1" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.0.5", + "@oclif/plugin-command-snapshot": "^5.0.6", "@salesforce/cli-plugins-testkit": "^5", "@salesforce/dev-scripts": "^8.3.0", "@salesforce/plugin-command-reference": "^3.0.61", diff --git a/yarn.lock b/yarn.lock index c63c080..25ea2df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -768,12 +768,12 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.0.5": - version "5.0.5" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494" - integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA== +"@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== dependencies: - "@oclif/core" "^3.15.0" + "@oclif/core" "^3.16.0" "@types/lodash.difference" "^4.5.9" chalk "^5.3.0" just-diff "^5.2.0"