From 6dcdafe118482af2c5d6289e0028db042df806aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 12:25:04 +0000 Subject: [PATCH] Bump symfony/web-link from 6.3.0 to 6.4.7 Bumps [symfony/web-link](https://github.com/symfony/web-link) from 6.3.0 to 6.4.7. - [Release notes](https://github.com/symfony/web-link/releases) - [Changelog](https://github.com/symfony/web-link/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/web-link/compare/v6.3.0...v6.4.7) --- updated-dependencies: - dependency-name: symfony/web-link dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index fd7290d..77dc073 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "symfony/translation": "6.4.*", "symfony/twig-bundle": "6.3.*", "symfony/validator": "6.4.*", - "symfony/web-link": "6.3.*", + "symfony/web-link": "6.4.*", "symfony/webpack-encore-bundle": "^2.1", "symfony/yaml": "6.3.*", "twig/extra-bundle": "^3.7", diff --git a/composer.lock b/composer.lock index a26a134..3239ea5 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": "db1fc9169eb8343e97653325463d6418", + "content-hash": "2393c659f5b03ae94baeead3406ed082", "packages": [ { "name": "brick/math", @@ -8029,16 +8029,16 @@ }, { "name": "symfony/web-link", - "version": "v6.3.0", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", - "reference": "0989ca617d0703cdca501a245f10e194ff22315b" + "reference": "63e03d53df4ddb7e054d7dc5a43f58be9c67bd7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-link/zipball/0989ca617d0703cdca501a245f10e194ff22315b", - "reference": "0989ca617d0703cdca501a245f10e194ff22315b", + "url": "https://api.github.com/repos/symfony/web-link/zipball/63e03d53df4ddb7e054d7dc5a43f58be9c67bd7a", + "reference": "63e03d53df4ddb7e054d7dc5a43f58be9c67bd7a", "shasum": "" }, "require": { @@ -8052,7 +8052,7 @@ "psr/link-implementation": "1.0|2.0" }, "require-dev": { - "symfony/http-kernel": "^5.4|^6.0" + "symfony/http-kernel": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -8092,7 +8092,7 @@ "push" ], "support": { - "source": "https://github.com/symfony/web-link/tree/v6.3.0" + "source": "https://github.com/symfony/web-link/tree/v6.4.7" }, "funding": [ { @@ -8108,7 +8108,7 @@ "type": "tidelift" } ], - "time": "2023-04-21T14:41:17+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/webpack-encore-bundle",