From 37683ea0750bc846f765f59cc08b3f2e98069a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:31:31 -0700 Subject: [PATCH] Closes #3702: Update drupal/seckit requirement from 2.0.1 to 2.0.3 (#3674) * Update drupal/seckit requirement from 2.0.1 to 2.0.2 Updates the requirements on drupal/seckit to permit the latest version. --- updated-dependencies: - dependency-name: drupal/seckit dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update composer.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 26632191c9..04f13349aa 100644 --- a/composer.json +++ b/composer.json @@ -103,7 +103,7 @@ "drupal/redirect": "1.10.0", "drupal/role_delegation": "1.2.0", "drupal/search_exclude": "3.0.0-beta1", - "drupal/seckit": "2.0.1", + "drupal/seckit": "2.0.3", "drupal/slick": "3.0.3", "drupal/slick_views": "3.0.2", "drupal/smart_date": "4.1.5",