From d190e369646bff8ce024a5ec9926ac309f9e99ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:57:06 +0000 Subject: [PATCH] [TASK] Update ezyang/htmlpurifier requirement from ^4.17.0 to ^4.18.0 Updates the requirements on [ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa8b9364..aec770f3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require-dev": { "ext-json": "*", "ergebnis/composer-normalize": "^2.44.0", - "ezyang/htmlpurifier": "^4.17.0", + "ezyang/htmlpurifier": "^4.18.0", "friendsofphp/php-cs-fixer": "^3.64.0", "friendsoftypo3/phpstan-typo3": "^0.9.0", "helmich/typo3-typoscript-lint": "^3.2.1",