diff --git a/client/package.json b/client/package.json index dfd0ca11b6c..69b893a099c 100644 --- a/client/package.json +++ b/client/package.json @@ -86,7 +86,7 @@ "nanoid": "3.3.1", "normalize-url": "4.5.1", "path-browserify": "1.0.1", - "postcss": "8.4.7", + "postcss": "8.4.8", "prismjs": "1.27.0", "process": "0.11.10", "prop-types": "15.8.1", diff --git a/package-lock.json b/package-lock.json index af9c52fc931..1ae98637fe5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1019,7 +1019,7 @@ "nanoid": "3.3.1", "normalize-url": "4.5.1", "path-browserify": "1.0.1", - "postcss": "8.4.7", + "postcss": "8.4.8", "prismjs": "1.27.0", "process": "0.11.10", "prop-types": "15.8.1", @@ -42092,9 +42092,9 @@ } }, "node_modules/postcss": { - "version": "8.4.7", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", - "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", + "version": "8.4.8", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz", + "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==", "dependencies": { "nanoid": "^3.3.1", "picocolors": "^1.0.0", @@ -53578,7 +53578,7 @@ "babel-loader": "8.2.3", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "cross-env": "7.0.3", - "postcss": "8.4.7", + "postcss": "8.4.8", "postcss-import": "14.0.2", "rimraf": "3.0.2", "rollup": "2.69.2", @@ -56718,7 +56718,7 @@ "nanoid": "3.3.1", "normalize-url": "4.5.1", "path-browserify": "1.0.1", - "postcss": "8.4.7", + "postcss": "8.4.8", "prismjs": "1.27.0", "process": "0.11.10", "prop-types": "15.8.1", @@ -57049,7 +57049,7 @@ "babel-loader": "8.2.3", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "cross-env": "7.0.3", - "postcss": "8.4.7", + "postcss": "8.4.8", "postcss-import": "14.0.2", "react": "16.14.0", "react-dom": "16.14.0", @@ -86792,9 +86792,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { - "version": "8.4.7", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", - "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", + "version": "8.4.8", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz", + "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==", "requires": { "nanoid": "^3.3.1", "picocolors": "^1.0.0", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index 7766b45c7ff..97c1b07aa33 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.7", + "postcss": "8.4.8", "postcss-import": "14.0.2", "rimraf": "3.0.2", "rollup": "2.69.2",