From c4c92f85ca6e8051b933c1e2520c3e2e409dbd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 03:18:00 +0000 Subject: [PATCH] chore(dev-deps): bump @salesforce/plugin-auth from 3.7.4 to 3.7.5 Bumps [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth) from 3.7.4 to 3.7.5. - [Release notes](https://github.com/salesforcecli/plugin-auth/releases) - [Changelog](https://github.com/salesforcecli/plugin-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/plugin-auth/compare/3.7.4...3.7.5) --- updated-dependencies: - dependency-name: "@salesforce/plugin-auth" dependency-version: 3.7.5 dependency-type: direct:development 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 46c7d289..387d6089 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@oclif/plugin-help": "^6.2.30", "@salesforce/dev-scripts": "^11.0.2", - "@salesforce/plugin-auth": "^3.7.4", + "@salesforce/plugin-auth": "^3.7.5", "@salesforce/plugin-user": "^3.6.27", "@types/debug": "^4.1.12", "eslint-plugin-sf-plugin": "^1.20.26", diff --git a/yarn.lock b/yarn.lock index 04d47a7b..e3b687a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1732,10 +1732,10 @@ dependencies: "@salesforce/ts-types" "^2.0.12" -"@salesforce/plugin-auth@^3.7.4": - version "3.7.4" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.7.4.tgz#4be996c4bd49cc3421219e0dc3cccd235a3db995" - integrity sha512-IxCmd7j7MdWhEyWkaCR997yEjlpf++RzgG2OOYEckp+xTZ4E1z1YUHFUJNAXkoM1hWrX+10nMVwtlQpqIETFkg== +"@salesforce/plugin-auth@^3.7.5": + version "3.7.5" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.7.5.tgz#5e5f1e315a4428dc30f2c1b9b6d367e84651a6ab" + integrity sha512-VVjl4JQ0rmJwS/4I/VbO3ydz+feAjedvk9Ksxg+2BHdm5Tg9J/c2qyZJ2u0EgQ+fw3HBBaqnypIIsdsl6IlLKA== dependencies: "@inquirer/checkbox" "^2.5.0" "@inquirer/select" "^2.5.0"