diff --git a/package-lock.json b/package-lock.json index 65f6b1b..249b9e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,6 @@ "lorem-ipsum": "^2.0.8", "next": "14.0.4", "nprogress": "^0.2.0", - "postcss": "8.4.23", "react": "^18", "react-dom": "^18", "react-error-boundary": "^4.0.12", @@ -52,7 +51,7 @@ "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.0.4", - "postcss": "^8", + "postcss": "^8.4.39", "tailwindcss": "^3.3.0", "typescript": "^5" }, @@ -4482,9 +4481,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.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", + "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", "funding": [ { "type": "opencollective", @@ -4499,6 +4498,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.1", diff --git a/package.json b/package.json index 2d95467..0a80ca3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "lorem-ipsum": "^2.0.8", "next": "14.0.4", "nprogress": "^0.2.0", - "postcss": "8.4.23", + "postcss": "8.4.39", "react": "^18", "react-dom": "^18", "react-error-boundary": "^4.0.12", @@ -56,7 +56,7 @@ "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.0.4", - "postcss": "^8", + "postcss": "^8.4.39", "tailwindcss": "^3.3.0", "typescript": "^5" }