Update Drupal core to 9.3.16 for SA-CORE-2022-011.

This commit is contained in:
Michael Stenta 2022-06-11 08:34:26 -04:00
parent a8b528cdd9
commit e3110c8cec
3 changed files with 7 additions and 3 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Security
- Update Drupal core to 9.3.16 for [SA-CORE-2022-011](https://www.drupal.org/sa-core-2022-011).
## [2.0.0-beta5] ## [2.0.0-beta5]
### Changed ### Changed

View File

@ -18,7 +18,7 @@
"require": { "require": {
"cweagans/composer-patches": "^1.6", "cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^2.4", "drupal/admin_toolbar": "^2.4",
"drupal/core": "9.3.15", "drupal/core": "9.3.16",
"drupal/config_update": "^1.7", "drupal/config_update": "^1.7",
"drupal/csv_serialization": "^2.0", "drupal/csv_serialization": "^2.0",
"drupal/date_popup": "^1.1", "drupal/date_popup": "^1.1",

View File

@ -1,11 +1,11 @@
{ {
"require": { "require": {
"cweagans/composer-patches": "^1.7", "cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "9.3.15" "drupal/core-composer-scaffold": "9.3.16"
}, },
"require-dev": { "require-dev": {
"brianium/paratest": "^4", "brianium/paratest": "^4",
"drupal/core-dev": "9.3.15", "drupal/core-dev": "9.3.16",
"phpspec/prophecy-phpunit": "^2", "phpspec/prophecy-phpunit": "^2",
"symfony/finder": "^4.0" "symfony/finder": "^4.0"
}, },