From a59c66c313da326658340f1c5307d39e280d1eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:26:40 +0000 Subject: [PATCH] Update darylldoyle/safe-svg requirement from 2.2.4 to 2.2.5 Updates the requirements on [darylldoyle/safe-svg](https://github.com/10up/safe-svg) to permit the latest version. - [Release notes](https://github.com/10up/safe-svg/releases) - [Changelog](https://github.com/10up/safe-svg/blob/develop/CHANGELOG.md) - [Commits](https://github.com/10up/safe-svg/compare/2.2.4...2.2.5) --- updated-dependencies: - dependency-name: darylldoyle/safe-svg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 63fe195..12f0b81 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.1", - "darylldoyle/safe-svg": "2.2.4", + "darylldoyle/safe-svg": "2.2.5", "humanmade/tachyon-plugin": "~0.11.9", "humanmade/smart-media": "~0.5.4", "humanmade/aws-rekognition": "~0.1.9",