From 82d7551fddcc8b2ea8c5ef6fa0221a019a98c846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:44:31 +0000 Subject: [PATCH] Update darylldoyle/safe-svg requirement from 2.0.3 to 2.2.4 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.0.3...2.2.4) --- 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 692fb65..63fe195 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.1", - "darylldoyle/safe-svg": "2.0.3", + "darylldoyle/safe-svg": "2.2.4", "humanmade/tachyon-plugin": "~0.11.9", "humanmade/smart-media": "~0.5.4", "humanmade/aws-rekognition": "~0.1.9",