diff --git a/composer.json b/composer.json index 9562920d14..e1fa4a19db 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "singpolyma/openpgp-php": "^0.7.0", "horde/imap-client": "dev-2.30.7-cerb", "ramsey/uuid": "^4.1", - "enshrined/svg-sanitize": "^0.15", + "enshrined/svg-sanitize": "^0.22", "sebastian/diff": "^4.0", "league/commonmark": "^2.7" }, diff --git a/composer.lock b/composer.lock index fe152aee92..2531b440e8 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": "693f5620301fb88d6db736ecda0a668c", + "content-hash": "e765aa983321c852792f86b6d239b181", "packages": [ { "name": "brick/math", @@ -492,22 +492,22 @@ }, { "name": "enshrined/svg-sanitize", - "version": "0.15.4", + "version": "0.22.0", "source": { "type": "git", "url": "https://github.com/darylldoyle/svg-sanitizer.git", - "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4" + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4", - "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4", + "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500", + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", - "php": "^7.0 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^8.5" @@ -531,9 +531,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.15.4" + "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0" }, - "time": "2022-02-21T09:13:59+00:00" + "time": "2025-08-12T10:13:48+00:00" }, { "name": "ezyang/htmlpurifier",