From 258647bd3d92c7c0d220813cb0a45f239fd6cea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:59:04 +0000 Subject: [PATCH] chore(deps-dev): bump @oclif/plugin-command-snapshot (#864) Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.15 to 5.2.16. - [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.15...5.2.16) --- 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 a86617e5..b5643950 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "tslib": "^2.7.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.15", + "@oclif/plugin-command-snapshot": "^5.2.16", "@oclif/plugin-help": "^6.2.12", "@salesforce/dev-scripts": "^10.2.10", "@salesforce/ts-sinon": "^1.4.27", diff --git a/yarn.lock b/yarn.lock index bb099cf1..bc2dba52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1695,10 +1695,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@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== +"@oclif/plugin-command-snapshot@^5.2.16": + version "5.2.16" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.16.tgz#8b2acebc9a2bb92e7d1ddea8eb11b4de59824f79" + integrity sha512-ONtTHVlrmDL/VkUxHqxKIi9HepSrfYa9AxIKm03MSPX1UJsDTyi0kPgqu0aYAdf1dyKhqfNRKNaGa9lBVYDOvw== dependencies: "@oclif/core" "^4" ansis "^3.3.2"