diff --git a/composer.lock b/composer.lock index f6327e23..70f5f0c9 100644 --- a/composer.lock +++ b/composer.lock @@ -633,25 +633,26 @@ }, { "name": "enshrined/svg-sanitize", - "version": "0.14.0", + "version": "0.14.1", "source": { "type": "git", "url": "https://github.com/darylldoyle/svg-sanitizer.git", - "reference": "beff89576a72540ee99476aeb9cfe98222e76fb8" + "reference": "307b42066fb0b76b5119f5e1f0826e18fefabe95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/beff89576a72540ee99476aeb9cfe98222e76fb8", - "reference": "beff89576a72540ee99476aeb9cfe98222e76fb8", + "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/307b42066fb0b76b5119f5e1f0826e18fefabe95", + "reference": "307b42066fb0b76b5119f5e1f0826e18fefabe95", "shasum": "" }, "require": { "ext-dom": "*", - "ext-libxml": "*" + "ext-libxml": "*", + "php": "^7.0 || ^8.0" }, "require-dev": { "codeclimate/php-test-reporter": "^0.1.2", - "phpunit/phpunit": "^6" + "phpunit/phpunit": "^6.5 || ^8.5" }, "type": "library", "autoload": { @@ -672,9 +673,9 @@ "description": "An SVG sanitizer for PHP", "support": { "issues": "https://github.com/darylldoyle/svg-sanitizer/issues", - "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.14.0" + "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.14.1" }, - "time": "2021-01-21T10:13:20+00:00" + "time": "2021-08-09T23:46:54+00:00" }, { "name": "facebook/graph-sdk", @@ -1682,6 +1683,75 @@ }, "time": "2019-12-09T08:17:21+00:00" }, + { + "name": "masterminds/html5", + "version": "2.7.5", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", + "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-dom": "*", + "ext-libxml": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "psr-4": { + "Masterminds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + } + ], + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ], + "support": { + "issues": "https://github.com/Masterminds/html5-php/issues", + "source": "https://github.com/Masterminds/html5-php/tree/2.7.5" + }, + "time": "2021-07-01T14:25:37+00:00" + }, { "name": "nikic/php-parser", "version": "v4.12.0", @@ -4758,26 +4828,26 @@ }, { "name": "typo3/cms-adminpanel", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/adminpanel.git", - "reference": "f3594611434d89c247d491af03ba9686a6bdd6a7" + "reference": "44c9e53a0cc3d4e9a0f829024d490670576a78fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/f3594611434d89c247d491af03ba9686a6bdd6a7", - "reference": "f3594611434d89c247d491af03ba9686a6bdd6a7", + "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/44c9e53a0cc3d4e9a0f829024d490670576a78fc", + "reference": "44c9e53a0cc3d4e9a0f829024d490670576a78fc", "shasum": "" }, "require": { "psr/http-message": "^1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", - "typo3/cms-backend": "9.5.28", - "typo3/cms-core": "9.5.28", - "typo3/cms-fluid": "9.5.28", - "typo3/cms-frontend": "9.5.28", + "typo3/cms-backend": "9.5.29", + "typo3/cms-core": "9.5.29", + "typo3/cms-fluid": "9.5.29", + "typo3/cms-frontend": "9.5.29", "typo3fluid/fluid": "^2.6.10" }, "conflict": { @@ -4817,27 +4887,27 @@ "description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/adminpanel/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/adminpanel/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-backend", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "0dfce1ee47e9436c1f0d7a386f23c25c85e4bb7b" + "reference": "5726d6cdb32f0ecdbc228dc0496a9cd21e23c59d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/0dfce1ee47e9436c1f0d7a386f23c25c85e4bb7b", - "reference": "0dfce1ee47e9436c1f0d7a386f23c25c85e4bb7b", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/5726d6cdb32f0ecdbc228dc0496a9cd21e23c59d", + "reference": "5726d6cdb32f0ecdbc228dc0496a9cd21e23c59d", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28", - "typo3/cms-recordlist": "9.5.28" + "typo3/cms-core": "9.5.29", + "typo3/cms-recordlist": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -4887,26 +4957,26 @@ "description": "Classes for the TYPO3 backend.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/backend/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/backend/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-belog", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "52e8397a968a06e2e15334cfd5898d6eba86f5d7" + "reference": "a58c7c33f92cd72bb7db0c1500de71f7e7a5e413" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/52e8397a968a06e2e15334cfd5898d6eba86f5d7", - "reference": "52e8397a968a06e2e15334cfd5898d6eba86f5d7", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/a58c7c33f92cd72bb7db0c1500de71f7e7a5e413", + "reference": "a58c7c33f92cd72bb7db0c1500de71f7e7a5e413", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -4939,26 +5009,26 @@ "description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/belog/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/belog/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-beuser", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "921a3c4a2d31245c6bc98758ed413a0de4becaed" + "reference": "85df5e31b2349281c4a87e5d2fd739a05230d691" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/921a3c4a2d31245c6bc98758ed413a0de4becaed", - "reference": "921a3c4a2d31245c6bc98758ed413a0de4becaed", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/85df5e31b2349281c4a87e5d2fd739a05230d691", + "reference": "85df5e31b2349281c4a87e5d2fd739a05230d691", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -4991,9 +5061,9 @@ "description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/beuser/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/beuser/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-cli", @@ -5105,16 +5175,16 @@ }, { "name": "typo3/cms-core", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "51b6c5b158121bc09d4a1386db246bd94357d87e" + "reference": "5489bf7240f10921fe891dbc252a485d6be3f2ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/51b6c5b158121bc09d4a1386db246bd94357d87e", - "reference": "51b6c5b158121bc09d4a1386db246bd94357d87e", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/5489bf7240f10921fe891dbc252a485d6be3f2ce", + "reference": "5489bf7240f10921fe891dbc252a485d6be3f2ce", "shasum": "" }, "require": { @@ -5123,7 +5193,7 @@ "doctrine/dbal": "~2.10.0 || ~2.11.2", "doctrine/instantiator": "^1.1", "doctrine/lexer": "^1.0", - "enshrined/svg-sanitize": "^0.14.0", + "enshrined/svg-sanitize": "^0.14.1", "ext-json": "*", "ext-pcre": "*", "ext-pdo": "*", @@ -5151,6 +5221,7 @@ "typo3/class-alias-loader": "^1.0", "typo3/cms-cli": "^2.0", "typo3/cms-composer-installers": "^2.0 || ^3.0", + "typo3/html-sanitizer": "^2.0.7", "typo3/phar-stream-wrapper": "^3.1.6", "typo3fluid/fluid": "^2.6.10" }, @@ -5163,6 +5234,7 @@ "typo3fluid/fluid": "2.6.4 || 2.6.5" }, "replace": { + "t3g/svg-sanitizer": "*", "typo3/cms-lang": "*", "typo3/cms-saltedpasswords": "*", "typo3/cms-sv": "*" @@ -5172,7 +5244,7 @@ "fiunchinho/phpunit-randomizer": "^4.0", "friendsofphp/php-cs-fixer": "^2.16.7", "typo3/cms-styleguide": "~9.2.2", - "typo3/testing-framework": "^4.15.3" + "typo3/testing-framework": "^4.15.5" }, "suggest": { "ext-fileinfo": "Used for proper file type detection in the file abstraction layer", @@ -5224,26 +5296,26 @@ "description": "The core library of TYPO3.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/core/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/core/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-extbase", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "676336cabfd589c369056c24ab5a2c94ee9f4c1a" + "reference": "94f4c85b231f741b8700d56afe5c89f1023d5a16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/676336cabfd589c369056c24ab5a2c94ee9f4c1a", - "reference": "676336cabfd589c369056c24ab5a2c94ee9f4c1a", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/94f4c85b231f741b8700d56afe5c89f1023d5a16", + "reference": "94f4c85b231f741b8700d56afe5c89f1023d5a16", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5286,26 +5358,26 @@ "description": "A framework to build extensions for TYPO3 CMS.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/extbase/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/extbase/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-extensionmanager", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "7ab1618bcde1473817085a47820ec4d9d9ff1e86" + "reference": "67162912947f364fee89920bd8bc4c782601d923" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/7ab1618bcde1473817085a47820ec4d9d9ff1e86", - "reference": "7ab1618bcde1473817085a47820ec4d9d9ff1e86", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/67162912947f364fee89920bd8bc4c782601d923", + "reference": "67162912947f364fee89920bd8bc4c782601d923", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5340,26 +5412,26 @@ "description": "TYPO3 Extension Manager", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/extensionmanager/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/extensionmanager/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-felogin", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/felogin.git", - "reference": "b866350d6ae136e73ffcb1b63832be2b900df6e7" + "reference": "c82e9d88cc82d87ccb70720ede1c5450ff1971e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/b866350d6ae136e73ffcb1b63832be2b900df6e7", - "reference": "b866350d6ae136e73ffcb1b63832be2b900df6e7", + "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/c82e9d88cc82d87ccb70720ede1c5450ff1971e1", + "reference": "c82e9d88cc82d87ccb70720ede1c5450ff1971e1", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5392,26 +5464,26 @@ "description": "A template-based plugin to log in Website Users in the Frontend", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/felogin/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/felogin/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-filelist", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "ff9b90bb4ef29cba5bfaa7c36b0d92d848baab5f" + "reference": "1c12b60684d12bcfb4596e2440fedb82e504c5c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/ff9b90bb4ef29cba5bfaa7c36b0d92d848baab5f", - "reference": "ff9b90bb4ef29cba5bfaa7c36b0d92d848baab5f", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/1c12b60684d12bcfb4596e2440fedb82e504c5c4", + "reference": "1c12b60684d12bcfb4596e2440fedb82e504c5c4", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5446,26 +5518,26 @@ "description": "Listing of files in the directory", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/filelist/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/filelist/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-filemetadata", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filemetadata.git", - "reference": "91644c73acbf9a49183ad98caddb5430a1df19dc" + "reference": "b41bb5f43a8403e48cba411dadf6714dbbd4b805" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/91644c73acbf9a49183ad98caddb5430a1df19dc", - "reference": "91644c73acbf9a49183ad98caddb5430a1df19dc", + "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/b41bb5f43a8403e48cba411dadf6714dbbd4b805", + "reference": "b41bb5f43a8403e48cba411dadf6714dbbd4b805", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5490,27 +5562,27 @@ "description": "Add advanced metadata to File.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/filemetadata/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/filemetadata/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-fluid", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "83add63406282d48adddb371906127f9e1c5d4e4" + "reference": "4c0fcc9f1e1ec99e9d02183432dfabb7099d62af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/83add63406282d48adddb371906127f9e1c5d4e4", - "reference": "83add63406282d48adddb371906127f9e1c5d4e4", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/4c0fcc9f1e1ec99e9d02183432dfabb7099d62af", + "reference": "4c0fcc9f1e1ec99e9d02183432dfabb7099d62af", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28", - "typo3/cms-extbase": "9.5.28", + "typo3/cms-core": "9.5.29", + "typo3/cms-extbase": "9.5.29", "typo3fluid/fluid": "^2.6.10" }, "conflict": { @@ -5552,28 +5624,28 @@ "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/fluid/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/fluid/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-fluid-styled-content", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "3c7386e0da805aaeb39ac02f7a41d9ab71b25f15" + "reference": "29862adda1e33ad613b751472b2a2e6d62730e94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/3c7386e0da805aaeb39ac02f7a41d9ab71b25f15", - "reference": "3c7386e0da805aaeb39ac02f7a41d9ab71b25f15", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/29862adda1e33ad613b751472b2a2e6d62730e94", + "reference": "29862adda1e33ad613b751472b2a2e6d62730e94", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28", - "typo3/cms-fluid": "9.5.28", - "typo3/cms-frontend": "9.5.28" + "typo3/cms-core": "9.5.29", + "typo3/cms-fluid": "9.5.29", + "typo3/cms-frontend": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5606,28 +5678,28 @@ "description": "A set of common content elements based on Fluid for Frontend output.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/fluid_styled_content/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/fluid_styled_content/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-form", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/form.git", - "reference": "3bc2937cb458b2bde5fd64cb1b969fa6b843b7f1" + "reference": "2a6c55d17246d3c99292cde0bf17a4fb2adb0d2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/3bc2937cb458b2bde5fd64cb1b969fa6b843b7f1", - "reference": "3bc2937cb458b2bde5fd64cb1b969fa6b843b7f1", + "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/2a6c55d17246d3c99292cde0bf17a4fb2adb0d2f", + "reference": "2a6c55d17246d3c99292cde0bf17a4fb2adb0d2f", "shasum": "" }, "require": { "psr/http-message": "^1.0", "symfony/expression-language": "^4.1", - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5664,26 +5736,26 @@ "description": "Form Library, Plugin and Editor", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/form/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/form/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-frontend", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "9b9b93161d0d39675b5b03e816beb73eaa887b72" + "reference": "2064d5276b21216a8047c831984b3ed33df038b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/9b9b93161d0d39675b5b03e816beb73eaa887b72", - "reference": "9b9b93161d0d39675b5b03e816beb73eaa887b72", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/2064d5276b21216a8047c831984b3ed33df038b3", + "reference": "2064d5276b21216a8047c831984b3ed33df038b3", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5721,26 +5793,26 @@ "description": "Classes for the frontend of TYPO3.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/frontend/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/frontend/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-info", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "390bc0fb46ff5c19d24daab76eb9c631c6cf5e43" + "reference": "fc8c5c86a029222596671903eede6565693c85fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/390bc0fb46ff5c19d24daab76eb9c631c6cf5e43", - "reference": "390bc0fb46ff5c19d24daab76eb9c631c6cf5e43", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/fc8c5c86a029222596671903eede6565693c85fb", + "reference": "fc8c5c86a029222596671903eede6565693c85fb", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5782,30 +5854,30 @@ "description": "Shows various infos", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/info/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/info/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-install", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "f37eae943eb2cb685a6a5bbfa5d6f5928f13357a" + "reference": "b1bfcb9a607363456e8dab587a7adc867b165ca7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/f37eae943eb2cb685a6a5bbfa5d6f5928f13357a", - "reference": "f37eae943eb2cb685a6a5bbfa5d6f5928f13357a", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/b1bfcb9a607363456e8dab587a7adc867b165ca7", + "reference": "b1bfcb9a607363456e8dab587a7adc867b165ca7", "shasum": "" }, "require": { "nikic/php-parser": "^4.3.0", "symfony/finder": "^4.1", - "typo3/cms-core": "9.5.28", - "typo3/cms-extbase": "9.5.28", - "typo3/cms-fluid": "9.5.28" + "typo3/cms-core": "9.5.29", + "typo3/cms-extbase": "9.5.29", + "typo3/cms-fluid": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5840,26 +5912,26 @@ "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/install/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/install/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-lowlevel", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "55c9ab00dcd8a4a8d602f41f18a3263ef7cb0171" + "reference": "e683a9d5f5ae6d5f4114cc33a686e716e53b43a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/55c9ab00dcd8a4a8d602f41f18a3263ef7cb0171", - "reference": "55c9ab00dcd8a4a8d602f41f18a3263ef7cb0171", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/e683a9d5f5ae6d5f4114cc33a686e716e53b43a1", + "reference": "e683a9d5f5ae6d5f4114cc33a686e716e53b43a1", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5897,26 +5969,26 @@ "description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/lowlevel/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/lowlevel/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-recordlist", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recordlist.git", - "reference": "daa16ffd2a733703362c82e5b96e8cb0ffeb7ba7" + "reference": "ed166532f7aadf1088aea6132260b6297810ac0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/daa16ffd2a733703362c82e5b96e8cb0ffeb7ba7", - "reference": "daa16ffd2a733703362c82e5b96e8cb0ffeb7ba7", + "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/ed166532f7aadf1088aea6132260b6297810ac0d", + "reference": "ed166532f7aadf1088aea6132260b6297810ac0d", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -5956,26 +6028,26 @@ "description": "List of database-records", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/recordlist/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/recordlist/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-recycler", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recycler.git", - "reference": "91fd21738556047a5e41b67f61640a1fd6c5db6b" + "reference": "2fa0a783ef70db82c8768d6371b95dbee2de070c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/91fd21738556047a5e41b67f61640a1fd6c5db6b", - "reference": "91fd21738556047a5e41b67f61640a1fd6c5db6b", + "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/2fa0a783ef70db82c8768d6371b95dbee2de070c", + "reference": "2fa0a783ef70db82c8768d6371b95dbee2de070c", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6008,27 +6080,27 @@ "description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/recycler/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/recycler/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-redirects", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/redirects.git", - "reference": "38331cd9a155a341c03ba2e65980c0d099aa1ce1" + "reference": "35973579d83bfb7754a50dbbd9ad6c8c3238c7ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/38331cd9a155a341c03ba2e65980c0d099aa1ce1", - "reference": "38331cd9a155a341c03ba2e65980c0d099aa1ce1", + "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/35973579d83bfb7754a50dbbd9ad6c8c3238c7ff", + "reference": "35973579d83bfb7754a50dbbd9ad6c8c3238c7ff", "shasum": "" }, "require": { - "typo3/cms-backend": "9.5.28", - "typo3/cms-core": "9.5.28", + "typo3/cms-backend": "9.5.29", + "typo3/cms-core": "9.5.29", "typo3fluid/fluid": "^2.6.10" }, "conflict": { @@ -6063,26 +6135,26 @@ "description": "Custom redirects in TYPO3.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/redirects/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/redirects/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-reports", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/reports.git", - "reference": "cf8e8ea2df9d7ea3dfa819db30d43e365ac365e7" + "reference": "8d86f7afb2368cdb5940a701c7832e5d85e01c3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/cf8e8ea2df9d7ea3dfa819db30d43e365ac365e7", - "reference": "cf8e8ea2df9d7ea3dfa819db30d43e365ac365e7", + "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/8d86f7afb2368cdb5940a701c7832e5d85e01c3e", + "reference": "8d86f7afb2368cdb5940a701c7832e5d85e01c3e", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6123,26 +6195,26 @@ "description": "The reports module groups several system reports.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/reports/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/reports/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-rte-ckeditor", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "72ce9ed80f654ee19343c95093275ad2b29634a0" + "reference": "7a61825ea8a13f2154f3a135f7f76742d4a17d35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/72ce9ed80f654ee19343c95093275ad2b29634a0", - "reference": "72ce9ed80f654ee19343c95093275ad2b29634a0", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/7a61825ea8a13f2154f3a135f7f76742d4a17d35", + "reference": "7a61825ea8a13f2154f3a135f7f76742d4a17d35", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6178,26 +6250,26 @@ "description": "Integration of CKEditor as Rich Text Editor.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/rte_ckeditor/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/rte_ckeditor/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-scheduler", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "426258dabc3f48dae9d4a70e315c47e1b33579b5" + "reference": "619d232e118298c73c0dc42fd83a2414ff0e88cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/426258dabc3f48dae9d4a70e315c47e1b33579b5", - "reference": "426258dabc3f48dae9d4a70e315c47e1b33579b5", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/619d232e118298c73c0dc42fd83a2414ff0e88cb", + "reference": "619d232e118298c73c0dc42fd83a2414ff0e88cb", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6227,28 +6299,28 @@ "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/scheduler/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/scheduler/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-seo", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/seo.git", - "reference": "4c7d3600aed213b4f0e16f76ce4a740aceed86fb" + "reference": "9710a497a95719c660d0298e158b1deba3741403" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/4c7d3600aed213b4f0e16f76ce4a740aceed86fb", - "reference": "4c7d3600aed213b4f0e16f76ce4a740aceed86fb", + "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/9710a497a95719c660d0298e158b1deba3741403", + "reference": "9710a497a95719c660d0298e158b1deba3741403", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28", - "typo3/cms-extbase": "9.5.28", - "typo3/cms-frontend": "9.5.28" + "typo3/cms-core": "9.5.29", + "typo3/cms-extbase": "9.5.29", + "typo3/cms-frontend": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6281,26 +6353,26 @@ "description": "SEO features for TYPO3.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/seo/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/seo/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-setup", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "10a0bcc075cbe352510d5369754b3f81ff6bea60" + "reference": "364c56ff32b26846729a1455f70a476d7aff2426" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/10a0bcc075cbe352510d5369754b3f81ff6bea60", - "reference": "10a0bcc075cbe352510d5369754b3f81ff6bea60", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/364c56ff32b26846729a1455f70a476d7aff2426", + "reference": "364c56ff32b26846729a1455f70a476d7aff2426", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6333,26 +6405,26 @@ "description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/setup/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/setup/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-t3editor", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/t3editor.git", - "reference": "288471fb2eba55af08f06ef204b11e1e24d32117" + "reference": "1c1997abe30d7d4795efeff84b0fe6e77a992c19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/288471fb2eba55af08f06ef204b11e1e24d32117", - "reference": "288471fb2eba55af08f06ef204b11e1e24d32117", + "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/1c1997abe30d7d4795efeff84b0fe6e77a992c19", + "reference": "1c1997abe30d7d4795efeff84b0fe6e77a992c19", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6390,26 +6462,26 @@ "description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/t3editor/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/t3editor/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-taskcenter", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/taskcenter.git", - "reference": "652467c2f8075aa93f02db39867db43f81ee90d7" + "reference": "0961529aa3315a994b4caf3175eff4c3a271c7e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/652467c2f8075aa93f02db39867db43f81ee90d7", - "reference": "652467c2f8075aa93f02db39867db43f81ee90d7", + "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/0961529aa3315a994b4caf3175eff4c3a271c7e2", + "reference": "0961529aa3315a994b4caf3175eff4c3a271c7e2", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6439,26 +6511,26 @@ "description": "The Task Center is the framework for a host of other extensions, see below.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/taskcenter/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/taskcenter/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-tstemplate", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "c7f07059e4578929f0c40ce8900cc0d4690d4507" + "reference": "f39bd6362f4998fe8f7bd47662ea0d0a57e4c001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/c7f07059e4578929f0c40ce8900cc0d4690d4507", - "reference": "c7f07059e4578929f0c40ce8900cc0d4690d4507", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/f39bd6362f4998fe8f7bd47662ea0d0a57e4c001", + "reference": "f39bd6362f4998fe8f7bd47662ea0d0a57e4c001", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6491,26 +6563,26 @@ "description": "Framework for management of TypoScript template records for the CMS frontend.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/tstemplate/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/tstemplate/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" }, { "name": "typo3/cms-viewpage", - "version": "v9.5.28", + "version": "v9.5.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/viewpage.git", - "reference": "c054e5a4276b19674a29ec168c8936b7519cc081" + "reference": "de46c35e3ae41772918c2faa53421cf44dc89121" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/c054e5a4276b19674a29ec168c8936b7519cc081", - "reference": "c054e5a4276b19674a29ec168c8936b7519cc081", + "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/de46c35e3ae41772918c2faa53421cf44dc89121", + "reference": "de46c35e3ae41772918c2faa53421cf44dc89121", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.28" + "typo3/cms-core": "9.5.29" }, "conflict": { "typo3/cms": "*" @@ -6543,9 +6615,60 @@ "description": "Shows the frontend webpage inside the backend frameset.", "homepage": "https://typo3.org", "support": { - "source": "https://github.com/TYPO3-CMS/viewpage/tree/v9.5.28" + "source": "https://github.com/TYPO3-CMS/viewpage/tree/v9.5.29" }, - "time": "2021-07-20T09:35:15+00:00" + "time": "2021-08-10T08:02:29+00:00" + }, + { + "name": "typo3/html-sanitizer", + "version": "v2.0.7", + "source": { + "type": "git", + "url": "https://github.com/TYPO3/html-sanitizer.git", + "reference": "c5f1e2eb37f3b7799029ab01e145028e35b2e61a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/TYPO3/html-sanitizer/zipball/c5f1e2eb37f3b7799029ab01e145028e35b2e61a", + "reference": "c5f1e2eb37f3b7799029ab01e145028e35b2e61a", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "masterminds/html5": "^2.7", + "php": "^7.2 || ^8.0", + "psr/log": "^1.0" + }, + "require-dev": { + "phpunit/phpunit": "^8.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "TYPO3\\HtmlSanitizer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Oliver Hader", + "email": "oliver@typo3.org" + } + ], + "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.7" + }, + "time": "2021-08-08T20:57:41+00:00" }, { "name": "typo3/phar-stream-wrapper",