From bbd41b6fd2858ac1cb9650b09865616fa6bd7fb7 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 6 Apr 2020 15:56:09 -0600 Subject: [PATCH] upgrade postcss plugins --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b46679d..b6b83ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8425,9 +8425,9 @@ } }, "postcss-custom-properties": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-9.0.2.tgz", - "integrity": "sha512-WHaQrEp3gJ6mgxBA4mGJKW6DSVfy2IFnKPFAb2IEulgxGUW8nWp1NkOD/rWR6e2uIuAdnTa0LXSupST7daniAw==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-9.1.1.tgz", + "integrity": "sha512-GVu+j7vwMTKUGhGXckYAFAAG5tTJUkSt8LuSyimtZdVVmdAEZYYqserkAgX8vwMhgGDPA4vJtWt7VgFxgiooDA==", "dev": true, "requires": { "postcss": "^7.0.17", diff --git a/package.json b/package.json index a3f6e5f..1bfc161 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "js-yaml": "~3.13", "merge-stream": "~2.0", "postcss-calc": "~7.0", - "postcss-custom-properties": "~9.0", + "postcss-custom-properties": "~9.1", "postcss-import": "~12.0", "postcss-url": "~8.0", "prettier-eslint": "~9.0", -- 2.11.0