From 1cda8316a47e9fdb603f61a45fc2b5737052213f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:02:43 +0000 Subject: [PATCH] Update dependency postcss-custom-properties to v15.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6d07e66..1a3d988 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "gulp-zip": "6.1.0", "postcss": "8.5.6", "postcss-color-function": "4.1.0", - "postcss-custom-properties": "15.0.0", + "postcss-custom-properties": "15.0.1", "postcss-easy-import": "4.0.0" }, "browserslist": [ diff --git a/yarn.lock b/yarn.lock index 444fc1a..6d20023 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5724,10 +5724,10 @@ postcss-convert-values@^7.0.8: browserslist "^4.27.0" postcss-value-parser "^4.2.0" -postcss-custom-properties@15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-15.0.0.tgz#7cb95c58b03378e466d80d20f0fdfa04a53f7225" - integrity sha512-FsD3VNtFr3qmspvIobDRszK9onKPHp8iHG4Aox2Nnm9SL93uw5GDw4z+NM7zWKiw6U+DSNm24JUm4coyIyanzQ== +postcss-custom-properties@15.0.1: + version "15.0.1" + resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-15.0.1.tgz#d0cff0da504285587ddffa77c934fe654d96893a" + integrity sha512-cuyq8sd8dLY0GLbelz1KB8IMIoDECo6RVXMeHeXY2Uw3Q05k/d1GVITdaKLsheqrHbnxlwxzSRZQQ5u+rNtbMg== dependencies: "@csstools/cascade-layer-name-parser" "^3.0.0" "@csstools/css-parser-algorithms" "^4.0.0"