From 7c38287f2a6540e75c92d0405d9a733013bfa57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:25:57 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.1 to 8.5.2 (#855) Bumps [postcss](https://github.com/postcss/postcss) from 8.5.1 to 8.5.2. - [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.5.1...8.5.2) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2dda025..b1ff2fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint": "9.20.0", "eslint-config-next": "15.1.6", "json": "11.0.0", - "postcss": "8.5.1", + "postcss": "8.5.2", "prettier": "3.5.0", "prettier-plugin-tailwindcss": "0.6.11", "release-it": "18.1.2", @@ -6922,9 +6922,9 @@ } }, "node_modules/postcss": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", - "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz", + "integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==", "funding": [ { "type": "opencollective", @@ -6939,6 +6939,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", diff --git a/package.json b/package.json index 7bf27b0..4212609 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "9.20.0", "eslint-config-next": "15.1.6", "json": "11.0.0", - "postcss": "8.5.1", + "postcss": "8.5.2", "prettier": "3.5.0", "prettier-plugin-tailwindcss": "0.6.11", "release-it": "18.1.2",