From fb571dca70cee2acf877359095777e3425459b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 14:02:04 +0000 Subject: [PATCH] chore(dev-deps): bump @salesforce/plugin-auth from 3.9.7 to 3.9.8 Bumps [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth) from 3.9.7 to 3.9.8. - [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.9.7...3.9.8) --- updated-dependencies: - dependency-name: "@salesforce/plugin-auth" dependency-version: 3.9.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 43 ++++++++++++++++++++++++++++++++----------- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 23cb8464..c122d3ed 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@oclif/plugin-help": "^6.2.32", "@salesforce/dev-scripts": "^11.0.4", - "@salesforce/plugin-auth": "^3.9.7", + "@salesforce/plugin-auth": "^3.9.8", "@salesforce/plugin-user": "^3.6.38", "@types/debug": "^4.1.12", "eslint-plugin-sf-plugin": "^1.20.32", diff --git a/yarn.lock b/yarn.lock index 7d2f940c..b8e0976b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1331,6 +1331,22 @@ node-fetch "^2.6.1" xml2js "^0.6.2" +"@jsforce/jsforce-node@^3.10.7": + version "3.10.7" + resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.7.tgz#9a377e8da925d1eec713ca43ea0bc1ba6aafd7f6" + integrity sha512-+2E7c/rRqB2QRtjFiBOkJwyZWw1vViQ2eeHIfLnF8WT6t8J5h16KyJ4dMyiw4JJx/WUT7xtNFiZ0kz85LS//cw== + dependencies: + "@sindresorhus/is" "^4" + base64url "^3.0.1" + csv-parse "^5.5.2" + csv-stringify "^6.6.0" + faye "^1.4.0" + form-data "^4.0.4" + https-proxy-agent "^5.0.0" + multistream "^3.1.0" + node-fetch "^2.6.1" + xml2js "^0.6.2" + "@jsonjoy.com/base64@^1.1.2": version "1.1.2" resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz#cf8ea9dcb849b81c95f14fc0aaa151c6b54d2578" @@ -1558,30 +1574,30 @@ dependencies: "@salesforce/ts-types" "^2.0.12" -"@salesforce/plugin-auth@^3.9.7": - version "3.9.7" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.9.7.tgz#e49fd0b96daa76141caec5e6ff06781d80b3f2af" - integrity sha512-NH9CDXJsrPFro21l359liOBSfbd4n8oyabeRPP1Jld4VeOVZTrzk4E0UhfsxDqmJI9zfVj2p5sjHCPje9/5XsQ== +"@salesforce/plugin-auth@^3.9.8": + version "3.9.8" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.9.8.tgz#395cbb33765038be0a392b16e77e1e997066ffe2" + integrity sha512-LjhFTCt1J9VMzsKsO2dgvMQwhrpJBNMMH2a6GhWejDKN7jMT5XRoYGsjmlYHFqOMA/2MwN5KGFfR2LouRViFkQ== dependencies: "@inquirer/checkbox" "^2.5.0" "@inquirer/select" "^2.5.0" "@oclif/core" "^4" "@salesforce/core" "8.23.1" "@salesforce/kit" "^3.2.4" - "@salesforce/plugin-info" "^3.4.84" + "@salesforce/plugin-info" "^3.4.87" "@salesforce/sf-plugins-core" "^12.2.4" "@salesforce/ts-types" "^2.0.11" open "^10.2.0" -"@salesforce/plugin-info@^3.4.84": - version "3.4.85" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.85.tgz#ce9a2c1c84afb2bbedb07b6a0e0d3f458a1d27bb" - integrity sha512-5k0F4MXKCcLhww8wBB/mH+QRCUoFAZqDY89qWdCGo04YIvVz+OubIIGmKhjgJFVs9YZSDXzABtaI3QidzdsF7w== +"@salesforce/plugin-info@^3.4.87": + version "3.4.87" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.87.tgz#f3432b6bf2a6ee64a320b0509702ccaf6fd753c6" + integrity sha512-5FA1dO4KDAB5aTjxW4XmPT/EEU+UYeA6+DMYIF+ou/YnMrvoZ/Ua1ah358/F8BFbgtpZaZPpf7uUIfo35cMivQ== dependencies: "@inquirer/input" "^2.3.0" - "@jsforce/jsforce-node" "^3.10.4" + "@jsforce/jsforce-node" "^3.10.7" "@oclif/core" "^4" - "@salesforce/core" "^8.23.0" + "@salesforce/core" "^8.23.1" "@salesforce/kit" "^3.2.3" "@salesforce/sf-plugins-core" "^12" got "^13.0.0" @@ -3477,6 +3493,11 @@ csv-stringify@^6.4.4: resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.4.6.tgz#9ccf87cb8b017c96673a9fa061768c8ba83e8b98" integrity sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag== +csv-stringify@^6.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.6.0.tgz#d384859cfb71d0a4a73c5bcc36a4daf5440cb033" + integrity sha512-YW32lKOmIBgbxtu3g5SaiqWNwa/9ISQt2EcgOq0+RAIFufFp9is6tqNnKahqE5kuKvrnYAzs28r+s6pXJR8Vcw== + dargs@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"