From 413fdf50e59f6eaacf540637b93d34389b49cc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 11:08:58 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.0.8 to 5.0.9 Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.0.8 to 5.0.9. - [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.8...5.0.9) --- 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 e0c6b719..8b54326b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@salesforce/ts-types": "^2.0.9" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.0.8", + "@oclif/plugin-command-snapshot": "^5.0.9", "@salesforce/cli-plugins-testkit": "^5.1.9", "@salesforce/dev-scripts": "^8.3.0", "@salesforce/plugin-command-reference": "^3.0.67", diff --git a/yarn.lock b/yarn.lock index c2331b5b..1023a24e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1788,12 +1788,12 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.0.8": - version "5.0.8" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz#8ddaa56099ca6ba3414cdfbc023384066e150fec" - integrity sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA== +"@oclif/plugin-command-snapshot@^5.0.9": + version "5.0.9" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz#d6d8e565602aab8581ee6d8f203a41d93f0679ea" + integrity sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q== dependencies: - "@oclif/core" "^3.18.2" + "@oclif/core" "^3.19.2" "@types/lodash.difference" "^4.5.9" chalk "^5.3.0" just-diff "^5.2.0"