From ed39f6e6a81849447098383eab8c2f7cd72d629d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:04:10 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.12 to 8.5.14 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.12 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.12...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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aae31e69b..4db6e8c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "paneforge": "^1.0.2", "pluralize": "^8.0.0", "pocketbase": "^0.26.8", - "postcss": "^8.5.12", + "postcss": "^8.5.14", "postcss-nested": "^7.0.2", "posthog-js": "^1.369.3", "prettier": "^3.8.3", @@ -3921,9 +3921,9 @@ "license": "MIT" }, "node_modules/postcss": { - "version": "8.5.12", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", - "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", + "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/package.json b/package.json index 7982dc6ca..64c6834fe 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "paneforge": "^1.0.2", "pluralize": "^8.0.0", "pocketbase": "^0.26.8", - "postcss": "^8.5.12", + "postcss": "^8.5.14", "postcss-nested": "^7.0.2", "posthog-js": "^1.369.3", "prettier": "^3.8.3",