From b94f6c7308bf8765c561e964a0cbf7d9853c937f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:21:42 +0000 Subject: [PATCH] Bump postcss from 8.5.13 to 8.5.14 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.13 to 8.5.14. - [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.13...8.5.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 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 9621220..dc9b815 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -68,7 +68,7 @@ "globals": "^17.5.0", "jsdom": "^29.0.2", "openapi-typescript-codegen": "^0.30.0", - "postcss": "^8.5.10", + "postcss": "^8.5.14", "postcss-nesting": "^13.0.2", "rollup-plugin-visualizer": "^6.0.11", "tailwindcss": "^3.3.6", @@ -10522,9 +10522,9 @@ } }, "node_modules/postcss": { - "version": "8.5.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz", - "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "funding": [ { "type": "opencollective", diff --git a/frontend/package.json b/frontend/package.json index 7f4fd92..3909ff3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -72,7 +72,7 @@ "globals": "^17.5.0", "jsdom": "^29.0.2", "openapi-typescript-codegen": "^0.30.0", - "postcss": "^8.5.10", + "postcss": "^8.5.14", "postcss-nesting": "^13.0.2", "rollup-plugin-visualizer": "^6.0.11", "tailwindcss": "^3.3.6",