From 2fa92a0b3d513a49b6625600539704f2fa15f043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:38:33 +0000 Subject: [PATCH] Bump postcss from 8.5.16 to 8.5.18 in the all-dependencies group Bumps the all-dependencies group with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.16 to 8.5.18 - [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.16...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... 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 2e1db6c..a3e5bb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hugo-bin": "0.142.0", "jquery": "4.0.0", "npm-run-all": "4.1.5", - "postcss": "8.5.16", + "postcss": "8.5.18", "postcss-cli": "11.0.1", "prettier": "3.9.5", "stylelint": "17.14.0", @@ -4142,9 +4142,9 @@ } }, "node_modules/postcss": { - "version": "8.5.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", - "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", + "version": "8.5.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.18.tgz", + "integrity": "sha512-xdB1oSLHbz1vRWgCDalrCqEFTWzFlhqFC5tIHLMOSUIjhm3XXQ1qrFy8S/ESr1JYRRXqM3c1QFiMZUJdUTqyMQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 84ce4e1..51e1f61 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "hugo-bin": "0.142.0", "jquery": "4.0.0", "npm-run-all": "4.1.5", - "postcss": "8.5.16", + "postcss": "8.5.18", "postcss-cli": "11.0.1", "prettier": "3.9.5", "stylelint": "17.14.0",