From 333bacbeee081a29c3b7a4cc63c221fc853dd44d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:33:40 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.22 to 8.5.23 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.22 to 8.5.23. - [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.22...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 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 ba8bca4..47208a9 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.2.0", - "postcss": "8.5.22", + "postcss": "8.5.23", "prettier": "3.9.6", "tailwindcss": "4.3.3", "tsx": "4.23.1", @@ -4486,9 +4486,9 @@ } }, "node_modules/postcss": { - "version": "8.5.22", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.22.tgz", - "integrity": "sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==", + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index d488117..1df9b3f 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.2.0", - "postcss": "8.5.22", + "postcss": "8.5.23", "prettier": "3.9.6", "tailwindcss": "4.3.3", "tsx": "4.23.1",