From fd72c84fca248d10d26dece79272a7da6d6791bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:44:40 +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.14 to 5.2.15. - [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.14...5.2.15) --- 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 2475045a..47dedd74 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "semver": "^7.6.3" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.14", + "@oclif/plugin-command-snapshot": "^5.2.15", "@salesforce/cli-plugins-testkit": "^5.3.26", "@salesforce/dev-scripts": "^10.2.9", "@salesforce/plugin-command-reference": "^3.1.20", diff --git a/yarn.lock b/yarn.lock index d7587e9f..a862f121 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1232,10 +1232,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.14": - version "5.2.14" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.14.tgz#fac3ff4657c02a4e8eaab9a62fef13f8abad30b5" - integrity sha512-fVGeV/dE6OhiRSL2ZN3Gn3eInGdeK4pQoCq0AB0vgvlU3tv7Ur4Vk1+5qpGazv8mAba9KjEtHySMpagDlb8H0Q== +"@oclif/plugin-command-snapshot@^5.2.15": + version "5.2.15" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.15.tgz#039e2457638d0d630a6006d67de329add6519f5f" + integrity sha512-nRyleFoNgyy8vLGlzE1ryjmlKA8E53NFqbgHl245Qgw9LbrC7czINnnyI2rkJLxxO0puGnJ5+qlz7bLDCwbSiw== dependencies: "@oclif/core" "^4" ansis "^3.3.2"