From efcc6c9ccd1ed8187df4d7666823c1b95482b3af Mon Sep 17 00:00:00 2001 From: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:06:33 +0000 Subject: [PATCH] Update configuration --- composer.lock | 46 +++++++++++++++---------------- public/sites/default/settings.php | 1 + 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/composer.lock b/composer.lock index 4d76b34e..4b12671a 100644 --- a/composer.lock +++ b/composer.lock @@ -4126,16 +4126,16 @@ }, { "name": "drupal/hdbt", - "version": "6.6.4", + "version": "6.6.6", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "d8e011aa97b4449d3c7eaca723fff9d2111c6db4" + "reference": "2d3d31c00aef4c89402cb4af9f8a234ae1c894aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/d8e011aa97b4449d3c7eaca723fff9d2111c6db4", - "reference": "d8e011aa97b4449d3c7eaca723fff9d2111c6db4", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/2d3d31c00aef4c89402cb4af9f8a234ae1c894aa", + "reference": "2d3d31c00aef4c89402cb4af9f8a234ae1c894aa", "shasum": "" }, "require": { @@ -4153,10 +4153,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.6.4", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.6.6", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2024-08-15T08:46:48+00:00" + "time": "2024-08-20T08:03:47+00:00" }, { "name": "drupal/hdbt_admin", @@ -5286,26 +5286,26 @@ }, { "name": "drupal/menu_link_attributes", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_link_attributes.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "431c7954cc614a1b9677173f0209f1df15592503" + "url": "https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "a679a5c53c94e3c992483ce3ea782950f4f7e5b3" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1671026425", + "version": "8.x-1.4", + "datestamp": "1724060900", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5322,7 +5322,7 @@ "homepage": "https://www.drupal.org/user/291091" }, { - "name": "Grevil", + "name": "grevil", "homepage": "https://www.drupal.org/user/3668491" }, { @@ -5544,26 +5544,26 @@ }, { "name": "drupal/oembed_providers", - "version": "2.1.2", + "version": "2.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/oembed_providers.git", - "reference": "2.1.2" + "reference": "2.2.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/oembed_providers-2.1.2.zip", - "reference": "2.1.2", - "shasum": "ad125c7e55555499f001755c365f96edce1d6343" + "url": "https://ftp.drupal.org/files/projects/oembed_providers-2.2.0.zip", + "reference": "2.2.0", + "shasum": "318bafadd5e9b74a593f08e252dc5ea6dec98cd2" }, "require": { - "drupal/core": "^9.0|^10.0" + "drupal/core": "^10|^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.2", - "datestamp": "1692724351", + "version": "2.2.0", + "datestamp": "1723853165", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" diff --git a/public/sites/default/settings.php b/public/sites/default/settings.php index 9e6f7a6b..9813b60a 100755 --- a/public/sites/default/settings.php +++ b/public/sites/default/settings.php @@ -350,6 +350,7 @@ function drupal_get_env(string|array $variables) : mixed { 'DRUPAL_DB_NAME', 'DRUPAL_DB_PASS', 'DRUPAL_DB_HOST', + 'TFA_ENCRYPTION_KEY', ], 'additionalFiles' => [], ];