From d0d1ab236a744e38194c03d9a2443ef836406b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 05:45:41 +0000 Subject: [PATCH] fix(deps): bump @salesforce/plugin-info from 3.3.28 to 3.3.29 Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.3.28 to 3.3.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.3.28...3.3.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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ec0d09a9..814fecca 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@oclif/core": "^4", "@salesforce/core": "^8.3.0", "@salesforce/kit": "^3.2.0", - "@salesforce/plugin-info": "^3.3.28", + "@salesforce/plugin-info": "^3.3.29", "@salesforce/sf-plugins-core": "^11.3.4", "@salesforce/ts-types": "^2.0.11", "open": "^10.1.0" diff --git a/yarn.lock b/yarn.lock index fbabd235..3df9e4e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1312,7 +1312,7 @@ resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790" integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA== -"@inquirer/input@^2.2.4", "@inquirer/input@^2.2.7": +"@inquirer/input@^2.2.4", "@inquirer/input@^2.2.9": version "2.2.9" resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.2.9.tgz#08fdf9a48e4f6fc64c2d508b9d10afac843f9bd8" integrity sha512-7Z6N+uzkWM7+xsE+3rJdhdG/+mQgejOVqspoW+w0AbSZnL6nq5tGMEVASaYVWbkoSzecABWwmludO2evU3d31g== @@ -1623,12 +1623,12 @@ debug "^4.3.6" handlebars "^4.7.8" -"@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== +"@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== dependencies: - "@inquirer/input" "^2.2.7" + "@inquirer/input" "^2.2.9" "@jsforce/jsforce-node" "^3.2.2" "@oclif/core" "^4" "@salesforce/core" "^8.3.0"