From ab2233f31fc522aebb82c23afb22a87ea7bdfcfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:08:58 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.16 to 8.5.18 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.16 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.16...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development ... 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 b5273a2..fd4b4c9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -33,7 +33,7 @@ "eslint": "^10", "eslint-config-next": "16.1.0", "minimatch": "^10.2.4", - "postcss": "^8.5.6", + "postcss": "^8.5.18", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", "typescript": "^5" @@ -7267,9 +7267,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.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.18.tgz", + "integrity": "sha512-xdB1oSLHbz1vRWgCDalrCqEFTWzFlhqFC5tIHLMOSUIjhm3XXQ1qrFy8S/ESr1JYRRXqM3c1QFiMZUJdUTqyMQ==", "dev": true, "funding": [ { diff --git a/frontend/package.json b/frontend/package.json index 1f50a3a..3c037ec 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "eslint": "^10", "eslint-config-next": "16.1.0", "minimatch": "^10.2.4", - "postcss": "^8.5.6", + "postcss": "^8.5.18", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", "typescript": "^5"