From 1269133c892e367d96cece34dde32341ff23ec02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 10:32:37 +0000 Subject: [PATCH] fix(deps): bump @salesforce/plugin-info from 3.4.29 to 3.4.30 Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.4.29 to 3.4.30. - [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.4.29...3.4.30) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fc450bc5..1e45b318 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@oclif/core": "^4", "@salesforce/core": "^8.8.0", "@salesforce/kit": "^3.2.0", - "@salesforce/plugin-info": "^3.4.29", + "@salesforce/plugin-info": "^3.4.30", "@salesforce/sf-plugins-core": "^12", "got": "^13.0.0", "npm": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 608546f1..e1641d75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2250,10 +2250,10 @@ debug "^4.4.0" handlebars "^4.7.8" -"@salesforce/plugin-info@^3.4.29": - version "3.4.29" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.29.tgz#6a5b7fd0c0066949d5de970a0684731ea782a72a" - integrity sha512-uaZZWTj1GqAqfiJGIaMPYv4m9JuVaRi80f2JGYkkZ0gRoei4L/nkueWyQe9U0DPHCFfGO9zEMb3uJALqgwTf3Q== +"@salesforce/plugin-info@^3.4.30": + version "3.4.30" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz#6a62622c14bba4cd3920bf5951e2caf794957ae7" + integrity sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA== dependencies: "@inquirer/input" "^2.3.0" "@jsforce/jsforce-node" "^3.6.3"