Update Drupal core to 9.3.14 for SA-CORE-2022-010.

This commit is contained in:
Michael Stenta 2022-05-26 08:15:30 -04:00
parent 5ec4615adb
commit 81da2ed9b3
3 changed files with 4 additions and 3 deletions

View File

@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update Drupal core to 9.3.12 for [SA-CORE-2022-008](https://www.drupal.org/sa-core-2022-008) and
[SA-CORE-2022-009](https://www.drupal.org/sa-core-2022-009).
- Update Drupal core to 9.3.14 for [SA-CORE-2022-010](https://www.drupal.org/sa-core-2022-010).
## [2.0.0-beta4] 2022-04-13

View File

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

View File

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