From 4c56bfc9cea338200b36073f9501539e175250f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:19:51 -0700 Subject: [PATCH] Update drupal/media_library_form_element requirement from 2.0.6 to 2.1.0 (#3534) Updates the requirements on drupal/media_library_form_element to permit the latest version. --- updated-dependencies: - dependency-name: drupal/media_library_form_element dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5f528e65f6..59c798ef96 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,7 @@ "drupal/masquerade": "2.0.0-rc4", "drupal/media_entity_file_replace": "1.2.0", "drupal/media_library_edit": "3.0.3", - "drupal/media_library_form_element": "2.0.6", + "drupal/media_library_form_element": "2.1.0", "drupal/media_migration": "1.0.0-alpha16", "drupal/menu_block": "1.11.0", "drupal/menu_link_attributes": "1.3.0",