diff --git a/composer.json b/composer.json index da0ef662be0e3954cc14c47f52ba310bb14e8b9b..582868ef320b107bffb2cd26203e04eef7f7f412 100644 --- a/composer.json +++ b/composer.json @@ -94,7 +94,7 @@ "typo3/html-sanitizer": "^2.0.11", "typo3/phar-stream-wrapper": "^3.1.7", "typo3/symfony-psr-event-dispatcher-adapter": "^1.0 || ^2.0", - "typo3fluid/fluid": "^2.7.0" + "typo3fluid/fluid": "^2.7.1" }, "require-dev": { "codeception/codeception": "^4.1.22", diff --git a/composer.lock b/composer.lock index e9523500b5c3b5015d2baf1d8af1886ab398f5a4..9df2c8dff30b6fe5c5e0593c8f68e0c445860f8b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b9da901be6dc0ebe799e3b499d1da599", + "content-hash": "77a3c883dc71acd280572c3176e838d1", "packages": [ { "name": "bacon/bacon-qr-code", @@ -5032,16 +5032,16 @@ }, { "name": "typo3fluid/fluid", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/TYPO3/Fluid.git", - "reference": "3420f8cfd6afcfa98e077f40b8d34f9be12f079e" + "reference": "a60a9219ab556104c70abb3efad45caa2c188aa5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/3420f8cfd6afcfa98e077f40b8d34f9be12f079e", - "reference": "3420f8cfd6afcfa98e077f40b8d34f9be12f079e", + "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/a60a9219ab556104c70abb3efad45caa2c188aa5", + "reference": "a60a9219ab556104c70abb3efad45caa2c188aa5", "shasum": "" }, "require": { @@ -5069,9 +5069,9 @@ "description": "The TYPO3 Fluid template rendering engine", "support": { "issues": "https://github.com/TYPO3/Fluid/issues", - "source": "https://github.com/TYPO3/Fluid/tree/2.7.0" + "source": "https://github.com/TYPO3/Fluid/tree/2.7.1" }, - "time": "2021-05-31T06:39:11+00:00" + "time": "2021-11-12T10:06:45+00:00" }, { "name": "webmozart/assert", diff --git a/typo3/sysext/adminpanel/composer.json b/typo3/sysext/adminpanel/composer.json index d5ec5988ac2cd6a342f96a3666af23135106cd44..cdc8683b9b14cb02b4537a77008bd7b9f5040329 100644 --- a/typo3/sysext/adminpanel/composer.json +++ b/typo3/sysext/adminpanel/composer.json @@ -27,7 +27,7 @@ "typo3/cms-core": "11.5.*@dev", "typo3/cms-fluid": "11.5.*@dev", "typo3/cms-frontend": "11.5.*@dev", - "typo3fluid/fluid": "^2.7.0" + "typo3fluid/fluid": "^2.7.1" }, "conflict": { "typo3/cms": "*" diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 0697668932f2353938f9b8044b59f5d86480ed30..9f803ca23e6d37adecf104490c243f6949720efd 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -76,7 +76,7 @@ "typo3/html-sanitizer": "^2.0.11", "typo3/phar-stream-wrapper": "^3.1.7", "typo3/symfony-psr-event-dispatcher-adapter": "^1.0 || ^2.0", - "typo3fluid/fluid": "^2.7.0" + "typo3fluid/fluid": "^2.7.1" }, "suggest": { "ext-fileinfo": "Used for proper file type detection in the file abstraction layer", diff --git a/typo3/sysext/fluid/composer.json b/typo3/sysext/fluid/composer.json index fbdc4896fe233ad88dc6f7299b4b0622236f0496..0085d1c42603ecef49b81a4ec57bb148315d1e40 100644 --- a/typo3/sysext/fluid/composer.json +++ b/typo3/sysext/fluid/composer.json @@ -22,7 +22,7 @@ "symfony/dependency-injection": "^5.3.7", "typo3/cms-core": "11.5.*@dev", "typo3/cms-extbase": "11.5.*@dev", - "typo3fluid/fluid": "^2.7.0" + "typo3fluid/fluid": "^2.7.1" }, "conflict": { "typo3/cms": "*" diff --git a/typo3/sysext/redirects/composer.json b/typo3/sysext/redirects/composer.json index cfc6fdfd8ef71da05fe66189f2d9d13186b83d9e..c86922fd17ec36937e85002af905e941a23e2e84 100644 --- a/typo3/sysext/redirects/composer.json +++ b/typo3/sysext/redirects/composer.json @@ -25,7 +25,7 @@ "symfony/console": "^5.3.7", "typo3/cms-backend": "11.5.*@dev", "typo3/cms-core": "11.5.*@dev", - "typo3fluid/fluid": "^2.7.0" + "typo3fluid/fluid": "^2.7.1" }, "conflict": { "typo3/cms": "*"