diff --git a/package-lock.json b/package-lock.json index 6b4a0f7bc..7c90f65f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "npm-run-all": "^4.1.5", "p-retry": "^6.2.0", "playwright": "^1.48.2", - "postcss": "^8.4.47", + "postcss": "^8.4.48", "postcss-loader": "^8.1.1", "shx": "^0.3.4", "tailwindcss": "^3.4.14", @@ -18596,9 +18596,9 @@ } }, "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" }, "node_modules/picomatch": { "version": "2.3.1", @@ -18776,9 +18776,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.48", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.48.tgz", + "integrity": "sha512-GCRK8F6+Dl7xYniR5a4FYbpBzU8XnZVeowqsQFYdcXuSbChgiks7qybSkbvnaeqv0G0B+dd9/jJgH8kkLDQeEA==", "funding": [ { "type": "opencollective", @@ -18795,7 +18795,7 @@ ], "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { diff --git a/package.json b/package.json index f090de0b7..1eb84218f 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "npm-run-all": "^4.1.5", "p-retry": "^6.2.0", "playwright": "^1.48.2", - "postcss": "^8.4.47", + "postcss": "^8.4.48", "postcss-loader": "^8.1.1", "shx": "^0.3.4", "tailwindcss": "^3.4.14",