From 33fca30ee623bb529d3d3bfbd1d4d1ed6ba9067f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 06:37:16 +0000 Subject: [PATCH] fix(deps): bump @salesforce/plugin-info from 3.4.27 to 3.4.29 Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.4.27 to 3.4.29. - [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.27...3.4.29) --- 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 f658405a..2651216e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@oclif/core": "^4", "@salesforce/core": "^8.8.0", "@salesforce/kit": "^3.2.3", - "@salesforce/plugin-info": "^3.4.27", + "@salesforce/plugin-info": "^3.4.29", "@salesforce/sf-plugins-core": "^12.1.1", "@salesforce/ts-types": "^2.0.11", "open": "^10.1.0" diff --git a/yarn.lock b/yarn.lock index df0a7950..9497dc39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1949,10 +1949,10 @@ debug "^4.4.0" handlebars "^4.7.8" -"@salesforce/plugin-info@^3.4.27": - version "3.4.27" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.27.tgz#c12ca9a303575d0c329a3e1381c03269f7572786" - integrity sha512-AwYPfWhxK/Ht01/RusbWD/jT5YKuVaQaMsx2Y50KIFdtLuIkn9dzjwOnM0ktTbjVu5xSUxoHvBpOYlQV9gxsLg== +"@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== dependencies: "@inquirer/input" "^2.3.0" "@jsforce/jsforce-node" "^3.6.3"