From 8f3ea03ff54b70f11400309e5583e3d2e9c57cbd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Mar 2022 23:42:51 +0000 Subject: [PATCH] chore(deps): update dependency postcss to v8.4.12 --- client/package.json | 2 +- package-lock.json | 34 +++++++++++++++++++------------- tools/ui-components/package.json | 2 +- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/client/package.json b/client/package.json index 3bffca7f97..951c451e3a 100644 --- a/client/package.json +++ b/client/package.json @@ -88,7 +88,7 @@ "nanoid": "3.3.1", "normalize-url": "4.5.1", "path-browserify": "1.0.1", - "postcss": "8.4.8", + "postcss": "8.4.12", "prismjs": "1.27.0", "process": "0.11.10", "prop-types": "15.8.1", diff --git a/package-lock.json b/package-lock.json index a94ad4d80d..c8724aa7c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1021,7 +1021,7 @@ "nanoid": "3.3.1", "normalize-url": "4.5.1", "path-browserify": "1.0.1", - "postcss": "8.4.8", + "postcss": "8.4.12", "prismjs": "1.27.0", "process": "0.11.10", "prop-types": "15.8.1", @@ -41980,9 +41980,19 @@ } }, "node_modules/postcss": { - "version": "8.4.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz", - "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==", + "version": "8.4.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz", + "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], "dependencies": { "nanoid": "^3.3.1", "picocolors": "^1.0.0", @@ -41990,10 +42000,6 @@ }, "engines": { "node": "^10 || ^12 || >=14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" } }, "node_modules/postcss-calc": { @@ -53423,7 +53429,7 @@ "babel-loader": "8.2.3", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "cross-env": "7.0.3", - "postcss": "8.4.8", + "postcss": "8.4.12", "postcss-import": "14.0.2", "rimraf": "3.0.2", "rollup": "2.70.0", @@ -56565,7 +56571,7 @@ "nanoid": "3.3.1", "normalize-url": "4.5.1", "path-browserify": "1.0.1", - "postcss": "8.4.8", + "postcss": "8.4.12", "prismjs": "1.27.0", "process": "0.11.10", "prop-types": "15.8.1", @@ -56896,7 +56902,7 @@ "babel-loader": "8.2.3", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "cross-env": "7.0.3", - "postcss": "8.4.8", + "postcss": "8.4.12", "postcss-import": "14.0.2", "react": "16.14.0", "react-dom": "16.14.0", @@ -86535,9 +86541,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { - "version": "8.4.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz", - "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==", + "version": "8.4.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz", + "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==", "requires": { "nanoid": "^3.3.1", "picocolors": "^1.0.0", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index 88459971cb..4d6f52b076 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -47,7 +47,7 @@ "babel-loader": "8.2.3", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "cross-env": "7.0.3", - "postcss": "8.4.8", + "postcss": "8.4.12", "postcss-import": "14.0.2", "rimraf": "3.0.2", "rollup": "2.70.0",