From cf88fd1eda042d2366b4481e898cc588ab52ed9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:08:16 +0000 Subject: [PATCH] deps(frontend): bump postcss from 8.5.16 to 8.5.19 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.16 to 8.5.19. - [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.16...8.5.19) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.19 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index df3c6677..f8eff2b0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,7 @@ "autoprefixer": "^10.4.16", "eslint": "^8.57.1", "eslint-plugin-react-hooks": "^4.6.0", - "postcss": "^8.5.16", + "postcss": "^8.5.19", "tailwindcss": "^3.4.1", "typescript": "^5.3.3", "vite": "8.1.4" @@ -4278,9 +4278,9 @@ } }, "node_modules/postcss": { - "version": "8.5.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", - "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", + "version": "8.5.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz", + "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==", "dev": true, "funding": [ { diff --git a/frontend/package.json b/frontend/package.json index 9789f961..dfe6d120 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "autoprefixer": "^10.4.16", "eslint": "^8.57.1", "eslint-plugin-react-hooks": "^4.6.0", - "postcss": "^8.5.16", + "postcss": "^8.5.19", "tailwindcss": "^3.4.1", "typescript": "^5.3.3", "vite": "8.1.4"