From 299bc9c7de374f0c1d28bc5aa9bbd7ab8a61b7ae Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Wed, 27 Mar 2024 10:37:59 +0100
Subject: [PATCH] gitlab-ci-cd/drupal#71 Update CVE for smart_date 4.1

---
 mixins.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mixins.yml b/mixins.yml
index dfe1342..c7e7b78 100644
--- a/mixins.yml
+++ b/mixins.yml
@@ -47,6 +47,8 @@ stages:
     # Check if lenient project is required
     - LENIENT=$(jq '.config."allow-plugins"."mglaman/composer-drupal-lenient"' composer.json)
     - if [[ "$LENIENT" == "true" ]]; then composer global config --no-plugins allow-plugins.mglaman/composer-drupal-lenient true; composer global require mglaman/composer-drupal-lenient; fi
+    # Update composer audit CVEs
+    - sed -i "s/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC4/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC5/g" composer.json
 
 .customreferences:
   LanguageFiles: []
-- 
GitLab