From bf93a530094010562bc8a4b2835f46f6291a2fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:34:54 +0000 Subject: [PATCH] Bump postcss from 8.4.23 to 8.4.41 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.41. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.41) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 +++++++----------------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad74300..677e94c 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", @@ -5977,9 +5977,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", @@ -5995,9 +5995,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" @@ -7677,34 +7677,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 f414bd6..74fc36e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,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",