From 9f9ed7eedfca2df7953b9808f2cc90e4b87fd53e Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Sun, 14 Apr 2024 09:56:46 +0200
Subject: [PATCH] Allow alpha19 for activitypub module

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

diff --git a/mixins.yml b/mixins.yml
index 8d2e0a6..7ba8327 100644
--- a/mixins.yml
+++ b/mixins.yml
@@ -50,8 +50,9 @@ stages:
     - 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-RC5/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC6/g" composer.json
+    - sed -i "s/DDQG-unsupported-drupal-activitypub-1.0.0.0-alpha18/DDQG-unsupported-drupal-activitypub-1.0.0.0-alpha19/g" composer.json
     - sed -i "s/DDQG-unsupported-drupal-gin-3.0.0.0-RC9/DDQG-unsupported-drupal-gin-3.0.0.0-RC10/g" composer.json
+    - sed -i "s/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC5/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC6/g" composer.json
 
 .customreferences:
   LanguageFiles: []
-- 
GitLab