3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Update simple_oauth dependency to ^5.2.2

This includes the fix for issue #3320581: Mismatched entity and/or field definitions error.
This commit is contained in:
Paul Weidner 2022-11-14 11:41:17 -08:00 committed by Michael Stenta
parent e4a3f29dae
commit d815c9b630
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update farmOS-map to [v2.1.0](https://github.com/farmOS/farmOS-map/releases/tag/v2.1.0)
- [Issue #3311264: Coordinate upgrade of Consumers module to get client_id base field](https://www.drupal.org/project/farm/issues/3311264)
- [Issue #3282186: Update simple_oauth to ^5.2.1](https://www.drupal.org/project/farm/issues/3282186)
- [Issue #3282186: Update simple_oauth to ^5.2.2](https://www.drupal.org/project/farm/issues/3282186)
### Fixed

View file

@ -39,7 +39,7 @@
"drupal/log": "^2.0.2",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_tools": "^5.0",
"drupal/simple_oauth": "^5.2.1",
"drupal/simple_oauth": "^5.2.2",
"drupal/state_machine": "^1.0",
"drupal/subrequests": "^3.0.3",
"drupal/token": "^1.7",