From 4e2839b258b199c857b39045383ab13600552491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 14:38:17 +0000 Subject: [PATCH] chore(dev-deps): bump @salesforce/plugin-user from 3.6.2 to 3.6.3 Bumps [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/salesforcecli/plugin-user/releases) - [Changelog](https://github.com/salesforcecli/plugin-user/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/plugin-user/compare/3.6.2...3.6.3) --- updated-dependencies: - dependency-name: "@salesforce/plugin-user" 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 839ef5e4..cc977ce7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@oclif/plugin-help": "^6.2.17", "@salesforce/dev-scripts": "^10.2.11", "@salesforce/plugin-auth": "^3.6.75", - "@salesforce/plugin-user": "^3.6.2", + "@salesforce/plugin-user": "^3.6.3", "@types/debug": "^4.1.12", "eslint-plugin-sf-plugin": "^1.20.13", "oclif": "^4.15.20", diff --git a/yarn.lock b/yarn.lock index f03857d9..ccd9abf4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1583,10 +1583,10 @@ proxy-agent "^6.4.0" semver "^7.6.3" -"@salesforce/plugin-user@^3.6.2": - version "3.6.2" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.6.2.tgz#be8f68dd3b503572053cfe780c9d8bd963a845c2" - integrity sha512-GdvAKd6irRPVAHLc3KSAI3pEdVRVia33QUu0WVU74jALhON1BbPb+Vhni5yamMFXiAa9T8AEKXbVaEidbT0TMA== +"@salesforce/plugin-user@^3.6.3": + version "3.6.3" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.6.3.tgz#d47cced6ca35557511cb485459da678bbaacacd3" + integrity sha512-ipH4gBFUJBNTPDUY4R/7H9+QYNIoBE8tfQHJzazjiVh7TASEMWEaefnuTfpoqjcz8RtQQUVFmIMglSx02XJBtg== dependencies: "@salesforce/core" "^8.6.4" "@salesforce/kit" "^3.2.2"