From 939d7fcbab08313ac78c15c1fc60aa9aba6d25b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 03:12:46 +0000 Subject: [PATCH] chore(dev-deps): bump @salesforce/plugin-auth from 2.8.25 to 2.8.26 Bumps [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth) from 2.8.25 to 2.8.26. - [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/2.8.25...2.8.26) --- updated-dependencies: - dependency-name: "@salesforce/plugin-auth" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a379b9d0..ff712606 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@oclif/plugin-command-snapshot": "^4.0.14", "@salesforce/cli-plugins-testkit": "^4.4.12", "@salesforce/dev-scripts": "^6.0.3", - "@salesforce/plugin-auth": "^2.8.25", + "@salesforce/plugin-auth": "^2.8.26", "@salesforce/plugin-command-reference": "^3.0.46", "@salesforce/ts-sinon": "^1.4.19", "@salesforce/ts-types": "^2.0.6", diff --git a/yarn.lock b/yarn.lock index 947de50b..7264e8e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1039,13 +1039,13 @@ jsforce "^2.0.0-beta.28" jszip "^3.10.1" -"@salesforce/plugin-auth@^2.8.25": - version "2.8.25" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-2.8.25.tgz#45a7fe917e704453028e83d2ae3e3bd8d9e03f43" - integrity sha512-usOwqPCHrtXZUMJS/xQjmPDIEZtPDVC/dCPmRJZMQ8iQglauSfinxoI2o8eTv/aDIckZbktM7p4UxXb+FPq92w== +"@salesforce/plugin-auth@^2.8.26": + version "2.8.26" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-2.8.26.tgz#8bc968271701a3349259c75bc6bc8087a72e6547" + integrity sha512-ZuXg537zDyQioGec4T2oIWCerrkNgrr0OgFgFyrNz2gGWLUw3h7eYxdE+7SzTvPj2lTG2eg2OZ/+1vx5JcSxeQ== dependencies: "@oclif/core" "^2.15.0" - "@salesforce/core" "^5.3.14" + "@salesforce/core" "^5.3.17" "@salesforce/kit" "^3.0.15" "@salesforce/sf-plugins-core" "^3.1.28" "@salesforce/ts-types" "^2.0.9"