From ac126dafeff4b04bae796ec577965e8dd82ec508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 11:18:02 +0100 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot (#942) Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.21 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.21...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 bed303513..c1e87b3ba 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "xpath": "^0.0.34" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.21", + "@oclif/plugin-command-snapshot": "^5.2.23", "@salesforce/cli-plugins-testkit": "^5.3.38", "@salesforce/dev-config": "^4.3.1", "@salesforce/dev-scripts": "^10", diff --git a/yarn.lock b/yarn.lock index 5386c1b2c..8be6c379f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2165,10 +2165,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.21": - version "5.2.21" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.21.tgz#67ed6a106efbc774a345b7a956da74dfd9b2e67a" - integrity sha512-DbvmIHR3xPJGsGrCpxtSnOzvxk12fwWjjsbD9tbFsZngIIT0/GideaQX1AB1erqROZ0lvlGTEu+qGsWffs32oA== +"@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"