diff --git a/composer.json b/composer.json index d295c33a2..c2f051b6f 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "caxy/php-htmldiff": "^0.1.13", "doctrine/annotations": "^1.11", "doctrine/cache": "^1.10", - "enshrined/svg-sanitize": "^0.16.0", + "enshrined/svg-sanitize": "^0.22.0", "ezyang/htmlpurifier": "^4.14", "jbroadway/urlify": "^1.2", "nesbot/carbon": "^2.66.0", diff --git a/composer.lock b/composer.lock index 34eaee528..b29cc43ec 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": "0a13f163e8ad3275e44a3e4e7d74546a", + "content-hash": "54092ee86fd9aea2b4f1cc01f762c4be", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -585,26 +585,25 @@ }, { "name": "enshrined/svg-sanitize", - "version": "0.16.0", + "version": "0.22.0", "source": { "type": "git", "url": "https://github.com/darylldoyle/svg-sanitizer.git", - "reference": "239e257605e2141265b429e40987b2ee51bba4b4" + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/239e257605e2141265b429e40987b2ee51bba4b4", - "reference": "239e257605e2141265b429e40987b2ee51bba4b4", + "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500", + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", - "ezyang/htmlpurifier": "^4.16", - "php": "^5.6 || ^7.0 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.5 || ^8.5" + "phpunit/phpunit": "^6.5 || ^8.5" }, "type": "library", "autoload": { @@ -625,9 +624,9 @@ "description": "An SVG sanitizer for PHP", "support": { "issues": "https://github.com/darylldoyle/svg-sanitizer/issues", - "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.16.0" + "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0" }, - "time": "2023-03-20T10:51:12+00:00" + "time": "2025-08-12T10:13:48+00:00" }, { "name": "ezyang/htmlpurifier",