From fc09c4ac646af97a6756011d371d5bc5b0b1bd95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:47:00 +0000 Subject: [PATCH] fix(deps): update drupal core to v10.6.1 --- composer.json | 8 ++++---- composer.lock | 49 +++++++++++++++++++++++++------------------------ 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/composer.json b/composer.json index 9daabbe..4e185d5 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "amazeeio/drupal_integrations": "0.5.0", "composer/installers": "2.3.0", "cweagans/composer-patches": "2.0.0", - "drupal/core-composer-scaffold": "10.6.0", - "drupal/core-project-message": "10.6.0", - "drupal/core-recommended": "10.6.0", + "drupal/core-composer-scaffold": "10.6.1", + "drupal/core-project-message": "10.6.1", + "drupal/core-recommended": "10.6.1", "drupal/lagoon_logs": "3.0.1", "drupal/search_api": "1.40.0", "drupal/search_api_solr": "4.3.10", @@ -69,6 +69,6 @@ } }, "require-dev": { - "drupal/core-dev-pinned": "10.6.0" + "drupal/core-dev-pinned": "10.6.1" } } diff --git a/composer.lock b/composer.lock index f942f0d..09ad119 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": "0ce0851936cac313b42440aa7d65aba6", + "content-hash": "dbbc2799f46130bb1edadd82f0d3bd9f", "packages": [ { "name": "amazeeio/drupal_integrations", @@ -1241,22 +1241,23 @@ }, { "name": "drupal/core", - "version": "10.6.0", + "version": "10.6.1", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "f554c7c1a2ab011f5a094c6579b08b22d9847387" + "reference": "9f88f1b18b08d6edbadb24124c87919d5681ea81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/f554c7c1a2ab011f5a094c6579b08b22d9847387", - "reference": "f554c7c1a2ab011f5a094c6579b08b22d9847387", + "url": "https://api.github.com/repos/drupal/core/zipball/9f88f1b18b08d6edbadb24124c87919d5681ea81", + "reference": "9f88f1b18b08d6edbadb24124c87919d5681ea81", "shasum": "" }, "require": { "asm89/stack-cors": "^2.3", "composer-runtime-api": "^2.1", "composer/semver": "^3.3", + "doctrine/lexer": "^2", "egulias/email-validator": "^3.2.1|^4.0", "ext-date": "*", "ext-dom": "*", @@ -1399,13 +1400,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.6.0" + "source": "https://github.com/drupal/core/tree/10.6.1" }, - "time": "2025-12-17T09:20:58+00:00" + "time": "2025-12-18T13:55:47+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.6.0", + "version": "10.6.1", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -1449,13 +1450,13 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.6.0" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.6.1" }, "time": "2024-08-22T14:31:30+00:00" }, { "name": "drupal/core-project-message", - "version": "10.6.0", + "version": "10.6.1", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", @@ -1496,16 +1497,16 @@ }, { "name": "drupal/core-recommended", - "version": "10.6.0", + "version": "10.6.1", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "201eb3d81effa95cc3bd6d941196ac407d3132d7" + "reference": "558343248882f74ccafc250150ea1a2942d80881" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/201eb3d81effa95cc3bd6d941196ac407d3132d7", - "reference": "201eb3d81effa95cc3bd6d941196ac407d3132d7", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/558343248882f74ccafc250150ea1a2942d80881", + "reference": "558343248882f74ccafc250150ea1a2942d80881", "shasum": "" }, "require": { @@ -1513,7 +1514,7 @@ "composer/semver": "~3.4.4", "doctrine/deprecations": "~1.1.5", "doctrine/lexer": "~2.1.1", - "drupal/core": "10.6.0", + "drupal/core": "10.6.1", "egulias/email-validator": "~4.0.4", "guzzlehttp/guzzle": "~7.10.0", "guzzlehttp/promises": "~2.3.0", @@ -1573,9 +1574,9 @@ ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/10.6.0" + "source": "https://github.com/drupal/core-recommended/tree/10.6.1" }, - "time": "2025-12-17T09:20:58+00:00" + "time": "2025-12-18T13:55:47+00:00" }, { "name": "drupal/lagoon_logs", @@ -7753,16 +7754,16 @@ }, { "name": "drupal/core-dev-pinned", - "version": "10.6.0", + "version": "10.6.1", "source": { "type": "git", "url": "https://github.com/drupal/core-dev-pinned.git", - "reference": "56ea979df1a6c6b22a7512317d324baab7fc364f" + "reference": "d919ce93ea5b0586d39afe984b1a5dcce018e188" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-dev-pinned/zipball/56ea979df1a6c6b22a7512317d324baab7fc364f", - "reference": "56ea979df1a6c6b22a7512317d324baab7fc364f", + "url": "https://api.github.com/repos/drupal/core-dev-pinned/zipball/d919ce93ea5b0586d39afe984b1a5dcce018e188", + "reference": "d919ce93ea5b0586d39afe984b1a5dcce018e188", "shasum": "" }, "require": { @@ -7780,7 +7781,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "v1.2.0", "doctrine/instantiator": "2.0.0", "drupal/coder": "8.3.31", - "drupal/core": "10.6.0", + "drupal/core": "10.6.1", "google/protobuf": "v4.33.1", "justinrainbow/json-schema": "6.6.1", "lullabot/mink-selenium2-driver": "v1.7.4", @@ -7866,9 +7867,9 @@ ], "description": "Pinned require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", "support": { - "source": "https://github.com/drupal/core-dev-pinned/tree/10.6.0" + "source": "https://github.com/drupal/core-dev-pinned/tree/10.6.1" }, - "time": "2025-12-17T09:20:58+00:00" + "time": "2025-12-18T13:55:47+00:00" }, { "name": "google/protobuf",