From dce89d6e569b056be50f7b2c00740f7c399b3ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:10:26 +0000 Subject: [PATCH] chore(deps): bump postcss Bumps the frontend-dependencies group in /frontend with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.22 to 8.5.23 - [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.22...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-dependencies ... 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 79e0e17f..dafd2afd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "eslint": "^10.6.0", "eslint-plugin-vue": "^10.10.0", "jsdom": "^29.1.1", - "postcss": "^8.5.22", + "postcss": "^8.5.23", "tailwindcss": "^4.1.0", "typescript": "^6.0.0", "vite": "^8.1.5", @@ -4747,9 +4747,9 @@ } }, "node_modules/postcss": { - "version": "8.5.22", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.22.tgz", - "integrity": "sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==", + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", "funding": [ { "type": "opencollective", diff --git a/frontend/package.json b/frontend/package.json index 3c64690a..583618f6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,7 +49,7 @@ "eslint": "^10.6.0", "eslint-plugin-vue": "^10.10.0", "jsdom": "^29.1.1", - "postcss": "^8.5.22", + "postcss": "^8.5.23", "tailwindcss": "^4.1.0", "typescript": "^6.0.0", "vite": "^8.1.5",