Update Drupal core to 9.5.8 for SA-CORE-2023-005.

See https://www.drupal.org/sa-core-2023-005
This commit is contained in:
Michael Stenta 2023-04-19 14:10:18 -04:00
parent 0093d48b84
commit 8d551450ab
3 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Security
- Update Drupal core to 9.5.8 for [SA-CORE-2023-005](https://www.drupal.org/sa-core-2023-005)
## [2.0.4] 2023-04-03
### Added

View File

@ -18,7 +18,7 @@
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^3.2",
"drupal/core": "9.5.7",
"drupal/core": "9.5.8",
"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.7"
"drupal/core-composer-scaffold": "9.5.8"
},
"require-dev": {
"behat/mink": "^1.10",