diff --git a/package-lock.json b/package-lock.json index c0d03867c..2f424691c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,7 +91,7 @@ "node-sass-package-importer": "^5.3.2", "nodemon": "^2.0.15", "npm-run-all": "^4.1.5", - "postcss": "^8.4.7", + "postcss": "^8.4.12", "postcss-cli": "^9.1.0", "rollup": "^2.70.1", "stylelint": "^13.13.1", @@ -11232,10 +11232,20 @@ } }, "node_modules/postcss": { - "version": "8.4.7", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", - "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", + "version": "8.4.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz", + "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==", "dev": true, + "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", @@ -11243,10 +11253,6 @@ }, "engines": { "node": "^10 || ^12 || >=14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" } }, "node_modules/postcss-cli": { @@ -24264,9 +24270,9 @@ "dev": true }, "postcss": { - "version": "8.4.7", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", - "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", + "version": "8.4.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz", + "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==", "dev": true, "requires": { "nanoid": "^3.3.1", diff --git a/package.json b/package.json index 2a3c8ca66..9179b2b3a 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "node-sass-package-importer": "^5.3.2", "nodemon": "^2.0.15", "npm-run-all": "^4.1.5", - "postcss": "^8.4.7", + "postcss": "^8.4.12", "postcss-cli": "^9.1.0", "rollup": "^2.70.1", "stylelint": "^13.13.1",