From 1fdf8789a8422f4fc2929f470ecd6d600f74841f Mon Sep 17 00:00:00 2001 From: Brian Canini <canini.16@osu.edu> Date: Mon, 5 Apr 2021 11:41:35 -0400 Subject: [PATCH] Updating drupal/honeypot (2.0.0 => 2.0.1) --- composer.json | 2 +- composer.lock | 16 ++++++++-------- vendor/composer/installed.json | 16 ++++++++-------- web/modules/honeypot/honeypot.info.yml | 6 +++--- .../modules/honeypot_test/honeypot_test.info.yml | 8 +++----- 5 files changed, 23 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index 9c81b7b38b..966f460a90 100644 --- a/composer.json +++ b/composer.json @@ -129,7 +129,7 @@ "drupal/geolocation": "1.10", "drupal/google_analytics": "2.5", "drupal/google_tag": "1.4", - "drupal/honeypot": "2.0", + "drupal/honeypot": "2.0.1", "drupal/image_popup": "1.1", "drupal/inline_entity_form": "1.0-rc8", "drupal/libraries": "3.0-beta1", diff --git a/composer.lock b/composer.lock index 26adccb92c..e4534a9bf7 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": "bd9eb7f11eb9a9e34136bb4fe68ba83b", + "content-hash": "94684f858f70d88719e54307455db72f", "packages": [ { "name": "alchemy/zippy", @@ -5284,17 +5284,17 @@ }, { "name": "drupal/honeypot", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "2.0.0" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-2.0.0.zip", - "reference": "2.0.0", - "shasum": "6f8701f5be173595318e6afe9ff744edb324f85c" + "url": "https://ftp.drupal.org/files/projects/honeypot-2.0.1.zip", + "reference": "2.0.1", + "shasum": "c29d248c0fdcdf733a31b9214355acfa73716632" }, "require": { "drupal/core": "^8.0 || ^9.0" @@ -5302,8 +5302,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1588105107", + "version": "2.0.1", + "datestamp": "1597855128", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 3dcf95d090..ad2198c8f1 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -5442,18 +5442,18 @@ }, { "name": "drupal/honeypot", - "version": "2.0.0", - "version_normalized": "2.0.0.0", + "version": "2.0.1", + "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "2.0.0" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-2.0.0.zip", - "reference": "2.0.0", - "shasum": "6f8701f5be173595318e6afe9ff744edb324f85c" + "url": "https://ftp.drupal.org/files/projects/honeypot-2.0.1.zip", + "reference": "2.0.1", + "shasum": "c29d248c0fdcdf733a31b9214355acfa73716632" }, "require": { "drupal/core": "^8.0 || ^9.0" @@ -5461,8 +5461,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1588105107", + "version": "2.0.1", + "datestamp": "1597855128", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" diff --git a/web/modules/honeypot/honeypot.info.yml b/web/modules/honeypot/honeypot.info.yml index fb5f1d0615..dcd9a9ae1b 100644 --- a/web/modules/honeypot/honeypot.info.yml +++ b/web/modules/honeypot/honeypot.info.yml @@ -7,7 +7,7 @@ core_version_requirement: ^8 || ^9 configure: honeypot.config hidden: false -# Information added by Drupal.org packaging script on 2020-04-28 -version: '2.0.0' +# Information added by Drupal.org packaging script on 2020-08-19 +version: '2.0.1' project: 'honeypot' -datestamp: 1588105109 +datestamp: 1597855130 diff --git a/web/modules/honeypot/tests/modules/honeypot_test/honeypot_test.info.yml b/web/modules/honeypot/tests/modules/honeypot_test/honeypot_test.info.yml index 2c19070ece..0e0777c611 100644 --- a/web/modules/honeypot/tests/modules/honeypot_test/honeypot_test.info.yml +++ b/web/modules/honeypot/tests/modules/honeypot_test/honeypot_test.info.yml @@ -1,11 +1,9 @@ name: Honeypot Test type: module description: Support module for Honeypot internal testing purposes. -core: 8.x package: Testing -hidden: true -# Information added by Drupal.org packaging script on 2020-04-28 -version: '2.0.0' +# Information added by Drupal.org packaging script on 2020-08-19 +version: '2.0.1' project: 'honeypot' -datestamp: 1588105109 +datestamp: 1597855130 -- GitLab