Update dependency postcss-custom-properties to v9.1.1 (#1501)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-02-27 09:14:12 +00:00 committed by GitHub
parent b192917e88
commit 78b1b6da77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -121,7 +121,7 @@
"normalize.css": "3.0.3",
"postcss-color-mod-function": "3.0.3",
"postcss-custom-media": "7.0.8",
"postcss-custom-properties": "9.0.2",
"postcss-custom-properties": "9.1.1",
"postcss-easy-import": "3.0.0",
"pretender": "3.3.1",
"reframe.js": "2.2.7",

View File

@ -10690,10 +10690,10 @@ postcss-custom-media@7.0.8:
dependencies:
postcss "^7.0.14"
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"