From 6360326173fba4fcaff1b2af076a9f3395635238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 04:08:11 +0000 Subject: [PATCH] build(deps-dev): bump postcss Bumps the npm_and_yarn group with 1 update in the /packages/browser-ext directory: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.14 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.14...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/browser-ext/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/browser-ext/package.json b/packages/browser-ext/package.json index 1a202d57..f3a46b88 100644 --- a/packages/browser-ext/package.json +++ b/packages/browser-ext/package.json @@ -85,7 +85,7 @@ "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^5.1.1", "jsdom": "^29.0.1", - "postcss": "8.5.14", + "postcss": "8.5.18", "postcss-modules": "^6.0.1", "tailwindcss-cli": "^0.1.2", "vite": "^7.3.2",