diff --git a/crates/static-files/package-lock.json b/crates/static-files/package-lock.json index 7ce58bb1..f9255160 100644 --- a/crates/static-files/package-lock.json +++ b/crates/static-files/package-lock.json @@ -10,7 +10,7 @@ "@tailwindcss/forms": "^0.5.0", "autoprefixer": "^10.4.0", "cssnano": "^5.1.4", - "postcss": "^8.4.8", + "postcss": "^8.4.12", "tailwindcss": "^3.0.23" } }, @@ -1154,10 +1154,20 @@ } }, "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==", "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", @@ -1165,10 +1175,6 @@ }, "engines": { "node": "^10 || ^12 || >=14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" } }, "node_modules/postcss-calc": { @@ -2765,9 +2771,9 @@ "dev": true }, "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==", "dev": true, "requires": { "nanoid": "^3.3.1", diff --git a/crates/static-files/package.json b/crates/static-files/package.json index ab65ab0d..b1642283 100644 --- a/crates/static-files/package.json +++ b/crates/static-files/package.json @@ -10,7 +10,7 @@ "@tailwindcss/forms": "^0.5.0", "autoprefixer": "^10.4.0", "cssnano": "^5.1.4", - "postcss": "^8.4.8", + "postcss": "^8.4.12", "tailwindcss": "^3.0.23" } }