From 3e64918de102781bc6f6155fe9c98c6b3a70a00b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 17:31:13 +0000 Subject: [PATCH] Bump postcss-css-variables from 0.14.0 to 0.17.0 Bumps [postcss-css-variables](https://github.com/MadLittleMods/postcss-css-variables) from 0.14.0 to 0.17.0. - [Release notes](https://github.com/MadLittleMods/postcss-css-variables/releases) - [Changelog](https://github.com/MadLittleMods/postcss-css-variables/blob/master/CHANGELOG.md) - [Commits](https://github.com/MadLittleMods/postcss-css-variables/compare/v0.14.0...v0.17.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 73a167044..44927edf5 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "isomorphic-fetch": "^2.2.1", "moment": "^2.27.0", "postcss-calc": "^7.0.2", - "postcss-css-variables": "^0.14.0", + "postcss-css-variables": "^0.17.0", "postcss-extend": "^1.0.5", "postcss-import": "^12.0.1", "postcss-merge-rules": "^4.0.3", diff --git a/yarn.lock b/yarn.lock index 73f40bc58..15479efcf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12458,10 +12458,10 @@ postcss-convert-values@^4.0.1: postcss "^7.0.0" postcss-value-parser "^3.0.0" -postcss-css-variables@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/postcss-css-variables/-/postcss-css-variables-0.14.0.tgz#9e69630216f0e9ae13a0e2ff46bf0136ba1c7b5b" - integrity sha512-fEdksFdcvn/vvTddy4KoPDojZt9hQZx3oXHAIgoYJHsnk97ZTP08unM2UAqksiqdytv93415kBwP+c3/jcopyg== +postcss-css-variables@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/postcss-css-variables/-/postcss-css-variables-0.17.0.tgz#56cba1d9f0360609136cfbfda8bbd2c1ed2e4082" + integrity sha512-/ZpFnJgksNOrQA72b3DKhExYh+0e2P5nEc3aPZ62G7JLmdDjWRFv3k/q4LxV7uzXFnmvkhXRbdVIiH5tKgfFNA== dependencies: balanced-match "^1.0.0" escape-string-regexp "^1.0.3"