diff --git a/package-lock.json b/package-lock.json index 5a648d0b..91cdf855 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21474,9 +21474,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", @@ -21495,7 +21495,7 @@ "peer": true, "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { @@ -27950,7 +27950,7 @@ "peerDependencies": { "@stylistic/stylelint-config": "^2.0.0", "@stylistic/stylelint-plugin": "^3.1.1", - "postcss": "^8.4.47", + "postcss": "^8.4.48", "postcss-less": "^6.0.0", "stylelint": "^16.10.0", "stylelint-config-standard": "^36.0.1", diff --git a/projects/stylelint-config/package.json b/projects/stylelint-config/package.json index c5e5c151..e5a3ea9a 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -15,7 +15,7 @@ "peerDependencies": { "@stylistic/stylelint-config": "^2.0.0", "@stylistic/stylelint-plugin": "^3.1.1", - "postcss": "^8.4.47", + "postcss": "^8.4.48", "postcss-less": "^6.0.0", "stylelint": "^16.10.0", "stylelint-config-standard": "^36.0.1",