From 5b31269f03bbd5f59db5fb629973d63f2bf51d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:50:45 +0000 Subject: [PATCH] Bump typo3/html-sanitizer from 2.0.15 to 2.0.16 Bumps typo3/html-sanitizer from 2.0.15 to 2.0.16. --- updated-dependencies: - dependency-name: typo3/html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index d294a13..296193b 100644 --- a/composer.lock +++ b/composer.lock @@ -1498,16 +1498,16 @@ }, { "name": "masterminds/html5", - "version": "2.7.5", + "version": "2.7.6", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" + "reference": "897eb517a343a2281f11bc5556d6548db7d93947" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", + "reference": "897eb517a343a2281f11bc5556d6548db7d93947", "shasum": "" }, "require": { @@ -1561,9 +1561,9 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.7.5" + "source": "https://github.com/Masterminds/html5-php/tree/2.7.6" }, - "time": "2021-07-01T14:25:37+00:00" + "time": "2022-08-18T16:18:26+00:00" }, { "name": "nikic/php-parser", @@ -6581,21 +6581,21 @@ }, { "name": "typo3/html-sanitizer", - "version": "v2.0.15", + "version": "v2.0.16", "source": { "type": "git", "url": "https://github.com/TYPO3/html-sanitizer.git", - "reference": "f9d501a9b8422df2aff4ce8f23684bb47e55f3c7" + "reference": "60bfdc7f9b394d0236e16ee4cea8372a7defa493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/html-sanitizer/zipball/f9d501a9b8422df2aff4ce8f23684bb47e55f3c7", - "reference": "f9d501a9b8422df2aff4ce8f23684bb47e55f3c7", + "url": "https://api.github.com/repos/TYPO3/html-sanitizer/zipball/60bfdc7f9b394d0236e16ee4cea8372a7defa493", + "reference": "60bfdc7f9b394d0236e16ee4cea8372a7defa493", "shasum": "" }, "require": { "ext-dom": "*", - "masterminds/html5": "^2.7", + "masterminds/html5": "^2.7.6", "php": "^7.2 || ^8.0", "psr/log": "^1.0 || ^2.0 || ^3.0" }, @@ -6626,9 +6626,9 @@ "description": "HTML sanitizer aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values.", "support": { "issues": "https://github.com/TYPO3/html-sanitizer/issues", - "source": "https://github.com/TYPO3/html-sanitizer/tree/v2.0.15" + "source": "https://github.com/TYPO3/html-sanitizer/tree/v2.0.16" }, - "time": "2022-07-27T18:38:57+00:00" + "time": "2022-09-13T07:29:06+00:00" }, { "name": "typo3/phar-stream-wrapper",