From c2444b4c756a8bbfc15da5246c31b203ce682775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 06:38:48 +0000 Subject: [PATCH] Build(deps-dev): bump postcss from 8.5.16 to 8.5.19 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.16 to 8.5.19. - [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.19) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.19 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 91f22d2..998d5f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-react-refresh": "^0.5.3", "globals": "^17.7.0", "lychee": "^0.2.12", - "postcss": "^8.5.16", + "postcss": "^8.5.19", "postcss-cli": "^11.0.1", "tailwindcss": "^4.3.1", "typescript": "~7.0.2", @@ -9683,9 +9683,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.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz", + "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 5a0c46b..3dd1757 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-react-refresh": "^0.5.3", "globals": "^17.7.0", "lychee": "^0.2.12", - "postcss": "^8.5.16", + "postcss": "^8.5.19", "postcss-cli": "^11.0.1", "tailwindcss": "^4.3.1", "typescript": "~7.0.2",