From f57fd1096de938b38267ef930f0524884c23984e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 08:53:46 +0000 Subject: [PATCH] Bump postcss from 8.5.23 to 8.5.25 Bumps [postcss](https://github.com/postcss/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:production 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 1bcdf38..b6a266c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/react": "19.2.17", "@types/react-dom": "^19.2.3", "next": "^16.2.11", - "postcss": "^8.5.23", + "postcss": "^8.5.25", "react": "^19.2.8", "react-dom": "^19.2.8", "react-use-websocket": "^4.13.0", @@ -6231,9 +6231,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 53c42de..ff20a64 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/react": "19.2.17", "@types/react-dom": "^19.2.3", "next": "^16.2.11", - "postcss": "^8.5.23", + "postcss": "^8.5.25", "react": "^19.2.8", "react-dom": "^19.2.8", "react-use-websocket": "^4.13.0",