From 8cb8e4c64ef70ae6956ef513caa99c1f37c1546e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:26:11 +0000 Subject: [PATCH] chore(deps): bump postcss from 8.4.23 to 8.4.45 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.45. - [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.45) --- 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 ea1df72..c3ed029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dayjs": "^1.11.12", "lucide-react": "^0.417.0", "next": "^14.2.4", - "postcss": "8.4.23", + "postcss": "8.4.45", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.52.2", @@ -6572,9 +6572,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.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "funding": [ { "type": "opencollective", @@ -6590,9 +6590,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" @@ -8411,34 +8411,6 @@ "url": "https://opencollective.com/vitest" } }, - "node_modules/vite/node_modules/postcss": { - "version": "8.4.45", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", - "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", - "dev": 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.5", "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.0.5.tgz", diff --git a/package.json b/package.json index 029c1d6..762f6f3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dayjs": "^1.11.12", "lucide-react": "^0.417.0", "next": "^14.2.4", - "postcss": "8.4.23", + "postcss": "8.4.45", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.52.2",