From 2e7b1a8ae98b14f91d0cf48c7668de4166e87820 Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Thu, 20 Apr 2023 09:58:57 +0300 Subject: [PATCH] drupal security update 5.4.8 --- composer.json | 2 +- composer.lock | 39 +++++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 27348a94..7c135fc7 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "require": { "composer/installers": "^2.0", "cweagans/composer-patches": "^1.6.7", - "drupal/core": "^9.4", + "drupal/core": "^9.5", "drupal/core-composer-scaffold": "^9.4", "drupal/hdbt": "^5.0", "drupal/hdbt_admin": "^2.0", diff --git a/composer.lock b/composer.lock index d486f572..fa8ff082 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": "27609cd09b595aa436ac2f808c5012f6", + "content-hash": "fbaa5bd7151297ff8fdc4aa4adce0be7", "packages": [ { "name": "asm89/stack-cors", @@ -2030,16 +2030,16 @@ }, { "name": "drupal/core", - "version": "9.5.7", + "version": "9.5.8", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "bf51aa8ed6ab733fcaf60d0860aefd3918140fe3" + "reference": "a9a1e4e1fe23fb8c83fd6aeafb740c1462a218fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/bf51aa8ed6ab733fcaf60d0860aefd3918140fe3", - "reference": "bf51aa8ed6ab733fcaf60d0860aefd3918140fe3", + "url": "https://api.github.com/repos/drupal/core/zipball/a9a1e4e1fe23fb8c83fd6aeafb740c1462a218fc", + "reference": "a9a1e4e1fe23fb8c83fd6aeafb740c1462a218fc", "shasum": "" }, "require": { @@ -2191,9 +2191,9 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.5.7" + "source": "https://github.com/drupal/core/tree/9.5.8" }, - "time": "2023-03-24T16:54:38+00:00" + "time": "2023-04-19T16:14:39+00:00" }, { "name": "drupal/core-composer-scaffold", @@ -9035,16 +9035,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.11", + "version": "v1.10.13", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d" + "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/aed862e95fd286c53cc546734868dc38ff4b5b1d", + "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d", "shasum": "" }, "require": { @@ -9079,7 +9079,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2021-08-10T22:31:03+00:00" + "time": "2023-04-19T19:15:47+00:00" }, { "name": "pear/pear_exception", @@ -11093,16 +11093,16 @@ }, { "name": "symfony/http-client", - "version": "v5.4.20", + "version": "v5.4.22", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "b4d936b657c7952a41e89efd0ddcea51f8c90f34" + "reference": "4cd1b7e7ee846c8b22cb47cbc435344af9b2a8bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/b4d936b657c7952a41e89efd0ddcea51f8c90f34", - "reference": "b4d936b657c7952a41e89efd0ddcea51f8c90f34", + "url": "https://api.github.com/repos/symfony/http-client/zipball/4cd1b7e7ee846c8b22cb47cbc435344af9b2a8bf", + "reference": "4cd1b7e7ee846c8b22cb47cbc435344af9b2a8bf", "shasum": "" }, "require": { @@ -11159,8 +11159,11 @@ ], "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", + "keywords": [ + "http" + ], "support": { - "source": "https://github.com/symfony/http-client/tree/v5.4.20" + "source": "https://github.com/symfony/http-client/tree/v5.4.22" }, "funding": [ { @@ -11176,7 +11179,7 @@ "type": "tidelift" } ], - "time": "2023-01-25T18:32:18+00:00" + "time": "2023-03-24T15:16:26+00:00" }, { "name": "symfony/http-client-contracts",