From 0b175e1db96e9ed9b2e54349cc339a3922ad970a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:06:37 +0000 Subject: [PATCH] chore(dev-deps): bump postcss from 8.5.23 to 8.5.24 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.23 to 8.5.24. - [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.24) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.24 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 029e6c7..9407145 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "husky": "^9.1.7", "jsdom": "^29.1.1", "lint-staged": "^17.0.8", - "postcss": "^8.5.16", + "postcss": "^8.5.24", "prettier": "^3.9.6", "rimraf": "^6.1.3", "tailwindcss": "^4.3.2", @@ -9457,9 +9457,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.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz", + "integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 5313078..84e928a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "husky": "^9.1.7", "jsdom": "^29.1.1", "lint-staged": "^17.0.8", - "postcss": "^8.5.16", + "postcss": "^8.5.24", "prettier": "^3.9.6", "rimraf": "^6.1.3", "tailwindcss": "^4.3.2",