diff --git a/composer.json b/composer.json index 3d4978b80b621f6fe3bfe237f5708a9587632bc5..10d5c41df516a3d5fc8662700dc9a7a51f8c6b18 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "enshrined/svg-sanitize": "^0.15.4", "guzzlehttp/guzzle": "^6.3.0", "guzzlehttp/psr7": "^1.8.5", - "lolli42/finediff": "^1.0", + "lolli42/finediff": "^1.0.1", "nikic/php-parser": "^4.10.4", "phpdocumentor/reflection-docblock": "^5.2", "phpdocumentor/type-resolver": "^1.3", diff --git a/composer.lock b/composer.lock index 0868807e3b0329cd94d92c1df571e8263906ed44..fb84332abdf8a7d00e45af1606b65d114ccb31f2 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": "75c4ed088f31f6c86235d2e46cf29706", + "content-hash": "81fe3577725e3dc76dc145c7d431fab5", "packages": [ { "name": "doctrine/annotations", @@ -844,16 +844,16 @@ }, { "name": "lolli42/finediff", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/lolli42/FineDiff.git", - "reference": "249e4965bb6b7efe4c198021f38d6b31d93c4152" + "reference": "72b57e1355c6bbe2f51921e6a3a5bb7441471a7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lolli42/FineDiff/zipball/249e4965bb6b7efe4c198021f38d6b31d93c4152", - "reference": "249e4965bb6b7efe4c198021f38d6b31d93c4152", + "url": "https://api.github.com/repos/lolli42/FineDiff/zipball/72b57e1355c6bbe2f51921e6a3a5bb7441471a7a", + "reference": "72b57e1355c6bbe2f51921e6a3a5bb7441471a7a", "shasum": "" }, "require": { @@ -903,9 +903,9 @@ ], "support": { "issues": "https://github.com/lolli42/FineDiff/issues", - "source": "https://github.com/lolli42/FineDiff/tree/1.0.0" + "source": "https://github.com/lolli42/FineDiff/tree/1.0.1" }, - "time": "2021-10-23T16:02:24+00:00" + "time": "2022-05-11T13:15:52+00:00" }, { "name": "masterminds/html5", @@ -7820,5 +7820,5 @@ "platform-overrides": { "php": "7.2.5" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" } diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index e9571aa7e010f7fe3f139e245a7a5a2db06dfbe6..9a02bb3772114de9aa5070855ba28fde910096ce 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -34,7 +34,7 @@ "enshrined/svg-sanitize": "^0.15.4", "guzzlehttp/guzzle": "^6.3.0", "guzzlehttp/psr7": "^1.8.5", - "lolli42/finediff": "^1.0", + "lolli42/finediff": "^1.0.1", "nikic/php-parser": "^4.10.4", "psr/container": "^1.0", "psr/event-dispatcher": "^1.0",