From ffe7c8b233deb66cf68f150b3bcad2d2977ade1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 22 Jun 2022 16:04:03 +0200 Subject: [PATCH 1/2] Fix incorrect evaluation of transport filter setting --- .../Classes/Domain/Repository/AbstractRepository.php | 2 +- .../ep_products/Classes/Domain/Repository/ProductRepository.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/typo3conf/ext/ep_products/Classes/Domain/Repository/AbstractRepository.php b/public/typo3conf/ext/ep_products/Classes/Domain/Repository/AbstractRepository.php index b90a55f0..91fca2d8 100644 --- a/public/typo3conf/ext/ep_products/Classes/Domain/Repository/AbstractRepository.php +++ b/public/typo3conf/ext/ep_products/Classes/Domain/Repository/AbstractRepository.php @@ -223,7 +223,7 @@ abstract class AbstractRepository extends Repository protected function addTransportationFilterConditions(QueryBuilder $qb, array $filterSettings): void { // Transportation - if (null !== $filterSettings['bus']) { + if (false === empty($filterSettings['bus'])) { $qb->andWhere($qb->expr()->eq('date.bus_available', 1)); } } diff --git a/public/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php b/public/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php index f3753783..8a3cc923 100644 --- a/public/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php +++ b/public/typo3conf/ext/ep_products/Classes/Domain/Repository/ProductRepository.php @@ -93,7 +93,7 @@ class ProductRepository extends AbstractRepository if (count($excludedConceptUids) > 0) { $qb->andWhere($qb->expr()->notIn( - 'concept', + 'date.concept', $qb->createNamedParameter($excludedConceptUids, Connection::PARAM_INT_ARRAY)) ); } From 52689b5060265f3462322e3e33acab4340fcce6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 22 Jun 2022 16:04:53 +0200 Subject: [PATCH 2/2] Update project dependencies --- composer.lock | 390 +++++++++++++++++++++++++------------------------- 1 file changed, 195 insertions(+), 195 deletions(-) diff --git a/composer.lock b/composer.lock index 69a8567c..8157fe9a 100644 --- a/composer.lock +++ b/composer.lock @@ -797,16 +797,16 @@ }, { "name": "fluidtypo3/vhs", - "version": "6.1.1", + "version": "6.1.2", "source": { "type": "git", "url": "https://github.com/FluidTYPO3/vhs.git", - "reference": "0e12d00436a4529f4f67e3bef1c20548b4b3ee5a" + "reference": "007d141c78ef34f8bf2a6b325c89918c51fae592" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/0e12d00436a4529f4f67e3bef1c20548b4b3ee5a", - "reference": "0e12d00436a4529f4f67e3bef1c20548b4b3ee5a", + "url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/007d141c78ef34f8bf2a6b325c89918c51fae592", + "reference": "007d141c78ef34f8bf2a6b325c89918c51fae592", "shasum": "" }, "require": { @@ -859,7 +859,7 @@ "issues": "https://github.com/FluidTYPO3/vhs/issues", "source": "https://github.com/FluidTYPO3/vhs" }, - "time": "2022-05-02T11:15:26+00:00" + "time": "2022-06-16T12:00:28+00:00" }, { "name": "georgringer/news", @@ -995,24 +995,24 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.5.7", + "version": "6.5.8", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "724562fa861e21a4071c652c8a159934e4f05592" + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/724562fa861e21a4071c652c8a159934e4f05592", - "reference": "724562fa861e21a4071c652c8a159934e4f05592", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", + "guzzlehttp/psr7": "^1.9", "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17.0" + "symfony/polyfill-intl-idn": "^1.17" }, "require-dev": { "ext-curl": "*", @@ -1090,7 +1090,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5.7" + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" }, "funding": [ { @@ -1106,7 +1106,7 @@ "type": "tidelift" } ], - "time": "2022-06-09T21:36:50+00:00" + "time": "2022-06-20T22:16:07+00:00" }, { "name": "guzzlehttp/promises", @@ -1194,16 +1194,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.8.5", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", - "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", "shasum": "" }, "require": { @@ -1224,7 +1224,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -1284,7 +1284,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.5" + "source": "https://github.com/guzzle/psr7/tree/1.9.0" }, "funding": [ { @@ -1300,7 +1300,7 @@ "type": "tidelift" } ], - "time": "2022-03-20T21:51:18+00:00" + "time": "2022-06-20T21:43:03+00:00" }, { "name": "helhum/config-loader", @@ -6016,16 +6016,16 @@ }, { "name": "typo3/cms-adminpanel", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/adminpanel.git", - "reference": "ee86dbb658c8a754a51f3e4f7ba397fd21c712f2" + "reference": "d07cdc8479d5905f00de9bc191e253cdd4938104" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/ee86dbb658c8a754a51f3e4f7ba397fd21c712f2", - "reference": "ee86dbb658c8a754a51f3e4f7ba397fd21c712f2", + "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/d07cdc8479d5905f00de9bc191e253cdd4938104", + "reference": "d07cdc8479d5905f00de9bc191e253cdd4938104", "shasum": "" }, "require": { @@ -6033,10 +6033,10 @@ "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "symfony/var-dumper": "^4.4 || ^5.0", - "typo3/cms-backend": "10.4.28", - "typo3/cms-core": "10.4.28", - "typo3/cms-fluid": "10.4.28", - "typo3/cms-frontend": "10.4.28", + "typo3/cms-backend": "10.4.30", + "typo3/cms-core": "10.4.30", + "typo3/cms-fluid": "10.4.30", + "typo3/cms-frontend": "10.4.30", "typo3fluid/fluid": "^2.6.10" }, "conflict": { @@ -6078,26 +6078,26 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-backend", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "08f508fbf272fb833863a2d3f4a1e83842cad091" + "reference": "b769fd9e6b2677de296efecd3092e81681fe2cf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/08f508fbf272fb833863a2d3f4a1e83842cad091", - "reference": "08f508fbf272fb833863a2d3f4a1e83842cad091", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/b769fd9e6b2677de296efecd3092e81681fe2cf5", + "reference": "b769fd9e6b2677de296efecd3092e81681fe2cf5", "shasum": "" }, "require": { "psr/event-dispatcher": "^1.0", - "typo3/cms-core": "10.4.28", - "typo3/cms-recordlist": "10.4.28" + "typo3/cms-core": "10.4.30", + "typo3/cms-recordlist": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -6156,24 +6156,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-belog", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "a7ea941d28a122d68492a2666a3399233dbccf62" + "reference": "7562dcac3ac1cf5cdee3e95d326eac85e4b037e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/a7ea941d28a122d68492a2666a3399233dbccf62", - "reference": "a7ea941d28a122d68492a2666a3399233dbccf62", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/7562dcac3ac1cf5cdee3e95d326eac85e4b037e1", + "reference": "7562dcac3ac1cf5cdee3e95d326eac85e4b037e1", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -6214,24 +6214,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-beuser", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "e5834d6036beaa3f8e697417c7832b8d774197ca" + "reference": "d22308dc5218c1a9c4664867229b53dc53424f60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/e5834d6036beaa3f8e697417c7832b8d774197ca", - "reference": "e5834d6036beaa3f8e697417c7832b8d774197ca", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/d22308dc5218c1a9c4664867229b53dc53424f60", + "reference": "d22308dc5218c1a9c4664867229b53dc53424f60", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -6272,7 +6272,7 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-cli", @@ -6384,16 +6384,16 @@ }, { "name": "typo3/cms-core", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "66d8cba7b84a5f7e20438bdb4b7423cb77520c9d" + "reference": "237e1692a64bb3221e12e454a2ec83e80807ed8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/66d8cba7b84a5f7e20438bdb4b7423cb77520c9d", - "reference": "66d8cba7b84a5f7e20438bdb4b7423cb77520c9d", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/237e1692a64bb3221e12e454a2ec83e80807ed8a", + "reference": "237e1692a64bb3221e12e454a2ec83e80807ed8a", "shasum": "" }, "require": { @@ -6409,9 +6409,9 @@ "ext-pdo": "*", "ext-session": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.3.0", + "guzzlehttp/guzzle": "^6.5.7", "guzzlehttp/psr7": "^1.8.5", - "lolli42/finediff": "^1.0", + "lolli42/finediff": "^1.0.1", "nikic/php-parser": "^4.10.4", "php": "^7.2", "psr/container": "^1.0", @@ -6535,20 +6535,20 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-extbase", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "3fc7c8a3601733b024596430513b8138d8b62de2" + "reference": "edb17f91fa973fcbcae1bc995e83b2a62d22b1fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/3fc7c8a3601733b024596430513b8138d8b62de2", - "reference": "3fc7c8a3601733b024596430513b8138d8b62de2", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/edb17f91fa973fcbcae1bc995e83b2a62d22b1fa", + "reference": "edb17f91fa973fcbcae1bc995e83b2a62d22b1fa", "shasum": "" }, "require": { @@ -6557,7 +6557,7 @@ "symfony/dependency-injection": "^4.4 || ^5.0", "symfony/property-access": "^4.4 || ^5.0", "symfony/property-info": "^4.4 || ^5.0", - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -6604,25 +6604,25 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-extensionmanager", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "c38e856a511e7408316184fec203c70dab1784a0" + "reference": "ee54012251a9ef0a3550853f8b1bbe160c646dde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/c38e856a511e7408316184fec203c70dab1784a0", - "reference": "c38e856a511e7408316184fec203c70dab1784a0", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/ee54012251a9ef0a3550853f8b1bbe160c646dde", + "reference": "ee54012251a9ef0a3550853f8b1bbe160c646dde", "shasum": "" }, "require": { "ext-libxml": "*", - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -6665,24 +6665,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-filelist", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "fd9ff9bce7cd990fcba49297186050f4e89ed7a4" + "reference": "50dccb3b1c263205481842a8ce7fd85426ea4bef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/fd9ff9bce7cd990fcba49297186050f4e89ed7a4", - "reference": "fd9ff9bce7cd990fcba49297186050f4e89ed7a4", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/50dccb3b1c263205481842a8ce7fd85426ea4bef", + "reference": "50dccb3b1c263205481842a8ce7fd85426ea4bef", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -6725,24 +6725,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-filemetadata", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filemetadata.git", - "reference": "6d2e5c31e6b7442e369ef2e0e286139fca07a830" + "reference": "250d46e6ec1b4d7b409c345a71f16957e73bb8ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/6d2e5c31e6b7442e369ef2e0e286139fca07a830", - "reference": "6d2e5c31e6b7442e369ef2e0e286139fca07a830", + "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/250d46e6ec1b4d7b409c345a71f16957e73bb8ae", + "reference": "250d46e6ec1b4d7b409c345a71f16957e73bb8ae", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -6775,26 +6775,26 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-fluid", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "c0e3910ad14d327c1c58de9d46bd1b2964952eea" + "reference": "237c41d856c59b46d1a1d6dc0761eb088ef41798" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/c0e3910ad14d327c1c58de9d46bd1b2964952eea", - "reference": "c0e3910ad14d327c1c58de9d46bd1b2964952eea", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/237c41d856c59b46d1a1d6dc0761eb088ef41798", + "reference": "237c41d856c59b46d1a1d6dc0761eb088ef41798", "shasum": "" }, "require": { "symfony/dependency-injection": "^4.4 || ^5.0", - "typo3/cms-core": "10.4.28", - "typo3/cms-extbase": "10.4.28", + "typo3/cms-core": "10.4.30", + "typo3/cms-extbase": "10.4.30", "typo3fluid/fluid": "^2.6.10" }, "conflict": { @@ -6838,26 +6838,26 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-fluid-styled-content", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "eb2464deb4a5ad4d879fbf6977700d77c4459c09" + "reference": "727cb615273d409cf365834efefffae288018806" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/eb2464deb4a5ad4d879fbf6977700d77c4459c09", - "reference": "eb2464deb4a5ad4d879fbf6977700d77c4459c09", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/727cb615273d409cf365834efefffae288018806", + "reference": "727cb615273d409cf365834efefffae288018806", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28", - "typo3/cms-fluid": "10.4.28", - "typo3/cms-frontend": "10.4.28" + "typo3/cms-core": "10.4.30", + "typo3/cms-fluid": "10.4.30", + "typo3/cms-frontend": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -6898,26 +6898,26 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-form", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/form.git", - "reference": "ed1a27673ad9b6253a4653b713542b47afbbaebb" + "reference": "ed61d86999791703ce8383249a6b9cdd0e27e5e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/ed1a27673ad9b6253a4653b713542b47afbbaebb", - "reference": "ed1a27673ad9b6253a4653b713542b47afbbaebb", + "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/ed61d86999791703ce8383249a6b9cdd0e27e5e0", + "reference": "ed61d86999791703ce8383249a6b9cdd0e27e5e0", "shasum": "" }, "require": { "psr/http-message": "^1.0", "symfony/expression-language": "^4.4 || ^5.0", - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -6962,26 +6962,26 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-frontend", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "efc2cd0b43cfd991c081c11278671ae9d1054422" + "reference": "83bd2993dad5c297b2a9924ed27e7b66b6e39d02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/efc2cd0b43cfd991c081c11278671ae9d1054422", - "reference": "efc2cd0b43cfd991c081c11278671ae9d1054422", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/83bd2993dad5c297b2a9924ed27e7b66b6e39d02", + "reference": "83bd2993dad5c297b2a9924ed27e7b66b6e39d02", "shasum": "" }, "require": { "ext-libxml": "*", "symfony/polyfill-mbstring": "^1.16", - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7028,24 +7028,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-info", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "63e409d2121dc63cb3a806dc5a974e11f1f6b005" + "reference": "c4c58f1b38edf75becc8091fb6fc80d32e9f7d60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/63e409d2121dc63cb3a806dc5a974e11f1f6b005", - "reference": "63e409d2121dc63cb3a806dc5a974e11f1f6b005", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/c4c58f1b38edf75becc8091fb6fc80d32e9f7d60", + "reference": "c4c58f1b38edf75becc8091fb6fc80d32e9f7d60", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7089,29 +7089,29 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-install", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "6c42bb2ac53bf8311f8889ae776518e86bcf1163" + "reference": "f6503f715a4130676ab26055159dc770b74108c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/6c42bb2ac53bf8311f8889ae776518e86bcf1163", - "reference": "6c42bb2ac53bf8311f8889ae776518e86bcf1163", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/f6503f715a4130676ab26055159dc770b74108c1", + "reference": "f6503f715a4130676ab26055159dc770b74108c1", "shasum": "" }, "require": { "doctrine/dbal": "~2.10.0 || ~2.11.2 || ~2.13.1", "nikic/php-parser": "^4.10.4", "symfony/finder": "^4.4 || ^5.0", - "typo3/cms-core": "10.4.28", - "typo3/cms-extbase": "10.4.28", - "typo3/cms-fluid": "10.4.28" + "typo3/cms-core": "10.4.30", + "typo3/cms-extbase": "10.4.30", + "typo3/cms-fluid": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7155,24 +7155,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-lowlevel", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "e90a6a3abcdb9b94b331cf45a84c4a20c2cc018b" + "reference": "df17f4a2318789bda432a26078abe01f3e9f6362" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/e90a6a3abcdb9b94b331cf45a84c4a20c2cc018b", - "reference": "e90a6a3abcdb9b94b331cf45a84c4a20c2cc018b", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/df17f4a2318789bda432a26078abe01f3e9f6362", + "reference": "df17f4a2318789bda432a26078abe01f3e9f6362", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7214,24 +7214,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-recordlist", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recordlist.git", - "reference": "1bb0ac7245c088863011d8457c7c876a559369d6" + "reference": "611555327601b9f9bd5f06bbaaa0c609294b8dcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/1bb0ac7245c088863011d8457c7c876a559369d6", - "reference": "1bb0ac7245c088863011d8457c7c876a559369d6", + "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/611555327601b9f9bd5f06bbaaa0c609294b8dcb", + "reference": "611555327601b9f9bd5f06bbaaa0c609294b8dcb", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7274,24 +7274,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-recycler", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recycler.git", - "reference": "9a3e6c171a620d66b6634f0fc14e535536a3c42c" + "reference": "c35b048d2ee7af56be413820ec483e43adde816b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/9a3e6c171a620d66b6634f0fc14e535536a3c42c", - "reference": "9a3e6c171a620d66b6634f0fc14e535536a3c42c", + "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/c35b048d2ee7af56be413820ec483e43adde816b", + "reference": "c35b048d2ee7af56be413820ec483e43adde816b", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7335,28 +7335,28 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-redirects", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/redirects.git", - "reference": "1a290babae785e09b2eb8835760f94debed63886" + "reference": "d43ad9ac85899f90ca6196f36bbbc947a9f5e819" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/1a290babae785e09b2eb8835760f94debed63886", - "reference": "1a290babae785e09b2eb8835760f94debed63886", + "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/d43ad9ac85899f90ca6196f36bbbc947a9f5e819", + "reference": "d43ad9ac85899f90ca6196f36bbbc947a9f5e819", "shasum": "" }, "require": { "doctrine/dbal": "~2.10.0 || ~2.11.2 || ~2.13.1", "psr/http-message": "^1.0", "psr/log": "^1.0", - "typo3/cms-backend": "10.4.28", - "typo3/cms-core": "10.4.28", + "typo3/cms-backend": "10.4.30", + "typo3/cms-core": "10.4.30", "typo3fluid/fluid": "^2.6.10" }, "conflict": { @@ -7402,24 +7402,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-reports", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/reports.git", - "reference": "98dd8426fdcfc5da71b0e33fb5df19e2203f5bba" + "reference": "90773b9547cca5161eeaf4d835cb95d47f037aae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/98dd8426fdcfc5da71b0e33fb5df19e2203f5bba", - "reference": "98dd8426fdcfc5da71b0e33fb5df19e2203f5bba", + "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/90773b9547cca5161eeaf4d835cb95d47f037aae", + "reference": "90773b9547cca5161eeaf4d835cb95d47f037aae", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7463,24 +7463,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-rte-ckeditor", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "025265b6ee5b02b4a5da22eed74e3e410307114b" + "reference": "1725fad59aca2ea143d22d44c8478c73f3af5b41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/025265b6ee5b02b4a5da22eed74e3e410307114b", - "reference": "025265b6ee5b02b4a5da22eed74e3e410307114b", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/1725fad59aca2ea143d22d44c8478c73f3af5b41", + "reference": "1725fad59aca2ea143d22d44c8478c73f3af5b41", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7524,24 +7524,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-scheduler", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "830a870931462ac7f95544b9e4a7f5c0cf371277" + "reference": "04578fea316dcfb4b34a0c18bc16a07706aa4fe8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/830a870931462ac7f95544b9e4a7f5c0cf371277", - "reference": "830a870931462ac7f95544b9e4a7f5c0cf371277", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/04578fea316dcfb4b34a0c18bc16a07706aa4fe8", + "reference": "04578fea316dcfb4b34a0c18bc16a07706aa4fe8", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7579,26 +7579,26 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-seo", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/seo.git", - "reference": "8f6e950af6c8f2ae76fa098a6cd56dbd7929537e" + "reference": "c8b5ffb0a6f1d147d1d9c101f8d2f1ea38588ee3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/8f6e950af6c8f2ae76fa098a6cd56dbd7929537e", - "reference": "8f6e950af6c8f2ae76fa098a6cd56dbd7929537e", + "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/c8b5ffb0a6f1d147d1d9c101f8d2f1ea38588ee3", + "reference": "c8b5ffb0a6f1d147d1d9c101f8d2f1ea38588ee3", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28", - "typo3/cms-extbase": "10.4.28", - "typo3/cms-frontend": "10.4.28" + "typo3/cms-core": "10.4.30", + "typo3/cms-extbase": "10.4.30", + "typo3/cms-frontend": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7639,24 +7639,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-setup", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "b12a2e36d241b6df951f2bbc60d2a2b512a71f98" + "reference": "f03bb6746cdb56800eab5a14ef70e5c842e822bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/b12a2e36d241b6df951f2bbc60d2a2b512a71f98", - "reference": "b12a2e36d241b6df951f2bbc60d2a2b512a71f98", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/f03bb6746cdb56800eab5a14ef70e5c842e822bf", + "reference": "f03bb6746cdb56800eab5a14ef70e5c842e822bf", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7697,25 +7697,25 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-t3editor", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/t3editor.git", - "reference": "5e6f1034590f21ebd48ae7d7cd822374703aae5a" + "reference": "ef24e7fc6f9756e7dcb0fef2e7f6e11f95472ae4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/5e6f1034590f21ebd48ae7d7cd822374703aae5a", - "reference": "5e6f1034590f21ebd48ae7d7cd822374703aae5a", + "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/ef24e7fc6f9756e7dcb0fef2e7f6e11f95472ae4", + "reference": "ef24e7fc6f9756e7dcb0fef2e7f6e11f95472ae4", "shasum": "" }, "require": { "ext-libxml": "*", - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7756,24 +7756,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-tstemplate", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "86501c89d41e6bd406c40485136e2fb8c93479d1" + "reference": "0891b203cc54b546fb86ed1c2e4ecc97201d4d3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/86501c89d41e6bd406c40485136e2fb8c93479d1", - "reference": "86501c89d41e6bd406c40485136e2fb8c93479d1", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/0891b203cc54b546fb86ed1c2e4ecc97201d4d3b", + "reference": "0891b203cc54b546fb86ed1c2e4ecc97201d4d3b", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7814,24 +7814,24 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/cms-viewpage", - "version": "v10.4.28", + "version": "v10.4.30", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/viewpage.git", - "reference": "0a3f8747ec2e5ac2d26ebc55304d62c655971159" + "reference": "e2bbbb0ff1a0a924a4dc4a47485ff21e2cdb93de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/0a3f8747ec2e5ac2d26ebc55304d62c655971159", - "reference": "0a3f8747ec2e5ac2d26ebc55304d62c655971159", + "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/e2bbbb0ff1a0a924a4dc4a47485ff21e2cdb93de", + "reference": "e2bbbb0ff1a0a924a4dc4a47485ff21e2cdb93de", "shasum": "" }, "require": { - "typo3/cms-core": "10.4.28" + "typo3/cms-core": "10.4.30" }, "conflict": { "typo3/cms": "*" @@ -7872,7 +7872,7 @@ "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, - "time": "2022-05-10T08:40:29+00:00" + "time": "2022-06-15T07:28:04+00:00" }, { "name": "typo3/html-sanitizer",