From 115e349c2926527f2c89a498d8d6334fcb85a4aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 10:24:29 +0000 Subject: [PATCH] fix(deps): bump @salesforce/plugin-info from 3.4.12 to 3.4.13 Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.4.12 to 3.4.13. - [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.12...3.4.13) --- 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 25ea36dd..e53e4b37 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@oclif/core": "^4", "@salesforce/core": "^8.5.7", "@salesforce/kit": "^3.2.0", - "@salesforce/plugin-info": "^3.4.12", + "@salesforce/plugin-info": "^3.4.13", "@salesforce/sf-plugins-core": "^11.3.10", "got": "^13.0.0", "npm": "^10.9.0", diff --git a/yarn.lock b/yarn.lock index 57e61ab9..3c4021ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1715,10 +1715,10 @@ debug "^4.3.7" handlebars "^4.7.8" -"@salesforce/plugin-info@^3.4.12": - version "3.4.12" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.12.tgz#1f966843ebab900db0f113295e28f31b7f26a4f2" - integrity sha512-K5MIGQ14K9ZGMlyhGmI/nHh2vqOGFjopgvoAla4PAa5imARntd4P/blTCoJpT/R1G1aTuIzHVyZUcoC85ruJ+w== +"@salesforce/plugin-info@^3.4.13": + version "3.4.13" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.13.tgz#61800dbbd45b4e90d9c835e8cefd37321c192953" + integrity sha512-nKyDyDFytwzXbj0jhjjrsMpku6qpj08t3ljir9v/OfGIk+9M7SRrPPnxZmwNzqCAR3uJDyitNGCDiQVyD4ndAA== dependencies: "@inquirer/input" "^2.3.0" "@jsforce/jsforce-node" "^3.2.2"