From 3e7d73a30c6e2254dad9a6a042f398c5c186551c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 03:33:09 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.24 to 8.5.25 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.24 to 8.5.25. - [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.24...8.5.25) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.25 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 5730d56..757b6d3 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.24", + "postcss": "8.5.25", "prettier": "3.9.6", "tailwindcss": "4.3.3", "tsx": "4.23.1", @@ -4486,9 +4486,9 @@ } }, "node_modules/postcss": { - "version": "8.5.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz", - "integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==", + "version": "8.5.25", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz", + "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 69912c4..41209cd 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.24", + "postcss": "8.5.25", "prettier": "3.9.6", "tailwindcss": "4.3.3", "tsx": "4.23.1",