From 4690b691a4057a41445fa14b739c858b7286b014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 05:35:45 +0000 Subject: [PATCH] Bump postcss from 8.5.13 to 8.5.14 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.13 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.13...8.5.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: direct:development ... 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 e8ba11f5..191d926d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "eslint": "^9.39.4", "eslint-config-next": "^16.2.1", "pg": "^8.20.0", - "postcss": "^8.5.13", + "postcss": "^8.5.14", "tailwindcss": "^4.1.4", "ts-jest": "^29.4.6", "typescript": "^5.9.3", @@ -12088,9 +12088,9 @@ } }, "node_modules/postcss": { - "version": "8.5.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz", - "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", + "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 aed7c01d..666ed3f1 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint": "^9.39.4", "eslint-config-next": "^16.2.1", "pg": "^8.20.0", - "postcss": "^8.5.13", + "postcss": "^8.5.14", "tailwindcss": "^4.1.4", "ts-jest": "^29.4.6", "typescript": "^5.9.3"