From 6ba71f586f9a8ec18c336bfe91ef4f0c3c9aa057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:11:56 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.15 to 8.5.16 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.15 to 8.5.16. - [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.15...8.5.16) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.16 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 444f62e..80cdfef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "autoprefixer": "^10.4.0", "eslint": "^8.57.0", "eslint-config-next": "^15.5.19", - "postcss": "^8.5.10", + "postcss": "^8.5.16", "tailwindcss": "^3.4.0", "tailwindcss-animate": "^1.0.7", "tsx": "^4.7.0", @@ -6495,9 +6495,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.16", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", + "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index e503ee7..a798f9c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "autoprefixer": "^10.4.0", "eslint": "^8.57.0", "eslint-config-next": "^15.5.19", - "postcss": "^8.5.10", + "postcss": "^8.5.16", "tailwindcss": "^3.4.0", "tailwindcss-animate": "^1.0.7", "tsx": "^4.7.0",