From baf20e779f8c6dbc03e29674dba8668ea782cda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 05:48:36 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.2.4 to 5.2.5 Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.4 to 5.2.5. - [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.4...5.2.5) --- 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 9d7c1560..158ba309 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "yarn-deduplicate": "^6.0.2" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.4", + "@oclif/plugin-command-snapshot": "^5.2.5", "@salesforce/dev-scripts": "^10.2.2", "@salesforce/ts-sinon": "^1.4.22", "@types/semver": "^7.5.8", diff --git a/yarn.lock b/yarn.lock index 18c18945..d3a1fc74 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1527,10 +1527,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.4": - version "5.2.4" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.4.tgz#7872742c0d8271bf90e981d5821f355bd05ca359" - integrity sha512-rdt9Bf7bVnjsre7YY3ulZc42QzRuQVhFFxzPBtCi61QbnPS4nizh2mpwrwq6byW6nlddHue82CNYAWQAjr9i7w== +"@oclif/plugin-command-snapshot@^5.2.5": + version "5.2.5" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.5.tgz#c1a473d1650fba73e6c0bcf53f52cabcaa4794e4" + integrity sha512-hPsjsHGkXGFau6LDMlCptdn1SS0+Y3kvPGUikpohCO8+apHBCfxGXNIbjmlSwqFWxKiMRyGFm/2U6nEtg3BBBQ== dependencies: "@oclif/core" "^4" ansis "^3.2.0"