From 155df736c30bb0c8848ddcb39f369f3e37f5f7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:12:02 +0000 Subject: [PATCH] Bump symfony/yaml from 7.1.6 to 7.2.0 (#1294) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 206630603..2eda01a59 100644 --- a/composer.json +++ b/composer.json @@ -103,7 +103,7 @@ "symfony/validator": "7.1.*", "symfony/webpack-encore-bundle": "^2.1.1", "symfony/workflow": "7.1.*", - "symfony/yaml": "7.1.*", + "symfony/yaml": "7.2.*", "symfonycasts/reset-password-bundle": "^1.22.0", "symfonycasts/verify-email-bundle": "^1.17.0", "thenetworg/oauth2-azure": "^2.2.2", diff --git a/composer.lock b/composer.lock index c2dea577d..536889f29 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": "57ec99ba52a5038292fce73772157d64", + "content-hash": "a40f1784ff85fc550b70233f924e262a", "packages": [ { "name": "aws/aws-crt-php", @@ -14092,20 +14092,21 @@ }, { "name": "symfony/yaml", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671" + "reference": "099581e99f557e9f16b43c5916c26380b54abb22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", - "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", + "url": "https://api.github.com/repos/symfony/yaml/zipball/099581e99f557e9f16b43c5916c26380b54abb22", + "reference": "099581e99f557e9f16b43c5916c26380b54abb22", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -14143,7 +14144,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.1.6" + "source": "https://github.com/symfony/yaml/tree/v7.2.0" }, "funding": [ { @@ -14159,7 +14160,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-10-23T06:56:12+00:00" }, { "name": "symfonycasts/reset-password-bundle",