diff --git a/package-lock.json b/package-lock.json index c3de8da6..ab5cbf9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "jszip": "^3.10.1", "next": "^14.2.3", "next-navigation": "^1.0.6", - "postcss": "8.4.38", + "postcss": "8.4.39", "prettier": "^3.3.2", "react": "^18.3.1", "react-beautiful-dnd": "^13.1.1", @@ -4782,9 +4782,9 @@ } }, "node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "version": "8.4.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", + "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", "funding": [ { "type": "opencollective", @@ -4799,9 +4799,10 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", + "picocolors": "^1.0.1", "source-map-js": "^1.2.0" }, "engines": { diff --git a/package.json b/package.json index 931cda4c..ba29aa1f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "jszip": "^3.10.1", "next": "^14.2.3", "next-navigation": "^1.0.6", - "postcss": "8.4.38", + "postcss": "8.4.39", "prettier": "^3.3.2", "react": "^18.3.1", "react-beautiful-dnd": "^13.1.1",