From 0965330eb3e2fda27f497884a363ef4f71cfff02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 15:43:54 +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.7 to 5.2.12. - [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.7...5.2.12) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0d89bcd6..1fab37f0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "open": "^10.1.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.7", + "@oclif/plugin-command-snapshot": "^5.2.12", "@salesforce/cli-plugins-testkit": "^5.3.25", "@salesforce/dev-scripts": "^10.2.9", "@salesforce/plugin-command-reference": "^3.1.15", diff --git a/yarn.lock b/yarn.lock index 0a318acf..1e00bccc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1588,19 +1588,19 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.7": - version "5.2.7" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.7.tgz#1013bce097b9023ff84db7dac070c7f78aff9449" - integrity sha512-fKFF/AJDIGo9GEe23YxqfOlhtEx7SD9gNJRQNLEB0267UVXukR3jhJbbyjcsG7aw1cAp5glFnzIoWzpBycXQYQ== +"@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== dependencies: "@oclif/core" "^4" - ansis "^3.2.0" + ansis "^3.3.2" globby "^14.0.2" just-diff "^5.2.0" lodash.difference "^4.5.0" lodash.get "^4.4.2" lodash.sortby "^4.7.0" - semver "^7.6.0" + semver "^7.6.3" ts-json-schema-generator "^1.5.1" "@oclif/plugin-help@^6.2.7":