From b09e846fd203c1839c837f55355da68a61121ec3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Mar 2020 00:20:00 +0000 Subject: [PATCH] Update dependency postcss-custom-properties to v9.1.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b5c2cc9..1239299 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "gulp-uglify": "3.0.2", "gulp-zip": "5.0.1", "postcss-color-function": "4.1.0", - "postcss-custom-properties": "9.0.2", + "postcss-custom-properties": "9.1.1", "postcss-easy-import": "3.0.0", "pump": "3.0.0" }, diff --git a/yarn.lock b/yarn.lock index 8eb3d0a..a5e49dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3466,10 +3466,10 @@ postcss-convert-values@^4.0.1: postcss "^7.0.0" postcss-value-parser "^3.0.0" -postcss-custom-properties@9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-9.0.2.tgz#091aefaa309826302d53ec6d780fbe1df8f40fd4" - integrity sha512-WHaQrEp3gJ6mgxBA4mGJKW6DSVfy2IFnKPFAb2IEulgxGUW8nWp1NkOD/rWR6e2uIuAdnTa0LXSupST7daniAw== +postcss-custom-properties@9.1.1: + version "9.1.1" + resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-9.1.1.tgz#55822d70ff48004f6d307a338ba64a7fb0a4bfff" + integrity sha512-GVu+j7vwMTKUGhGXckYAFAAG5tTJUkSt8LuSyimtZdVVmdAEZYYqserkAgX8vwMhgGDPA4vJtWt7VgFxgiooDA== dependencies: postcss "^7.0.17" postcss-values-parser "^3.0.5"