diff --git a/package-lock.json b/package-lock.json index 9ee53338..893f8336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "fast-glob": "^3.2.7", "jest": "^29.7.0", "npm-run-all": "^4.1.5", - "postcss": "^8.4.41", + "postcss": "^8.4.44", "postcss-sass": "^0.5.0", "postcss-scss": "^4.0.9", "prettier": "^3.3.3", @@ -10407,9 +10407,9 @@ } }, "node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.4.44", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", + "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", "dev": true, "funding": [ { @@ -20252,9 +20252,9 @@ } }, "postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.4.44", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", + "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", "dev": true, "requires": { "nanoid": "^3.3.7", diff --git a/package.json b/package.json index c044cc74..96a6aa6b 100644 --- a/package.json +++ b/package.json @@ -234,7 +234,7 @@ "fast-glob": "^3.2.7", "jest": "^29.7.0", "npm-run-all": "^4.1.5", - "postcss": "^8.4.41", + "postcss": "^8.4.44", "postcss-sass": "^0.5.0", "postcss-scss": "^4.0.9", "prettier": "^3.3.3",