diff --git a/package-lock.json b/package-lock.json index e04b6c9..862d5cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "next-auth": "^4.24.7", "next-cloudinary": "^6.6.2", "nodemailer": "^6.9.14", - "postcss": "8.4.23", + "postcss": "8.4.41", "prettier-plugin-tailwindcss": "^0.6.5", "query-string": "^8.1.0", "react": "^18.3.1", @@ -9335,9 +9335,9 @@ } }, "node_modules/postcss": { - "version": "8.4.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", - "integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", + "version": "8.4.41", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", + "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", "funding": [ { "type": "opencollective", @@ -9353,9 +9353,9 @@ } ], "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "nanoid": "^3.3.7", + "picocolors": "^1.0.1", + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -11404,34 +11404,6 @@ } } }, - "node_modules/vite/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==", - "devOptional": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, "node_modules/vitest": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.0.3.tgz", diff --git a/package.json b/package.json index 00d69ec..5173c6c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "next-auth": "^4.24.7", "next-cloudinary": "^6.6.2", "nodemailer": "^6.9.14", - "postcss": "8.4.23", + "postcss": "8.4.41", "prettier-plugin-tailwindcss": "^0.6.5", "query-string": "^8.1.0", "react": "^18.3.1",