From 3a90caf800b6782a8b9faf2bd3ddda6ce256fe1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:31:58 +0000 Subject: [PATCH] fix(deps): bump @salesforce/plugin-info from 3.3.27 to 3.3.28 Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.3.27 to 3.3.28. - [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/3.3.27...3.3.28) --- updated-dependencies: - dependency-name: "@salesforce/plugin-info" dependency-type: direct:production 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 a002061e..db49a1c1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@oclif/core": "^4", "@salesforce/core": "^8.3.0", "@salesforce/kit": "^3.2.0", - "@salesforce/plugin-info": "^3.3.27", + "@salesforce/plugin-info": "^3.3.28", "@salesforce/sf-plugins-core": "^11.3.0", "got": "^13.0.0", "npm": "^10.8.2", diff --git a/yarn.lock b/yarn.lock index 650272f6..072499c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1859,16 +1859,16 @@ debug "^4.3.6" handlebars "^4.7.8" -"@salesforce/plugin-info@^3.3.27": - version "3.3.27" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.3.27.tgz#b9d2bbcfb1cea46844c9d58fd752bfe84d4da634" - integrity sha512-XI6flQpRuwaCeNhY1OgfnajrTHXOw3Hg+DNPnr9Yb0PIc/0R+OoZlxc8XzJR7pePKCUNCswIHpiTeCmGUxqEfA== +"@salesforce/plugin-info@^3.3.28": + version "3.3.28" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.3.28.tgz#4cd1e234344ea835475775a28b276bad6e6a492c" + integrity sha512-4ulrmW3ldcDz2mcirGomgxnkhy5mPh5kc6iNXiENs4RsfNoKrKPBeB8jexk4BQFxlRBLEd2DbBR4np68Ys75kQ== dependencies: "@inquirer/input" "^2.2.7" "@jsforce/jsforce-node" "^3.2.2" "@oclif/core" "^4" "@salesforce/core" "^8.3.0" - "@salesforce/kit" "^3.1.6" + "@salesforce/kit" "^3.2.1" "@salesforce/sf-plugins-core" "^11.2.4" got "^13.0.0" marked "^4.3.0"