From a1f5784ccbdbc98578bf05b7eae273232f31e59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:55:10 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.19 to 5.2.21. - [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.19...5.2.21) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce6e036a..3b7b7d36 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ }, "devDependencies": { "@oclif/core": "^4.0.19", - "@oclif/plugin-command-snapshot": "^5.2.15", + "@oclif/plugin-command-snapshot": "^5.2.21", "@oclif/test": "^4.1.0", "@salesforce/cli-plugins-testkit": "^5.3.34", "@salesforce/dev-scripts": "^10.2.10", diff --git a/yarn.lock b/yarn.lock index 7c4c25e8..74127aa2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1274,10 +1274,10 @@ react "^18.3.1" wrap-ansi "^9.0.0" -"@oclif/plugin-command-snapshot@^5.2.15": - version "5.2.19" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.19.tgz#02f3f2c426aa0791bfcc598c9210e061f98caf54" - integrity sha512-tw4R1ohyo73/lWMFF2aGiN5qrURsttY59GRaVPSb9KMLHUS1l0kPt5k3Qm10ci4i3CALCOa78Chowan2OW4cnQ== +"@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== dependencies: "@oclif/core" "^4" ansis "^3.3.2"