From f53c701e33b7d942b9281ff0a3155aa2ab822a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 17:35:47 +0000 Subject: [PATCH] build(deps-dev): bump postcss Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.10. - [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.6...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../react-web-sdk+node-sdk_nextjs-ssr-csr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/react-web-sdk+node-sdk_nextjs-ssr-csr/package.json b/implementations/react-web-sdk+node-sdk_nextjs-ssr-csr/package.json index 1412d58b..a129a6ac 100644 --- a/implementations/react-web-sdk+node-sdk_nextjs-ssr-csr/package.json +++ b/implementations/react-web-sdk+node-sdk_nextjs-ssr-csr/package.json @@ -49,7 +49,7 @@ "eslint": "9.29.0", "eslint-config-next": "16.2.4", "pm2": "6.0.14", - "postcss": "8.5.6", + "postcss": "8.5.10", "rimraf": "6.1.3", "tailwindcss": "4.1.11", "typescript": "5.9.3"