diff --git a/package-lock.json b/package-lock.json index 6cb22e8..11f375e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "husky": "^6.0.0", "jest": "^27.0.5", "lint-staged": "^10.5.4", - "postcss": "^8.3.5", + "postcss": "^8.4.34", "rimraf": "^3.0.2", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", @@ -19986,9 +19986,23 @@ } }, "node_modules/postcss": { - "version": "8.4.32", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", - "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", + "version": "8.4.34", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.34.tgz", + "integrity": "sha512-4eLTO36woPSocqZ1zIrFD2K1v6wH7pY1uBh0JIM2KKfrVtGvPFiAku6aNOP0W1Wr9qwnaCsF0Z+CrVnryB2A8Q==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", @@ -44545,9 +44559,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { - "version": "8.4.32", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", - "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", + "version": "8.4.34", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.34.tgz", + "integrity": "sha512-4eLTO36woPSocqZ1zIrFD2K1v6wH7pY1uBh0JIM2KKfrVtGvPFiAku6aNOP0W1Wr9qwnaCsF0Z+CrVnryB2A8Q==", "requires": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index 33f0bc4..5854c68 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "husky": "^6.0.0", "jest": "^27.0.5", "lint-staged": "^10.5.4", - "postcss": "^8.3.5", + "postcss": "^8.4.34", "rimraf": "^3.0.2", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2",