From ccebc4e769334b4211f9b367fec7c3b707f795aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:23:49 +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.11 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.11...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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 94019e4..d973667 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "proxy-agent": "^6.4.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.11", + "@oclif/plugin-command-snapshot": "^5.2.12", "@salesforce/cli-plugins-testkit": "^5.3.20", "@salesforce/dev-scripts": "^10.2.9", "@salesforce/plugin-command-reference": "^3.1.14", diff --git a/yarn.lock b/yarn.lock index 0502129..6780076 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1285,10 +1285,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.11": - version "5.2.11" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.11.tgz#b4914c0465af849510d3cff5aa7c9fedea009ff9" - integrity sha512-klL8lGY5Ef+EJZ7ftGChvMCPspXXYCyAsyEJILZRd4gf1bIYzS9ooKZuClGa1RbGTleJjZQxvCEiItrRrH72oQ== +"@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.3.2" @@ -1297,7 +1297,7 @@ 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.2":