From 0bfe7f923310f026486e0a8bbae3436230f71459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 01:14:12 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.0.2 to 5.0.3 Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.0.2 to 5.0.3. - [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.0.2...5.0.3) --- 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 0e233c05..5ac481e2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "chalk": "^5.3.0" }, "devDependencies": { - "@oclif/plugin-command-snapshot": "^5.0.2", + "@oclif/plugin-command-snapshot": "^5.0.3", "@salesforce/cli-plugins-testkit": "^5.0.4", "@salesforce/dev-scripts": "^7.1.1", "@salesforce/plugin-command-reference": "^3.0.47", diff --git a/yarn.lock b/yarn.lock index e3ba5909..dba40fd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -813,13 +813,13 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-command-snapshot@^5.0.2": - version "5.0.2" - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.2.tgz#41e88d245e1ffb1822b4cb127df39f61672cf2b1" - integrity sha512-4Aun0P/K9uVC5JLmG968OJhDT5HMiOs4mmw7A2cWmf1Paw8zp4xZ40PvYOOKN86gaKukKFDTQ1sDuLBzqNhZow== +"@oclif/plugin-command-snapshot@^5.0.3": + version "5.0.3" + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.3.tgz#1ca2ccc173ba66d81e0e351f0cf640a9c3782f02" + integrity sha512-LbG7lxdKhaapv7nrgUoQU505PA92OU4SOMyczS74BatgUHjx4B0qXOe3VI2aKmd+SApPaLDe/QsGnm98gfZhmQ== dependencies: "@oclif/core" "^3.10.8" - "@types/lodash.difference" "^4.5.8" + "@types/lodash.difference" "^4.5.9" chalk "^5.3.0" just-diff "^5.2.0" lodash.difference "^4.5.0" @@ -1478,7 +1478,7 @@ dependencies: "@types/node" "*" -"@types/lodash.difference@^4.5.8": +"@types/lodash.difference@^4.5.9": version "4.5.9" resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c" integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==