diff --git a/package-lock.json b/package-lock.json index e48b91d7..96ce2e31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "jest-environment-jsdom": "~29.7.0", "jest-fail-on-console": "~3.3.0", "path": "~0.12.7", - "postcss": "~8.4.39", + "postcss": "~8.4.40", "prettier": "^3.3.3", "prop-types": "~15.8.1", "react": "~18.2.0", @@ -16333,9 +16333,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.40", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", + "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index b4aa9178..fc980423 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "jest-environment-jsdom": "~29.7.0", "jest-fail-on-console": "~3.3.0", "path": "~0.12.7", - "postcss": "~8.4.39", + "postcss": "~8.4.40", "prettier": "^3.3.3", "prop-types": "~15.8.1", "react": "~18.2.0",