From 9155d777694c2b86387da836177fea826ecb3f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:06:26 -0700 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot (#609) Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.22 to 5.2.23. - [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.22...5.2.23) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aefddbb..33a16ba 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "moment": "^2.30.1" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.22", + "@oclif/plugin-command-snapshot": "^5.2.23", "@salesforce/cli-plugins-testkit": "^5.3.38", "@salesforce/dev-scripts": "^8.5.0", "@salesforce/plugin-command-reference": "^3.1.35", diff --git a/yarn.lock b/yarn.lock index 87d90d0..c3976e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1905,10 +1905,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.22": - version "5.2.22" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.22.tgz#88d0e452c87e8802a92cfdec9e39e13c0021a877" - integrity sha512-HPs5ydvpPiKc5PtIkFshScsASHA8BPVHdrovUwHwkvq91bsufsU7eiP3PZDHVXWd84nfqJkhYDjCAJJQDNN41A== +"@oclif/plugin-command-snapshot@^5.2.23": + version "5.2.23" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.23.tgz#bca5f727b4ff8215c9274afb9858f09e154b0806" + integrity sha512-RgGuuSPNCO3WMH73D6dm4Dm7tI1VFqduGvYV7JuolncKNCMOb8oBWmhiiGbwqJHwRMUsnKLcWF9SFmA1XBa2xw== dependencies: "@oclif/core" "^4" ansis "^3.3.2"