From ab18dc98b03e0ae859d28af9897f7a6abe9c943d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:32:53 -0700 Subject: [PATCH] Update drupal/coffee requirement from 1.3.0 to 1.4.0 (#3225) Updates the requirements on drupal/coffee to permit the latest version. --- updated-dependencies: - dependency-name: drupal/coffee 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 bf4e227f90..9081eea165 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "drupal/chosen": "4.0.0", "drupal/ckeditor": "*", "drupal/ckeditor_bs_grid": "2.0.10", - "drupal/coffee": "1.3.0", + "drupal/coffee": "1.4.0", "drupal/config_distro": "2.0.0-alpha2", "drupal/config_provider": "3.0.0-alpha1", "drupal/config_snapshot": "2.0.0-alpha1",