diff --git a/composer.json b/composer.json index 934ec426..ecc6e838 100644 --- a/composer.json +++ b/composer.json @@ -106,7 +106,7 @@ "drupal/geolocation": "3.x", "drupal/google_analytics": "^3.1", "drupal/handy_cache_tags": "^1.0", - "drupal/honeypot": "^2.0", + "drupal/honeypot": "^2.1", "drupal/http_cache_control": "^2.0", "drupal/inline_entity_form": "^1.0@RC", "drupal/layout_builder_restrictions": "^2.12", diff --git a/composer.lock b/composer.lock index c037c6f1..4961c02d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f37561687f1a56c050ea80a2030ab1a2", + "content-hash": "f437da596ce82117c7ef9d308f99f364", "packages": [ { "name": "alchemy/zippy", @@ -5647,26 +5647,29 @@ }, { "name": "drupal/honeypot", - "version": "2.0.2", + "version": "2.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "2.0.2" + "reference": "2.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-2.0.2.zip", - "reference": "2.0.2", - "shasum": "8a3e15509f649c39e88c4f22105f12fb6445fc62" + "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.2.zip", + "reference": "2.1.2", + "shasum": "9511fd6db37c153f2290950bf79611b27510cede" }, "require": { - "drupal/core": "^8.8.2 || ^9" + "drupal/core": "^9.2 || ^10" + }, + "require-dev": { + "drupal/rules": "^3.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1651895165", + "version": "2.1.2", + "datestamp": "1664658244", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5680,16 +5683,16 @@ "authors": [ { "name": "Jeff Geerling", - "homepage": "https://www.drupal.org/user/213194", + "homepage": "https://www.drupal.org/user/389011", "email": "geerlingguy@mac.com" }, { - "name": "TR", - "homepage": "https://www.drupal.org/user/202830" + "name": "Manuel Garcia", + "homepage": "https://www.drupal.org/user/213194" }, { - "name": "geerlingguy", - "homepage": "https://www.drupal.org/user/389011" + "name": "TR", + "homepage": "https://www.drupal.org/user/202830" }, { "name": "vijaycs85", @@ -20226,5 +20229,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.0.0" }