From d1cb42079d7d11580f70dabd972913a9e1760d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:00:37 +0000 Subject: [PATCH] fix(deps): bump @salesforce/plugin-info from 3.3.29 to 3.4.2 Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.3.29 to 3.4.2. - [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.29...3.4.2) --- updated-dependencies: - dependency-name: "@salesforce/plugin-info" dependency-type: direct:production update-type: version-update:semver-minor ... 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 68c429a2..fd298470 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@oclif/core": "^4", "@salesforce/core": "^8.5.1", "@salesforce/kit": "^3.2.0", - "@salesforce/plugin-info": "^3.3.29", + "@salesforce/plugin-info": "^3.4.2", "@salesforce/sf-plugins-core": "^11.3.6", "@salesforce/ts-types": "^2.0.11", "open": "^10.1.0" diff --git a/yarn.lock b/yarn.lock index 23db346c..0ce0a072 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1623,10 +1623,10 @@ debug "^4.3.6" handlebars "^4.7.8" -"@salesforce/plugin-info@^3.3.29": - version "3.3.29" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.3.29.tgz#ec835389db81e37fc31aeaca179f1c805d03159e" - integrity sha512-JDLppTtneczCv7WPxrE60RMlJHk5UwE4qP0zIZMIamtu3Tt63mPJEeQVkNGG5xXxcE8GNH2LULNcv6Cfr1F+qA== +"@salesforce/plugin-info@^3.4.2": + version "3.4.2" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.2.tgz#4f1cc845c0d4c79bdde5d3d870e1df9b783405a7" + integrity sha512-Rl2pA9jnJIU5bvE/GrVdpjdgsmRFlWcRiwND4usrmQPEfohViTPDhcV5RBjRb1wlXlsAVYrVD3dlB1tqVq8BmQ== dependencies: "@inquirer/input" "^2.2.9" "@jsforce/jsforce-node" "^3.2.2"