From 3d0dc745376a1a049ce82796e006fd650ccb4681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:06:08 +0000 Subject: [PATCH] deps(deps-dev): bump postcss from 8.5.23 to 8.5.25 in the tailwind group Bumps the tailwind group with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.23 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.23...8.5.25) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.25 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwind ... 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 8ed30e7..1ca8fe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/react": "^19.2.15", "autoprefixer": "^10.5.4", "cross-env": "^10.1.0", - "postcss": "^8.5.23", + "postcss": "^8.5.25", "shx": "^0.4.0", "tailwindcss": "^4.3.0", "typescript": "^7.0.2" @@ -5883,9 +5883,9 @@ } }, "node_modules/postcss": { - "version": "8.5.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", - "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", + "version": "8.5.25", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz", + "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index e09882f..25c3e3b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/react": "^19.2.15", "autoprefixer": "^10.5.4", "cross-env": "^10.1.0", - "postcss": "^8.5.23", + "postcss": "^8.5.25", "shx": "^0.4.0", "tailwindcss": "^4.3.0", "typescript": "^7.0.2"