Skip to content

Commit

Permalink
chore(dev-deps): bump @salesforce/plugin-auth from 3.6.4 to 3.6.8
Browse files Browse the repository at this point in the history
Bumps [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth) from 3.6.4 to 3.6.8.
- [Release notes](https://github.com/salesforcecli/plugin-auth/releases)
- [Changelog](https://github.com/salesforcecli/plugin-auth/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/plugin-auth@3.6.4...3.6.8)

---
updated-dependencies:
- dependency-name: "@salesforce/plugin-auth"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 4, 2024
1 parent 733dd9e commit 9720cf6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@oclif/plugin-help": "^6.0.20",
"@salesforce/dev-scripts": "^9.0.0",
"@salesforce/plugin-auth": "^3.6.4",
"@salesforce/plugin-auth": "^3.6.8",
"@types/debug": "^4.1.12",
"eslint-plugin-sf-plugin": "^1.18.3",
"oclif": "^4.9.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1591,10 +1591,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
version "3.26.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
version "3.26.5"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
dependencies:
"@types/cli-progress" "^3.11.5"
ansi-escapes "^4.3.2"
Expand Down Expand Up @@ -1725,23 +1725,23 @@
"@salesforce/ts-types" "^2.0.9"
tslib "^2.6.2"

"@salesforce/plugin-auth@^3.6.4":
version "3.6.4"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.4.tgz#94f603bdecf2681b363d3127cabaf6620f882b90"
integrity sha512-p+YMpT1cK+BJf/8taxahAT31p4gNACtq0NR4w8Qkrm3cGWBVMujHHtV5/GX/zr5i2kIuzC/DjC/29tr2xb7JHw==
"@salesforce/plugin-auth@^3.6.8":
version "3.6.8"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.8.tgz#4ec0c922e5fdfe753a5e04d9aa7cc40f01661aa4"
integrity sha512-mtxrveybkrCRGvO/rNSnisaCa3RBOXqRWapRFwGmw6VC4tAyYhC4Ree96iefhXeOBy2expLQhrt8tl+LDKD7kQ==
dependencies:
"@inquirer/checkbox" "^1.5.2"
"@inquirer/select" "^1.3.3"
"@oclif/core" "^3.26.2"
"@oclif/core" "^3.26.5"
"@salesforce/core" "^7.3.0"
"@salesforce/kit" "^3.1.1"
"@salesforce/plugin-info" "^3.2.3"
"@salesforce/sf-plugins-core" "^9.0.1"
"@salesforce/plugin-info" "^3.2.4"
"@salesforce/sf-plugins-core" "^9.0.5"
"@salesforce/ts-types" "^2.0.9"
chalk "^5.3.0"
open "^10.1.0"

"@salesforce/plugin-info@^3.2.3":
"@salesforce/plugin-info@^3.2.4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.4.tgz#1cb1c2c3140aebec85313574aa34ce2c69f8143a"
integrity sha512-WFWQmnLptPYYCMI+4sTud/tFvoxWWm8kxd9S8bcdziaCCHGb0KZegUcriXnZsrleEROk/i2TmtC8ij/Rn856jA==
Expand All @@ -1768,7 +1768,7 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==

"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.5":
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
Expand Down

0 comments on commit 9720cf6

Please sign in to comment.