From b3577128c74054040d7a42794b2c50aa1aef8d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 10:45:48 +0000 Subject: [PATCH] build(deps-dev): bump postcss in /apps/arkiver/frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 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.8...8.5.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/arkiver/frontend/package-lock.json | 8 ++++---- apps/arkiver/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/arkiver/frontend/package-lock.json b/apps/arkiver/frontend/package-lock.json index 125ec1fa..63dd64fb 100644 --- a/apps/arkiver/frontend/package-lock.json +++ b/apps/arkiver/frontend/package-lock.json @@ -26,7 +26,7 @@ "eslint": "^10.1.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.5.2", - "postcss": "^8.5.8", + "postcss": "^8.5.14", "tailwindcss": "^4.2.2", "typescript": "^5.2.2", "vite": "^8.0.3", @@ -2445,9 +2445,9 @@ } }, "node_modules/postcss": { - "version": "8.5.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", - "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", + "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/apps/arkiver/frontend/package.json b/apps/arkiver/frontend/package.json index 723f72e1..5843d182 100644 --- a/apps/arkiver/frontend/package.json +++ b/apps/arkiver/frontend/package.json @@ -30,7 +30,7 @@ "eslint": "^10.1.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.5.2", - "postcss": "^8.5.8", + "postcss": "^8.5.14", "tailwindcss": "^4.2.2", "typescript": "^5.2.2", "vite": "^8.0.3",