diff --git a/package-lock.json b/package-lock.json index 282ff4c01..3fd177a37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "npm-run-all": "^4.1.5", "p-retry": "^6.2.1", "playwright": "^1.50.0", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "postcss-loader": "^8.1.1", "shx": "^0.3.4", "tailwindcss": "^3.4.17", @@ -16574,9 +16574,9 @@ } }, "node_modules/postcss": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", - "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz", + "integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==", "funding": [ { "type": "opencollective", @@ -16591,6 +16591,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", diff --git a/package.json b/package.json index 02200fafc..6013fb8ed 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "npm-run-all": "^4.1.5", "p-retry": "^6.2.1", "playwright": "^1.50.0", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "postcss-loader": "^8.1.1", "shx": "^0.3.4", "tailwindcss": "^3.4.17",