From 33b7fea228b682d3eb7c9f58f60c8cf7136819a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:34:40 +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 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 6bceeb4..4ff8937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint": "9.39.4", "eslint-plugin-react": "7.37.5", "globals": "17.6.0", - "postcss": "8.5.13", + "postcss": "8.5.14", "prettier": "^3.8.3", "tailwindcss": "^4.2.3", "typescript": "5.9.3", @@ -4913,9 +4913,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 a7d1289..7207b09 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint": "9.39.4", "eslint-plugin-react": "7.37.5", "globals": "17.6.0", - "postcss": "8.5.13", + "postcss": "8.5.14", "prettier": "^3.8.3", "tailwindcss": "^4.2.3", "typescript": "5.9.3",