Update Drupal core to 9.5.11 for SA-CORE-2023-006.

This commit is contained in:
Michael Stenta 2023-09-20 14:03:08 -04:00
parent 4ee753a712
commit f46529783a
3 changed files with 6 additions and 2 deletions

View File

@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Exclude block.block.gin_content from farm_update #715](https://github.com/farmOS/farmOS/pull/715)
- [Fix hideable boolean settings form #718](https://github.com/farmOS/farmOS/pull/718)
### Security
- Update Drupal core to 9.5.11 for [SA-CORE-2023-006](https://www.drupal.org/sa-core-2023-006)
## [2.1.2] 2023-07-18
### Changed

View File

@ -18,7 +18,7 @@
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^3.2",
"drupal/core": "9.5.10",
"drupal/core": "9.5.11",
"drupal/config_update": "^1.7",
"drupal/consumers": "^1.15",
"drupal/csv_serialization": "^2.0",

View File

@ -1,7 +1,7 @@
{
"require": {
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "9.5.10"
"drupal/core-composer-scaffold": "9.5.11"
},
"require-dev": {
"behat/mink": "^1.10",