From a46b1a7981f3fff6c326a6ab2d4e8dcfc9dfcb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 00:16:09 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.15 to 8.5.18 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.15 to 8.5.18. - [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.15...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 853d60fa..c8c1e99e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "expect": "^30.2.0", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", - "postcss": "8.5.15", + "postcss": "8.5.18", "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.7.1", "tailwindcss": "3.4.19",