Merge pull request #878 from jonnybarnes/dependabot/composer/symfony/html-sanitizer-6.3.0

build(deps): Bump symfony/html-sanitizer from 6.2.7 to 6.3.0
This commit is contained in:
Jonny Barnes 2023-05-31 11:33:13 +01:00 committed by GitHub
commit cb03b20e48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
composer.lock generated
View file

@ -3069,26 +3069,24 @@
}, },
{ {
"name": "masterminds/html5", "name": "masterminds/html5",
"version": "2.7.6", "version": "2.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Masterminds/html5-php.git", "url": "https://github.com/Masterminds/html5-php.git",
"reference": "897eb517a343a2281f11bc5556d6548db7d93947" "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
"reference": "897eb517a343a2281f11bc5556d6548db7d93947", "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*",
"ext-dom": "*", "ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -3132,9 +3130,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/Masterminds/html5-php/issues", "issues": "https://github.com/Masterminds/html5-php/issues",
"source": "https://github.com/Masterminds/html5-php/tree/2.7.6" "source": "https://github.com/Masterminds/html5-php/tree/2.8.0"
}, },
"time": "2022-08-18T16:18:26+00:00" "time": "2023-04-26T07:27:39+00:00"
}, },
{ {
"name": "mf2/mf2", "name": "mf2/mf2",
@ -5233,16 +5231,16 @@
}, },
{ {
"name": "symfony/html-sanitizer", "name": "symfony/html-sanitizer",
"version": "v6.2.7", "version": "v6.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/html-sanitizer.git", "url": "https://github.com/symfony/html-sanitizer.git",
"reference": "211e36bbb20a5e5db2b940399ab1d2b421a08068" "reference": "eae9b0a9ad7a2ed1963f819547d59ff99ad9e0fd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/211e36bbb20a5e5db2b940399ab1d2b421a08068", "url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/eae9b0a9ad7a2ed1963f819547d59ff99ad9e0fd",
"reference": "211e36bbb20a5e5db2b940399ab1d2b421a08068", "reference": "eae9b0a9ad7a2ed1963f819547d59ff99ad9e0fd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5282,7 +5280,7 @@
"sanitizer" "sanitizer"
], ],
"support": { "support": {
"source": "https://github.com/symfony/html-sanitizer/tree/v6.2.7" "source": "https://github.com/symfony/html-sanitizer/tree/v6.3.0"
}, },
"funding": [ "funding": [
{ {
@ -5298,7 +5296,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-02-14T08:44:56+00:00" "time": "2023-02-14T09:04:20+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",