From 9049c849467165145d1361da503564523b2cf545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 02:27:22 +0000 Subject: [PATCH] chore(dev-deps): bump @salesforce/plugin-info from 2.6.50 to 2.6.51 Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 2.6.50 to 2.6.51. - [Release notes](https://github.com/salesforcecli/plugin-info/releases) - [Changelog](https://github.com/salesforcecli/plugin-info/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/plugin-info/compare/2.6.50...2.6.51) --- updated-dependencies: - dependency-name: "@salesforce/plugin-info" 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 ab8b74b72..f009634d7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@salesforce/dev-scripts": "^5.11.0", "@salesforce/plugin-command-reference": "^3.0.25", "@salesforce/plugin-deploy-retrieve": "^1.19.2", - "@salesforce/plugin-info": "^2.6.50", + "@salesforce/plugin-info": "^2.6.51", "@salesforce/plugin-settings": "^1.4.28", "@salesforce/plugin-templates": "^55.5.14", "@salesforce/plugin-user": "^2.3.36", diff --git a/yarn.lock b/yarn.lock index 5c2cd7fd2..9d8c82a0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1076,14 +1076,14 @@ shelljs "^0.8.5" tslib "^2" -"@salesforce/plugin-info@^2.6.50": - version "2.6.50" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-2.6.50.tgz#f6d06ef6c04c1c394190262af2d58dc940442b52" - integrity sha512-0DspcB27aMLqQThQgCDnlhwlRLUIdBXrLRGKc2goMmPQepGi4nhAC2N2qFkAyeOMp5/cg5w67Yo4UqCopudqlw== +"@salesforce/plugin-info@^2.6.51": + version "2.6.51" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-2.6.51.tgz#49f5cc853e860504b85219c06340ae4154fc0eb3" + integrity sha512-W6okjCPr5+bPfECB1DuoWUVaO1ztPdMH3jNu9xHJ9AAwhBRbh0I5teEJm1Z0YbxNut2yyouSS6oeujdgtEBjzw== dependencies: "@oclif/core" "^2.15.0" "@salesforce/core" "^5.3.1" - "@salesforce/kit" "^3.0.13" + "@salesforce/kit" "^3.0.14" "@salesforce/sf-plugins-core" "^3.1.28" got "^11.8.6" marked "^4.3.0"