From cfc997edd9760d23743cb09187df6761b12a9c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:47:48 +0000 Subject: [PATCH] fix(deps): bump @salesforce/plugin-info from 3.4.21 to 3.4.23 Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.4.21 to 3.4.23. - [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.21...3.4.23) --- 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 9396a2fc..41656694 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.21", + "@salesforce/plugin-info": "^3.4.23", "@salesforce/sf-plugins-core": "^12.1.0", "@salesforce/ts-types": "^2.0.11", "open": "^10.1.0" diff --git a/yarn.lock b/yarn.lock index 11a57e32..fadae743 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1949,10 +1949,10 @@ debug "^4.3.7" handlebars "^4.7.8" -"@salesforce/plugin-info@^3.4.21": - version "3.4.21" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.21.tgz#b2d743216723e76020ef24b0d2e441cf4d98e61e" - integrity sha512-fH7Mj/K+syDbywqy4OAmYLo9G6850o2ESP0ufhRFlid1PlV6KqXq9XyUA3PGj/0KBkcfMxgUuz000vAsUIjdMQ== +"@salesforce/plugin-info@^3.4.23": + version "3.4.23" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.23.tgz#970b0110375a6c0b8d7763e2b5628d1f604e373e" + integrity sha512-k7FglkIabnG+Nc1EKvTouzhiosQMKCmGPX2PHHpSAGUfz5W+lTpTufxh+ZTX9Og3dZ51vMFnVgSEG7DKaYsepA== dependencies: "@inquirer/input" "^2.3.0" "@jsforce/jsforce-node" "^3.6.2"