From bbf29a56d4c93a28b9f6c146d2ea25fb92627adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:15:43 +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.18 to 5.2.19. - [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.18...5.2.19) --- 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7974ff4..85703f8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", - "@oclif/plugin-command-snapshot": "^5.2.18", + "@oclif/plugin-command-snapshot": "^5.2.19", "@salesforce/cli-plugins-testkit": "^5.3.35", "@salesforce/dev-scripts": "^10.2.10", "@types/async": "^3.2.24", diff --git a/yarn.lock b/yarn.lock index 1368a66..19047e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1281,9 +1281,9 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.18": - version "5.2.18" - resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.18.tgz" +"@oclif/plugin-command-snapshot@^5.2.19": + version "5.2.19" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.19.tgz#02f3f2c426aa0791bfcc598c9210e061f98caf54" dependencies: "@oclif/core" "^4" ansis "^3.3.2"