Skip to content

Commit b4bcd8b

Browse files
authored
Merge pull request #385 from GSA/feature/DIGITAL-709-drupal-10.6-module-updates
DIGITAL-709 - first round of contrib module updates
2 parents 48b9cd7 + 970c8ea commit b4bcd8b

File tree

3 files changed

+362
-309
lines changed

3 files changed

+362
-309
lines changed

composer.json

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,28 @@
1717
"require": {
1818
"composer/installers": "^2.0",
1919
"cweagans/composer-patches": "^1.7",
20-
"drupal/admin_toolbar": "^3.4",
20+
"drupal/admin_toolbar": "^3.6",
2121
"drupal/auto_heading_ids": "^2.0@beta",
2222
"drupal/autocomplete_deluxe": "^2.1",
2323
"drupal/autologout": "^2.0",
2424
"drupal/ckeditor_emoji": "^2.0",
2525
"drupal/config_ignore": "^3.3",
26-
"drupal/config_pages": "^2.16",
26+
"drupal/config_pages": "^2.19",
2727
"drupal/config_split": "^2.0",
28-
"drupal/content_moderation_notifications": "^3.6",
28+
"drupal/content_moderation_notifications": "^3.8",
2929
"drupal/core-composer-scaffold": "^10.2",
3030
"drupal/core-project-message": "^10.2",
3131
"drupal/core-recommended": "^10.2",
3232
"drupal/database_ssl_check": "^2.0",
3333
"drupal/default_content": "^2.0@alpha",
3434
"drupal/disable_user_1_edit": "^1.6",
3535
"drupal/easy_breadcrumb": "^2.0",
36-
"drupal/edit_media_modal": "^2.0",
36+
"drupal/edit_media_modal": "^2.1",
3737
"drupal/embedded_content": "^2.0",
38-
"drupal/field_group": "^3.6",
39-
"drupal/field_permissions": "^1.3",
38+
"drupal/entity_reference_revisions": "^1.14",
39+
"drupal/externalauth": "^2.0",
40+
"drupal/field_group": "^4.0",
41+
"drupal/field_permissions": "^1.5",
4042
"drupal/google_tag": "^2.0",
4143
"drupal/link_class": "^2.1",
4244
"drupal/linkit": "^7.0",
@@ -48,40 +50,42 @@
4850
"drupal/maxlength": "^3.1",
4951
"drupal/media_library_edit": "^3.0",
5052
"drupal/memcache": "^2.5",
51-
"drupal/menu_admin_per_menu": "^1.6",
52-
"drupal/metatag": "^2.1",
53+
"drupal/menu_admin_per_menu": "^1.7",
54+
"drupal/metatag": "^2.2",
5355
"drupal/migrate_conditions": "^2.2",
5456
"drupal/migrate_plus": "^6.0",
55-
"drupal/multivalue_form_element": "@beta",
57+
"drupal/migrate_tools": "^6.1",
58+
"drupal/multivalue_form_element": "^1.0@beta",
5659
"drupal/new_relic_rpm": "^2.1",
5760
"drupal/noreqnewpass": "^1.4",
5861
"drupal/openid_connect": "^3.0@alpha",
5962
"drupal/override_node_options": "^2.8",
6063
"drupal/paragraph_view_mode": "^3.1",
61-
"drupal/paragraphs": "^1.18",
64+
"drupal/paragraphs": "^1.20",
6265
"drupal/path_redirect_import": "^2.1",
63-
"drupal/pathauto": "^1.13",
64-
"drupal/rabbit_hole": "^1.0",
65-
"drupal/redirect": "^1.10",
66+
"drupal/pathauto": "^1.14",
67+
"drupal/rabbit_hole": "^1.1",
68+
"drupal/redirect": "^1.12",
6669
"drupal/remove_username": "^1.5",
6770
"drupal/require_revision_log_message": "^2.0",
68-
"drupal/role_delegation": "^1.3",
71+
"drupal/role_delegation": "^1.6",
6972
"drupal/role_watchdog": "^2.1",
7073
"drupal/s3fs": "^3.10",
71-
"drupal/scheduler": "^2.0",
74+
"drupal/scheduler": "^2.2",
7275
"drupal/scheduler_content_moderation_integration": "^3.0",
7376
"drupal/seckit": "^2.0",
7477
"drupal/sitewide_alert": "^3.0",
7578
"drupal/svg_image": "^3.2",
76-
"drupal/tome": "^1.12",
79+
"drupal/token": "^1.17",
80+
"drupal/tome": "^1.14",
7781
"drupal/twig_field_value": "^2.0",
78-
"drupal/twig_tweak": "^3.3",
82+
"drupal/twig_tweak": "^3.4",
7983
"drupal/upgrade_status": "^4.3",
8084
"drupal/userprotect": "^1.3",
8185
"drupal/uswds_templates": "^3.0@dev",
8286
"drupal/vbo_workflow_transition": "1.0.x-dev@dev",
83-
"drupal/views_bulk_operations": "^4.3",
84-
"drupal/xmlsitemap": "^1.5",
87+
"drupal/views_bulk_operations": "^4.4",
88+
"drupal/xmlsitemap": "^2.0",
8589
"drush/drush": "^13",
8690
"elvanto/litemoji": "^5.1",
8791
"league/commonmark": "^2.5",
@@ -186,7 +190,7 @@
186190
"require-dev": {
187191
"consolidation/robo": "^5",
188192
"drupal/core-dev": "^10.2",
189-
"drupal/devel": "^5.2",
193+
"drupal/devel": "^5.5",
190194
"vincentlanglet/twig-cs-fixer": "^3.3"
191195
}
192196
}

0 commit comments

Comments
 (0)