From 4aab078f0f879808aeba7d85cc7092d219fcace0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 03:36:13 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.21 to 8.5.22 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.21 to 8.5.22. - [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.21...8.5.22) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.22 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 617aa8c..4856265 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-simple-import-sort": "14.0.0", "husky": "9.1.7", "lint-staged": "17.1.1", - "postcss": "8.5.21", + "postcss": "8.5.22", "prettier": "3.9.6", "tailwindcss": "4.3.3", "tsx": "4.23.1", @@ -4486,9 +4486,9 @@ } }, "node_modules/postcss": { - "version": "8.5.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.21.tgz", - "integrity": "sha512-v4sDNP3fdNiWMfabO7OwOQdOX8TiQSztKyT1Wj0w+j7LDallJThJRBBBmzVGyYj0crMh7jlV4zepPkiNu9UwDQ==", + "version": "8.5.22", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.22.tgz", + "integrity": "sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index fe1fb83..6a7b1e7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-simple-import-sort": "14.0.0", "husky": "9.1.7", "lint-staged": "17.1.1", - "postcss": "8.5.21", + "postcss": "8.5.22", "prettier": "3.9.6", "tailwindcss": "4.3.3", "tsx": "4.23.1",