diff --git a/marketing/package-lock.json b/marketing/package-lock.json index a62147c..f18b851 100644 --- a/marketing/package-lock.json +++ b/marketing/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.12", "autoprefixer": "^10.5.0", "concurrently": "^9.0.0", - "postcss": "^8.5.10", + "postcss": "^8.5.12", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.19" } @@ -2327,9 +2327,9 @@ } }, "node_modules/postcss": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", - "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", + "version": "8.5.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", + "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", "dev": true, "funding": [ { diff --git a/marketing/package.json b/marketing/package.json index d44649a..d53fc66 100644 --- a/marketing/package.json +++ b/marketing/package.json @@ -21,7 +21,7 @@ "@tailwindcss/typography": "^0.5.12", "autoprefixer": "^10.5.0", "concurrently": "^9.0.0", - "postcss": "^8.5.10", + "postcss": "^8.5.12", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.19" },