From 389787cc588ae729567131c459cb6aa572fe9283 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Jul 2019 12:17:04 +0000 Subject: [PATCH] fix: update postcss-color-function to v4.1.0 --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b5d469..441b8f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2462,7 +2462,7 @@ }, "clone": { "version": "1.0.4", - "resolved": "http://localhost:4873/clone/-/clone-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=" }, "clone-deep": { @@ -2807,7 +2807,7 @@ }, "css-color-function": { "version": "1.3.3", - "resolved": "http://localhost:4873/css-color-function/-/css-color-function-1.3.3.tgz", + "resolved": "https://registry.npmjs.org/css-color-function/-/css-color-function-1.3.3.tgz", "integrity": "sha1-jtJMLAIFBzM5+voAS8jBQfzLKC4=", "requires": { "balanced-match": "0.1.0", @@ -2818,12 +2818,12 @@ "dependencies": { "balanced-match": { "version": "0.1.0", - "resolved": "http://localhost:4873/balanced-match/-/balanced-match-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz", "integrity": "sha1-tQS9BYabOSWd0MXvw12EMXbczEo=" }, "color": { "version": "0.11.4", - "resolved": "http://localhost:4873/color/-/color-0.11.4.tgz", + "resolved": "https://registry.npmjs.org/color/-/color-0.11.4.tgz", "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=", "requires": { "clone": "^1.0.2", @@ -2833,7 +2833,7 @@ }, "color-string": { "version": "0.3.0", - "resolved": "http://localhost:4873/color-string/-/color-string-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz", "integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=", "requires": { "color-name": "^1.0.0" @@ -2841,7 +2841,7 @@ }, "debug": { "version": "3.2.6", - "resolved": "http://localhost:4873/debug/-/debug-3.2.6.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "requires": { "ms": "^2.1.1" @@ -7789,14 +7789,14 @@ } }, "postcss-color-function": { - "version": "4.0.1", - "resolved": "http://localhost:4873/postcss-color-function/-/postcss-color-function-4.0.1.tgz", - "integrity": "sha1-QCs/LOvD9pR+YY+2vjZU++zvZEQ=", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-4.1.0.tgz", + "integrity": "sha512-2/fuv6mP5Lt03XbRpVfMdGC8lRP1sykme+H1bR4ARyOmSMB8LPSjcL6EAI1iX6dqUF+jNEvKIVVXhan1w/oFDQ==", "requires": { "css-color-function": "~1.3.3", - "postcss": "^6.0.1", + "postcss": "^6.0.23", "postcss-message-helpers": "^2.0.0", - "postcss-value-parser": "^3.3.0" + "postcss-value-parser": "^3.3.1" } }, "postcss-color-functional-notation": { @@ -8818,7 +8818,7 @@ }, "postcss-message-helpers": { "version": "2.0.0", - "resolved": "http://localhost:4873/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz", "integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=" }, "postcss-minify-font-values": { @@ -10797,7 +10797,7 @@ }, "rgb": { "version": "0.1.0", - "resolved": "http://localhost:4873/rgb/-/rgb-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/rgb/-/rgb-0.1.0.tgz", "integrity": "sha1-vieykej+/+rBvZlylyG/pA/AN7U=" }, "rgb-regex": { diff --git a/package.json b/package.json index abfa99c..656f9d0 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "html-webpack-plugin": "3.2.0", "mini-css-extract-plugin": "0.5.0", "node-sass": "4.12.0", - "postcss-color-function": "4.0.1", + "postcss-color-function": "4.1.0", "postcss-custom-properties": "7.0.0", "postcss-flexbugs-fixes": "4.1.0", "postcss-import": "12.0.1",