From 900b42a1ec966005a0164fb50d8594e89163cd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:38:47 +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.9 to 5.2.10. - [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.9...5.2.10) --- 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 0379369d..63b3f958 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "tar": "^7.4.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.2.9", + "@oclif/plugin-command-snapshot": "^5.2.10", "@salesforce/cli-plugins-testkit": "^5.3.17", "@salesforce/dev-scripts": "^10.2.2", "@salesforce/plugin-command-reference": "^3.1.8", diff --git a/yarn.lock b/yarn.lock index 86effaef..77494487 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3555,10 +3555,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.2.9": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.9.tgz#622ebaf87ebb5b8f217e04a06cb680e14e475b47" - integrity sha512-CyUSYqHkN3YyPI582N5wvxZGn8J0ZlVx38fOxW7ManpsrGg+5Q32k0QOW2vCfGZkAAI3B2mSG3flU/34IJujTw== +"@oclif/plugin-command-snapshot@^5.2.10": + version "5.2.10" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.10.tgz#48f46f341daa21fc28bd67b58420d5d9910cd237" + integrity sha512-Nc7xMdkvQxYfbqfA+UDSFV6SsVzbITVsJXQYPaM9QrlsbgUhzcdMHDX8kvqZV01OcK6Zr7lJ5XksY62lKbtS/A== dependencies: "@oclif/core" "^4" ansis "^3.3.1"