diff --git a/package-lock.json b/package-lock.json index 1f8d24e7..1a169097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15369,9 +15369,9 @@ } }, "node_modules/postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "version": "8.4.30", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz", + "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", "funding": [ { "type": "opencollective", @@ -18588,7 +18588,7 @@ "version": "0.4.0", "license": "Apache-2.0", "dependencies": { - "postcss": "8.4.29", + "postcss": "8.4.30", "postcss-less": "6.0.0", "stylelint-config-prettier": "9.0.5", "stylelint-config-standard": "34.0.0", diff --git a/projects/stylelint-config/package.json b/projects/stylelint-config/package.json index 084271c2..7cd4ef53 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "main": "stylelint.config.js", "dependencies": { - "postcss": "8.4.29", + "postcss": "8.4.30", "postcss-less": "6.0.0", "stylelint-config-prettier": "9.0.5", "stylelint-config-standard": "34.0.0",