From 6168da8c3c2ff64690242a3efdba0e585967214f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:34:04 +0000 Subject: [PATCH] fix(deps): bump cerdic/css-tidy from 2.1.0 to v2.2.1 (main) (#10401) fix(deps): bump cerdic/css-tidy from 2.1.0 to v2.2.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 326a0b9538..161b54eef4 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "bytestream/horde-text-filter": "^2.5.0", "bytestream/horde-text-flowed": "^2.1", "bytestream/horde-util": "^2.8.0", - "cerdic/css-tidy": "v2.1.0", + "cerdic/css-tidy": "v2.2.1", "ezyang/htmlpurifier": "4.17.0", "glenscott/url-normalizer": "^1.4", "gravatarphp/gravatar": "dev-master#6b9f6a45477ce48285738d9d0c3f0dbf97abe263", diff --git a/composer.lock b/composer.lock index d4ffd21301..628a1371f8 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": "e7fd0fbd02efa093e4296c18039ff0d1", + "content-hash": "4200ec9bfd3fe124508f79a3d9f4124e", "packages": [ { "name": "amphp/amp", @@ -1598,24 +1598,23 @@ }, { "name": "cerdic/css-tidy", - "version": "v2.1.0", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/Cerdic/CSSTidy.git", - "reference": "50e4e31adfde7fdb08d815a7dc52c3370596f4e7" + "reference": "ffc835dc6c122e96b7a13f9936a107e0dd0e84d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/50e4e31adfde7fdb08d815a7dc52c3370596f4e7", - "reference": "50e4e31adfde7fdb08d815a7dc52c3370596f4e7", + "url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/ffc835dc6c122e96b7a13f9936a107e0dd0e84d6", + "reference": "ffc835dc6c122e96b7a13f9936a107e0dd0e84d6", "shasum": "" }, "require": { "php": "^7.1 || ^8" }, "require-dev": { - "pear/text_diff": "^1.2", - "simpletest/simpletest": "dev-main" + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5 || ^10.5" }, "bin": [ "bin/pcsstidy" @@ -1639,11 +1638,16 @@ } ], "description": "CSSTidy is a CSS minifier", + "keywords": [ + "css", + "minifier", + "tidy" + ], "support": { "issues": "https://github.com/Cerdic/CSSTidy/issues", - "source": "https://github.com/Cerdic/CSSTidy/tree/v2.1.0" + "source": "https://github.com/Cerdic/CSSTidy/tree/v2.2.1" }, - "time": "2023-09-21T08:24:51+00:00" + "time": "2024-11-18T16:18:51+00:00" }, { "name": "ezyang/htmlpurifier",