diff --git a/package-lock.json b/package-lock.json index 5a5d621a..ac74cb32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "auto-changelog": "^2.4.0", "autoprefixer": "10.4.19", "eslint": "8.57.0", - "postcss": "8.4.39", + "postcss": "8.4.40", "tailwindcss": "3.4.7", "tsc-alias": "1.8.10", "typescript": "5.5.3", @@ -5957,9 +5957,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.40", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", + "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", "funding": [ { "type": "opencollective", @@ -11702,9 +11702,9 @@ } }, "postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.40", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", + "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", "requires": { "nanoid": "^3.3.7", "picocolors": "^1.0.1", diff --git a/package.json b/package.json index 26c505b3..231133a7 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "auto-changelog": "^2.4.0", "autoprefixer": "10.4.19", "eslint": "8.57.0", - "postcss": "8.4.39", + "postcss": "8.4.40", "tailwindcss": "3.4.7", "tsc-alias": "1.8.10", "typescript": "5.5.3",