diff --git a/package-lock.json b/package-lock.json index 7bb414a..bfdfca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint-plugin-react-hooks": "^7.0.0", "jest": "^30.3.0", "jest-environment-jsdom": "^30.3.0", - "postcss": "^8.5.9", + "postcss": "^8.5.10", "tailwindcss": "^3.4.1", "test-exclude": "^7.0.1", "ts-jest": "^29.4.9", @@ -9750,9 +9750,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": [ { diff --git a/package.json b/package.json index c882a4a..f98f2da 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-react-hooks": "^7.0.0", "jest": "^30.3.0", "jest-environment-jsdom": "^30.3.0", - "postcss": "^8.5.9", + "postcss": "^8.5.10", "tailwindcss": "^3.4.1", "test-exclude": "^7.0.1", "ts-jest": "^29.4.9",