From f88f290f1c3d8a65812f35f35fdc94708959fe7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:34:40 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.6 to 8.5.13 in /dashboard Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.13. - [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.6...8.5.13) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 85339c7..00fab65 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -23,7 +23,7 @@ "@types/react-dom": "^19.0.1", "@vitejs/plugin-react": "^5.2.0", "autoprefixer": "^10.4.20", - "postcss": "^8.4.49", + "postcss": "^8.5.13", "tailwindcss": "^3.4.17", "vite": "^6.4.2" } @@ -2377,9 +2377,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.13", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz", + "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", "dev": true, "funding": [ { diff --git a/dashboard/package.json b/dashboard/package.json index 7897b45..01defd8 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^19.0.1", "@vitejs/plugin-react": "^5.2.0", "autoprefixer": "^10.4.20", - "postcss": "^8.4.49", + "postcss": "^8.5.13", "tailwindcss": "^3.4.17", "vite": "^6.4.2" }