From ccfcb22977978447564f81d99322ae3e9366320a Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 21 Mar 2023 11:42:37 +0100 Subject: [PATCH] security updates --- src/composer.lock | 65 +++++++++++++------------- src/web/profiles/d8-starterkit-profile | 2 +- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/src/composer.lock b/src/composer.lock index 5b0a0b4..623ac65 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -2224,20 +2224,20 @@ }, { "name": "drupal/admin_toolbar", - "version": "3.1.1", + "version": "3.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_toolbar.git", - "reference": "3.1.1" + "reference": "3.3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.1.1.zip", - "reference": "3.1.1", - "shasum": "a66ce69cd7e56f1cc43797dc2a58d6eab367d353" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.3.0.zip", + "reference": "3.3.0", + "shasum": "8e61fba9c9d83a94a844cff96d00871878a7eb98" }, "require": { - "drupal/core": "^8.8.0 || ^9.0 || ^10.0" + "drupal/core": "^9.2 || ^10" }, "require-dev": { "drupal/admin_toolbar_tools": "*" @@ -2245,8 +2245,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.1", - "datestamp": "1658802262", + "version": "3.3.0", + "datestamp": "1669567837", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4978,17 +4978,17 @@ }, { "name": "drupal/entity_browser", - "version": "2.8.0", + "version": "2.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_browser.git", - "reference": "8.x-2.8" + "reference": "8.x-2.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.8.zip", - "reference": "8.x-2.8", - "shasum": "151433fb7681f3e844010072285a374a5e46cf2a" + "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.9.zip", + "reference": "8.x-2.9", + "shasum": "251afad80cde9fa547501a8d9de5d94b9f5bacff" }, "require": { "drupal/core": "^9.2 || ^10" @@ -5005,8 +5005,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.8", - "datestamp": "1658509699", + "version": "8.x-2.9", + "datestamp": "1674070933", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7873,20 +7873,20 @@ }, { "name": "drupal/search_api", - "version": "1.25.0", + "version": "1.28.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.25" + "reference": "8.x-1.28" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.25.zip", - "reference": "8.x-1.25", - "shasum": "823bf5a6010cd08c7d1b287fcd855fbf81140e39" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.28.zip", + "reference": "8.x-1.28", + "shasum": "d3ae0bb3cf17c986d5e0c6edb87aee6580b6fc1e" }, "require": { - "drupal/core": "^9.2 || ^10.0" + "drupal/core": "^9.3 || ^10.0" }, "conflict": { "drupal/search_api_solr": "2.* || 3.0 || 3.1" @@ -7904,8 +7904,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.25", - "datestamp": "1658149514", + "version": "8.x-1.28", + "datestamp": "1667814116", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7987,26 +7987,27 @@ }, { "name": "drupal/smart_trim", - "version": "1.3.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smart_trim.git", - "reference": "8.x-1.3" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smart_trim-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "5894aa067fba19a3452ed8ce749f33bd9ae91907" + "url": "https://ftp.drupal.org/files/projects/smart_trim-2.0.0.zip", + "reference": "2.0.0", + "shasum": "d917ad4d78b50cf535f3a292a2e09cc73b87bf4f" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10", + "drupal/token": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1589766531", + "version": "2.0.0", + "datestamp": "1666374010", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8039,7 +8040,7 @@ "description": "Provides a more robust alternative to 'summary or trimmed' textfield format.", "homepage": "https://drupal.org/project/smart_trim", "support": { - "source": "https://cgit.drupalcode.org/smart_trim", + "source": "https://git.drupalcode.org/project/smart_trim", "issues": "https://drupal.org/project/issues/smart_trim" } }, diff --git a/src/web/profiles/d8-starterkit-profile b/src/web/profiles/d8-starterkit-profile index 0b42225..6233d11 160000 --- a/src/web/profiles/d8-starterkit-profile +++ b/src/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 0b42225cf4a15dcafabba03e5a40b3521c27d857 +Subproject commit 6233d114c5b6575689ae79c7c015e2020ecef813