diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-25 14:55:40 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-25 14:55:40 +0200 |
| commit | 5dee7363106350e2522f8ceac3e3d1aa2635b32d (patch) | |
| tree | e69c3c2610af56706783e6fb96c3860b10793260 | |
| parent | 2214cd4d4411953522ad084257cfce33bade3a52 (diff) | |
update ezyang/htmlpurifier to v4.18.0, fixes #5531
Closes #5531
Merge request studip/studip!4153
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json index f4e4320..463099f 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,7 @@ "tecnickcom/tcpdf": "6.9.3", "scssphp/scssphp": "2.0.1", "symfony/yaml": "6.4.20", - "ezyang/htmlpurifier": "^4.13", + "ezyang/htmlpurifier": "4.18.0", "jasig/phpcas": "1.5", "algo26-matthias/idna-convert": "4.2.0", "caxy/php-htmldiff": "0.1.16", diff --git a/composer.lock b/composer.lock index 0e9d9cd..d510de6 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": "1a140dc0621f457df86a910964ba1338", + "content-hash": "e030548f0ff4c143caa740a7d61ccda9", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -541,20 +541,20 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.17.0", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" + "reference": "cb56001e54359df7ae76dc522d08845dc741621b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", + "reference": "cb56001e54359df7ae76dc522d08845dc741621b", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -596,9 +596,9 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0" }, - "time": "2023-11-17T15:01:25+00:00" + "time": "2024-11-01T03:51:45+00:00" }, { "name": "graham-campbell/result-type", |
