From 100f157c8d4cc5b2fb7ee8bfdc04055fe2f8814d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:03:28 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.24 to 8.5.25 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.24 to 8.5.25. - [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.24...8.5.25) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.25 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 d2dabadbb..63b81c4c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "autoprefixer": "^10.5.4", "cross-env": "^10.0.0", "hugo-extended": "0.164.0", - "postcss": "^8.5.24", + "postcss": "^8.5.25", "postcss-cli": "^11.0.1" } }, @@ -625,9 +625,9 @@ } }, "node_modules/postcss": { - "version": "8.5.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz", - "integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==", + "version": "8.5.25", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz", + "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 81601e6da..dbd9bf8b2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "autoprefixer": "^10.5.4", "cross-env": "^10.0.0", "hugo-extended": "0.164.0", - "postcss": "^8.5.24", + "postcss": "^8.5.25", "postcss-cli": "^11.0.1" } }