diff --git a/package-lock.json b/package-lock.json index e5df051..094ecbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "archiver": "^7.0.1", "autoprefixer": "^10.5.0", "cssnano": "^7.1.4", - "postcss": "^8.5.9", + "postcss": "^8.5.10", "postcss-cli": "^11.0.1", "postcss-custom-media": "^12.0.1", "postcss-custom-selectors": "^9.0.1", @@ -2532,9 +2532,9 @@ } }, "node_modules/postcss": { - "version": "8.5.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", - "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "dev": true, "funding": [ { @@ -6604,9 +6604,9 @@ } }, "postcss": { - "version": "8.5.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", - "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "dev": true, "requires": { "nanoid": "^3.3.11", diff --git a/package.json b/package.json index fa3eb2c..60578ce 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "archiver": "^7.0.1", "autoprefixer": "^10.5.0", "cssnano": "^7.1.4", - "postcss": "^8.5.9", + "postcss": "^8.5.10", "postcss-cli": "^11.0.1", "postcss-custom-media": "^12.0.1", "postcss-custom-selectors": "^9.0.1",