diff --git a/composer.json b/composer.json index 061b2d015..385be57d6 100644 --- a/composer.json +++ b/composer.json @@ -78,6 +78,6 @@ "wptt/webfont-loader": "^1.1", "sabberworm/php-css-parser": "^8.4", "stripe/stripe-php": "^15.3", - "enshrined/svg-sanitize": "^0.21.0" + "enshrined/svg-sanitize": "^0.22.0" } } diff --git a/composer.lock b/composer.lock index ac70ca8ff..53a25c3bf 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": "b823d780538a4de103f62cac887db88d", + "content-hash": "a674108bfc264a515ce1c13b034b5f70", "packages": [ { "name": "codeinwp/themeisle-sdk", @@ -49,16 +49,16 @@ }, { "name": "enshrined/svg-sanitize", - "version": "0.21.0", + "version": "0.22.0", "source": { "type": "git", "url": "https://github.com/darylldoyle/svg-sanitizer.git", - "reference": "5e477468fac5c5ce933dce53af3e8e4e58dcccc9" + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/5e477468fac5c5ce933dce53af3e8e4e58dcccc9", - "reference": "5e477468fac5c5ce933dce53af3e8e4e58dcccc9", + "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500", + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500", "shasum": "" }, "require": { @@ -88,9 +88,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.21.0" + "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0" }, - "time": "2025-01-13T09:32:25+00:00" + "time": "2025-08-12T10:13:48+00:00" }, { "name": "masterminds/html5",