summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-01 12:31:07 +0000
committerGitHub <noreply@github.com>2024-11-01 12:31:07 +0000
commit6fcb5d226f4e0ceded332bb443439c7aa06ac529 (patch)
treecf7a9c4d98e9aad1d6f7129370dd9bd535dbb5ef
parentd1e4047423526b7ff72080bad89575474b27f13a (diff)
Build(deps): Bump ezyang/htmlpurifier from 4.17.0 to 4.18.0dependabot/composer/ezyang/htmlpurifier-4.18.0
Bumps [ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/ezyang/htmlpurifier/releases) - [Changelog](https://github.com/ezyang/htmlpurifier/blob/master/NEWS) - [Commits](https://github.com/ezyang/htmlpurifier/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: ezyang/htmlpurifier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 8735b5f2c..d36ec1bbe 100644
--- a/composer.json
+++ b/composer.json
@@ -41,7 +41,7 @@
},
"require": {
"php": "^8.2",
- "ezyang/htmlpurifier": "^4.17.0",
+ "ezyang/htmlpurifier": "^4.18.0",
"pear/net_url2": "^2.2.2",
"riimu/kit-pathjoin": "^1.2.0",
"debril/feed-io": "v5.3.1",
diff --git a/composer.lock b/composer.lock
index 9fa235724..22223225a 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": "f069ed89789335e27c702e75d1972390",
+ "content-hash": "49b89bde84c8b81c12482a13f15e8b97",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -133,20 +133,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",
@@ -188,9 +188,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": "fivefilters/readability.php",