diff --git a/client/package-lock.json b/client/package-lock.json index d90e225..f1c5853 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -36,7 +36,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.20", - "postcss": "^8.4.41", + "postcss": "^8.4.44", "tailwindcss": "^3.4.10" }, "engines": { @@ -13266,9 +13266,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==", "funding": [ { "type": "opencollective", diff --git a/client/package.json b/client/package.json index 730eca4..a503993 100644 --- a/client/package.json +++ b/client/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.20", - "postcss": "^8.4.41", + "postcss": "^8.4.44", "tailwindcss": "^3.4.10" } }