From d88c0845b47eb1a41be6fea7f1f6556813584015 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 01:30:41 +0000 Subject: [PATCH] fix(deps): bump cerdic/css-tidy from 2.0.3 to v2.1.0 (main) (#8889) fix(deps): bump cerdic/css-tidy from 2.0.3 to v2.1.0 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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 1b3300d105..8f183701af 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.7.0", - "cerdic/css-tidy": "v2.0.3", + "cerdic/css-tidy": "v2.1.0", "christophwurst/kitinerary": "^0.2", "christophwurst/kitinerary-bin": "^0.4", "christophwurst/kitinerary-flatpak": "^0.3", diff --git a/composer.lock b/composer.lock index 45f42f8e1b..ef7e17076c 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": "46eca94beabb55bb776a8e2b9e303f54", + "content-hash": "7824b6394746115af87722e406ccbade", "packages": [ { "name": "amphp/amp", @@ -1604,16 +1604,16 @@ }, { "name": "cerdic/css-tidy", - "version": "v2.0.3", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/Cerdic/CSSTidy.git", - "reference": "436c69db9e0951760ca54b6b123d61c89ab3e918" + "reference": "50e4e31adfde7fdb08d815a7dc52c3370596f4e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/436c69db9e0951760ca54b6b123d61c89ab3e918", - "reference": "436c69db9e0951760ca54b6b123d61c89ab3e918", + "url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/50e4e31adfde7fdb08d815a7dc52c3370596f4e7", + "reference": "50e4e31adfde7fdb08d815a7dc52c3370596f4e7", "shasum": "" }, "require": { @@ -1621,7 +1621,7 @@ }, "require-dev": { "pear/text_diff": "^1.2", - "simpletest/simpletest": "dev-master" + "simpletest/simpletest": "dev-main" }, "bin": [ "bin/pcsstidy" @@ -1647,9 +1647,9 @@ "description": "CSSTidy is a CSS minifier", "support": { "issues": "https://github.com/Cerdic/CSSTidy/issues", - "source": "https://github.com/Cerdic/CSSTidy/tree/v2.0.3" + "source": "https://github.com/Cerdic/CSSTidy/tree/v2.1.0" }, - "time": "2022-09-14T13:26:35+00:00" + "time": "2023-09-21T08:24:51+00:00" }, { "name": "christophwurst/kitinerary",