From d333d0c66218aa362f52a5f369e8372af14d8fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:51:55 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot (#532) Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.12 to 5.2.14. - [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.12...5.2.14) --- 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 0862ec42..dc5f67bf 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "moment": "^2.30.1" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.12", + "@oclif/plugin-command-snapshot": "^5.2.14", "@salesforce/cli-plugins-testkit": "^5.3.26", "@salesforce/dev-scripts": "^8.5.0", "@salesforce/plugin-command-reference": "^3.1.16", diff --git a/yarn.lock b/yarn.lock index e5db2939..eb5b475e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1679,10 +1679,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.12": - version "5.2.12" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.12.tgz#f22aaac03ad1e4fbb62c9beb5c44c99522d29e8b" - integrity sha512-X+UvjS5yNQSrL4f8DDCg93+P0ZyG8pJ6g5R8nA8DjkC22AaKhHMh0BwGdPT6zmTajaIxClrfk1K/sAF4+bwMug== +"@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== dependencies: "@oclif/core" "^4" ansis "^3.3.2"