From 08f5dedba402407d9859c057d758d628803770f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:17:59 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.6 to 8.5.14 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 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.6...8.5.14) --- 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] --- frontend/package-lock.json | 10 ++++++---- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0a7efc6..e6570d9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "fabrik-frontend", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fabrik-frontend", - "version": "1.0.1", + "version": "1.1.0", "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", @@ -91,7 +91,7 @@ "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-unused-imports": "^4.4.1", "happy-dom": "^20.9.0", - "postcss": "^8.4.33", + "postcss": "^8.5.14", "tailwindcss": "^3.4.1", "typescript": "5.9", "vite": "^7.2.7", @@ -7124,7 +7124,9 @@ "license": "MIT" }, "node_modules/postcss": { - "version": "8.5.6", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "dev": true, "funding": [ { diff --git a/frontend/package.json b/frontend/package.json index 42c2937..3bc05a6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -102,7 +102,7 @@ "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-unused-imports": "^4.4.1", "happy-dom": "^20.9.0", - "postcss": "^8.4.33", + "postcss": "^8.5.14", "tailwindcss": "^3.4.1", "typescript": "5.9", "vite": "^7.2.7",