浏览代码

updated core + security fixes

bach 1 周之前
父节点
当前提交
ac342bc7ec
共有 3 个文件被更改,包括 231 次插入221 次删除
  1. 1 1
      composer.json
  2. 228 220
      composer.lock
  3. 2 0
      web/sites/default/default.settings.php

+ 1 - 1
composer.json

@@ -74,7 +74,7 @@
         "drupal/translation_views": "^1.0",
         "drupal/upgrade_status": "^4.3",
         "drupal/views_bulk_edit": "^3",
-        "drupal/views_bulk_operations": "^4.2",
+        "drupal/views_bulk_operations": "^4.3",
         "drupal/workflow": "^1.8",
         "drush/drush": "^12",
         "kint-php/kint": "^5.1",

文件差异内容过多而无法显示
+ 228 - 220
composer.lock


+ 2 - 0
web/sites/default/default.settings.php

@@ -730,6 +730,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
  * Provide a fully qualified class name here if you would like to provide an
  * alternate implementation YAML parser. The class must implement the
  * \Drupal\Component\Serialization\SerializationInterface interface.
+ *
+ * This setting is deprecated in Drupal 10.3 and removed in Drupal 11.
  */
 # $settings['yaml_parser_class'] = NULL;
 

部分文件因为文件数量过多而无法显示