From f1992c486e1ddb7dcd8daba1df494460cd2dab8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 24 Sep 2025 00:36:14 -0400 Subject: [PATCH 1/2] Lock to upgradeable version of honeypot, the bastards --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index cbd8b2e..3e61179 100644 --- a/composer.json +++ b/composer.json @@ -87,6 +87,7 @@ "drupal/gin_login": "^2", "drupal/google_analytics": "^4", "drupal/gutenberg": "^2", + "drupal/honeypot": "2.1.4", "drupal/http_cache_control": "^2", "drupal/http_client_error_status": "^3", "drupal/ief_complex_open": "^1", From 4f3df20315469d8160c0b0f14112a28baaf90f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 24 Sep 2025 00:36:23 -0400 Subject: [PATCH 2/2] Add Webform Autosave module --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3e61179..945329a 100644 --- a/composer.json +++ b/composer.json @@ -161,6 +161,7 @@ "drupal/viewsreference": "^1", "drupal/webform": "^6.0", "drupal/webform_mailchimp": "^5.4", + "drupal/webformautosave": "^2.0", "drupal/weight": "^3.3", "drupal/workflow_buttons": "1.x-dev", "drupal/wysiwyg_linebreaks": "^2",