From eb8531fae7488e7905ffc966364e8156aaf5e677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:07:12 +0000 Subject: [PATCH] deps(deps-dev): bump postcss from 8.5.16 to 8.5.18 in the tailwind group Bumps the tailwind 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: tailwind ... 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 00eff9a..1d825bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/react": "^19.2.15", "autoprefixer": "^10.5.2", "cross-env": "^10.1.0", - "postcss": "^8.5.16", + "postcss": "^8.5.18", "shx": "^0.4.0", "tailwindcss": "^4.3.0", "typescript": "^6.0.3" @@ -5563,9 +5563,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==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 053d56b..c4cb454 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/react": "^19.2.15", "autoprefixer": "^10.5.2", "cross-env": "^10.1.0", - "postcss": "^8.5.16", + "postcss": "^8.5.18", "shx": "^0.4.0", "tailwindcss": "^4.3.0", "typescript": "^6.0.3"