From 17340f70416d31cdae8e3e444e22654b5cb45aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 06:02:08 +0000 Subject: [PATCH] fix(deps): bump @salesforce/plugin-info from 3.4.96 to 3.4.98 Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.4.96 to 3.4.98. - [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.96...3.4.98) --- updated-dependencies: - dependency-name: "@salesforce/plugin-info" dependency-version: 3.4.98 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 43e705bc..faa25cb8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@oclif/core": "^4", "@salesforce/core": "^8.23.5", "@salesforce/kit": "^3.2.4", - "@salesforce/plugin-info": "^3.4.96", + "@salesforce/plugin-info": "^3.4.98", "@salesforce/sf-plugins-core": "^12.2.6", "@salesforce/ts-types": "^2.0.11", "open": "^10.2.0" diff --git a/yarn.lock b/yarn.lock index 90bb2246..732522a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1608,10 +1608,10 @@ debug "^4.4.3" handlebars "^4.7.8" -"@salesforce/plugin-info@^3.4.96": - version "3.4.96" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.96.tgz#9b8a0c3caa22f4862d1cd9f178834b2d8cc3ee01" - integrity sha512-TMwW7BJ7Pmh82LzXtIruyMl//1Vjg1IJKf+ylJbxBR0nY2byuI4Bf5AjDATi3mviyKYt9RrV3epZLaG4qtChGw== +"@salesforce/plugin-info@^3.4.98": + version "3.4.98" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.98.tgz#33371085cfe5b2943cd6498d2a50f1682ab580d4" + integrity sha512-pdbnS5ZvUm1dVqrrGRlg0/bBOWhCW8mt/DAkNsMLyGDcXMYBgv3zdUXLlWeMi6coP86TcNsN0x3XyvGelh03DQ== dependencies: "@inquirer/input" "^2.3.0" "@jsforce/jsforce-node" "^3.10.8"