From f8cf1549172a859a82e7c3da3d486e709f939f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 07:26:08 +0000 Subject: [PATCH] Bump postcss from 8.5.20 to 8.5.22 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.20 to 8.5.22. - [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.20...8.5.22) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.22 dependency-type: direct:production 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 20611ab..b5a236b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@vercel/analytics": "^2.0.1", "next": "^16.2.10", "next-sanity": "^13.1.3", - "postcss": "^8.5.20", + "postcss": "^8.5.22", "react": "^19.2.7", "react-dom": "^19.2.7", "react-hot-toast": "^2.6.0", @@ -15433,9 +15433,9 @@ "license": "MIT-0" }, "node_modules/postcss": { - "version": "8.5.20", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.20.tgz", - "integrity": "sha512-lW616l85ucIQL+FocMmL7pQFPqBmwejrCMg+iPxyImlrANNJG9NHq/RkyCZopDhd8C3LA03PHRJDjkbGu8vvug==", + "version": "8.5.22", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.22.tgz", + "integrity": "sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 821ef38..afbf2e2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@vercel/analytics": "^2.0.1", "next": "^16.2.10", "next-sanity": "^13.1.3", - "postcss": "^8.5.20", + "postcss": "^8.5.22", "react": "^19.2.7", "react-dom": "^19.2.7", "react-hot-toast": "^2.6.0",