From ea3449be74f3609de299a8b9c94a1dc226d10683 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:23:26 +0000 Subject: [PATCH] Update dependency postcss-hexrgba to v2.1.0 --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 46b53e6bf54..fe209a4e78f 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "node-fetch": "^2.6.7", "postcss": "8.4.33", "postcss-easings": "^2.0.0", - "postcss-hexrgba": "2.0.1", + "postcss-hexrgba": "2.1.0", "postcss-import": "16.0.0", "postcss-loader": "^8.1.0", "postcss-mixins": "^6.2.3", diff --git a/yarn.lock b/yarn.lock index c38f4c90056..40826e6b01a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9573,12 +9573,11 @@ postcss-gap-properties@^5.0.1: resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-5.0.1.tgz#887b64655f42370b43f0ab266cc6dbabf504d276" integrity sha512-k2z9Cnngc24c0KF4MtMuDdToROYqGMMUQGcE6V0odwjHyOHtaDBlLeRBV70y9/vF7KIbShrTRZ70JjsI1BZyWw== -postcss-hexrgba@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/postcss-hexrgba/-/postcss-hexrgba-2.0.1.tgz#c0200574277994ad061cd7a5267796331bb9a449" - integrity sha512-u3R4THvbCk3hNkbDquwhvP68QfMxjolgi4BD/hybR9n4/vVFWme5+kdSn/dIpH+UfEqfsWmIBg7ZYBTsI3pk/Q== +postcss-hexrgba@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/postcss-hexrgba/-/postcss-hexrgba-2.1.0.tgz#ae040f506aebdf7fab6bf42e5153c9c67a66a57a" + integrity sha512-Bb8Ca/vTI/X2Pgq1O3VhOdXE0rg/hz6161MHMu93ebePw8d/I9GSOc+wbd151OGGxSyTz+z196tFeEpSafrJfA== dependencies: - postcss "^7.0.14" postcss-value-parser "^4.1.0" postcss-image-set-function@^6.0.3: