From cb14b08905d363da6b1db637a16e94c2929d79b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:13:38 +0000 Subject: [PATCH] build(deps-dev): 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 d23d6d5..b108c5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "husky": "9.1.7", "jsdom": "29.1.1", "lint-staged": "17.2.0", - "postcss": "8.5.23", + "postcss": "8.5.24", "prettier": "3.8.3", "prettier-plugin-tailwindcss": "0.8.1", "ts-node": "10.9.2", @@ -6152,9 +6152,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 8cca726..ec967d6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "husky": "9.1.7", "jsdom": "29.1.1", "lint-staged": "17.2.0", - "postcss": "8.5.23", + "postcss": "8.5.24", "prettier": "3.8.3", "prettier-plugin-tailwindcss": "0.8.1", "ts-node": "10.9.2",